I have a thread group and in that thread group we have two recording controllers, and we have an HTTP(s) test script recorder for the test plan so that we can record the test cases through browsers.
So for recording controller 1 - We have recorded test cases from an URL which is connected to different server and database say https://qa.testig.com/dev111
and we will record the test cases.
for recording controller 2 - We also have recorded test cases from an URL which is connected to different server and database say https://qa.testig.com/dev222
and we will record the test cases.
We have performed the same test steps as for both the URL's
We want to compare the results of both the controllers and reflect them over a sheet.
Please tell me if further information is required.