Of course it doesn't. Could you please bookmark the Execution Order <https://jmeter.apache.org/usermanual/test_plan.html#executionorder> chapter and re-read it prior to asking the next question.
CSV Data Set Config is a *Configuration Element* so it's being executed before the JSR223 Sampler and in fact before everything else. The only configuration element which takes precedence is User Defined Variables <https://guide.blazemeter.com/hc/en-us/articles/207421395-Using-User-Defined-Variables-Using-User-Defined-Variables> so you can define your *testdata* variable there and if you want to make it dynamic - use __groovy() function <https://jmeter.apache.org/usermanual/functions.html#__groovy> to calculate/assign the value. -- Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
