Hi,
I am trying to record a Peoplesoft -FSCM 9.2 script using JMeter.
A parameter value CUST_AL_SRCH_CUST_ID=0 needs to be parameterized.
CSV Data set Config element is set as below:
Name:customersearchno
Filename:<File location>customersearchno.csv
Variable name (Comma delimited):customersearchno
The parameter values are stored in a csv file (0,1,2).
The value is passed as ${customersearchno} in the corresponding requests.
But when I went for a single thread execution (1 iteration), the value gets
passed as "customersearchno" instead of the hardcoded value "0" which I have
added in the parameter list.The variable name is getting passed instead of the
actual value.
Any suggestions are insights into this issue are welcome.
Best Regards,
Arun