Example - Recorder
Explore how to set up and use the Gatling recorder to capture HTTP requests from browser interactions with Google search. Understand configuring proxy, filters, and options to selectively record traffic. Learn to generate Gatling test scripts from captured requests to create effective load testing scenarios.
We'll cover the following...
We'll cover the following...
In the previous lesson, we learned how to set up the Gatling recorder and change the proxy setting to route the requests to the Gatling recorder before hitting the actual server.
In this example, we will learn how to record Google search on a browser and generate Gatling scripts.
Understanding the available configurations
In the below image, we see several configurations and settings. Let’s see what we can use them for:
- Listening port – the proxy server’s host and port that will be created by Gatling to route all the requests from the browser.