Test Plan contains JDBC request and the query to execute is a vairable ${QUERY} which is read in the CSV Dataset Config (variable Names).
The test plan reads the csv file which has below format
QUERY_ALIAS,QUERY,EXPECTED
The jmx plan uses JDBC Sampler and CSV Dataset Config element to iterate through each row and dynamically change the JDBC request as below:
JDBC Sampler name = ${QUERY_ALIAS}
QUERY= ${QUERY}
Response Assertion=${EXPECTED}
This make the test plan dynamic in nature driven by the csv file.
Issue:
jmx2dsl fails to convert this jmx and shows unsupported for jdbc sampler that use query as a variable as shown below
Test Plan contains JDBC request and the query to execute is a vairable ${QUERY} which is read in the CSV Dataset Config (variable Names).
The test plan reads the csv file which has below format QUERY_ALIAS,QUERY,EXPECTED
The jmx plan uses JDBC Sampler and CSV Dataset Config element to iterate through each row and dynamically change the JDBC request as below:
This make the test plan dynamic in nature driven by the csv file. Issue: jmx2dsl fails to convert this jmx and shows unsupported for jdbc sampler that use query as a variable as shown below