0

I have csv as follows:
url, Expected Reponse, Actual Response, Status

I found various sites explaining how to write to Excel file but can find solution for writing Actual Response to the same file, from where i read.

How do we achieve this?

Vishal Chepuri
  • 194
  • 4
  • 24

1 Answers1

0

To update existing file you must write a new file with context.delete old file and rename new file to old file.

In jmeter you can execute java using JSR223 Sampler with language Java.

See java example.

Community
  • 1
  • 1
user7294900
  • 52,490
  • 20
  • 92
  • 189