I want to compare 2 JDBC responses:
I have Source reponse from 1 JDBC request as below in table format:
(Source DB)JDBC Response response1:
(Target DB)JDBC Reponse 2:
I am saving the response as String in JDBC Request (in Result Variable Name)
Now how do I compare the values in each column and Print Pass when values match. Fail it when the values do not match.
Number of rows can change.
Need help with assertion code or any other way this can be achieved in Jmeter.
Source: Read More