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
  • 306
  • 5
  • 26

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
Ori Marko
  • 56,308
  • 23
  • 131
  • 233