0

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.

enter image description here

enter image description here

enter image description here

enter image description here

1 Answers1

0

I guess you missed the configuration at some place, please follow carefully @Dmitri instruction,

JMeter- extract 'id' variables from JSON response and save it in CSV file and use it in tear down thread

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