1
votes

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.

1

1 Answers

0
votes

You may add View Results Tree listener to each of HTTP(S) Test Script Recorder.
All recorded samples will be shown in this listener view. Also you can specify file name and configure format (XML or CSV) and data to save recorded requests to files, so you will ba able to campare two recorded files. Choose View Results Tree and click Configure to set sample result save configuration:

enter image description here

Also you can use Recording Template to create project with Tree View Result added to recorder.

Here is a online diff checker you may use, for example.