ALS
ALS

Reputation: 163

Compare two CSV files with Jmeter

How can I compare two CSV files and retrieve all the differences with jmeter?

For example, if i have 2 csv files like that:

I want to catch the differences between the 2 files.
Here i want: f and d.

How can i do that with Jmeter?

Upvotes: 0

Views: 735

Answers (1)

UBIK LOAD PACK
UBIK LOAD PACK

Reputation: 34566

JMeter is not the right tool to do diff. You should do this before the test and create a CSV for that.

Upvotes: 0

Related Questions