Google News
logo
JMeter - Interview Questions
Discuss the working of the Test Script Recorder.
The HTTP(s) Test Script Recorder records all of your application's HTTP(s) queries to the server. It will only collect HTTP(s) requests, as the name implies. You can also use this recorder's grouping feature to structure your requests so that comparable requests are kept together. As needed, add URL patterns to the include and exclude lists. In order for JMeter to work, some configurations must be done there.

The following are the steps to capture HTTPS traffic :

* HTTP(s) Test script recorder is to be added to WorkBench.
* To start the proxy server, type in the port number.
* Select "Workbench" as the target, or include a Recording Controller in the test plan and use the same target to save all recordings.
* The proxy server should now be running.
* Manually configure your browser's proxy settings to the same port number as the test script recorder.
Advertisement