0
votes

I am passing username and password to post body in HTTP request through CSV data config. but in view results tree tab, the request is getting like this.

      View Results Tree:

      POST data:
     {"email":"<EOF>","password":"<EOF>"}

    my HTTP request:
    {"email":"${username}","password":"${password}"}

why is EOF passing to it? can someone provide a solution for this, please?

I have followed steps from the below stack overflow question no. 27634885 link.

1

1 Answers

0
votes

EOF stands for End of File.

Did you check the jmeter.log in %JMETER_HOME%/bin folder.

Ensure that you have correct absolute file path to the csv file & you have enough data in the CSV file.

You can set the 'Recycle on EOF?' to true if you want to re-use the data again & again.