Reputation: 159
I have two CSV file, one is to read the data and another is to compare the data, I am able to read the data from CSV file, now the response which comes from server I want to compare that response in another CSV File.
Upvotes: 0
Views: 248
Reputation: 168002
You can do this using Response Assertion which can be applied either to the whole response body:
or you can compare 2 JMeter Variables originating from different CSV files:
Also you have various comparison options like:
More information: Response Assertions in JMeter 3.2 - New and Improved
Upvotes: 1