Have a script which add a job_id
(parameter name) to a CSV file. This works fine in GUI mode but when I run it from command line it is adding UNDEFINED_variable#0
what I have missed here.
Asked
Active
Viewed 26 times
0
1 Answers
0
I guess you missed the configuration at some place, please follow carefully @Dmitri instruction,
You must have missed the user.properties
file configuration:
sample_variables=id
because, the error indicate this configuration miss

Jyoti Prakash Mallick
- 2,119
- 3
- 21
- 38
-
Yeah I was running two version of JMeter, in non gui mode I missed the configuration. Thanks – Apr 17 '21 at 02:18