DZone

Gatling is a load and stress testing tool based on Scala and built for high performance. This blog post will explain how to run a simple load test in Gatling. We will load test the following test case:

  1. Open the Browser and go to the site http://www.demoblaze.com.
  2. Click on the text "Cart".

We will record the scenario we want to test. To do that, we need to configure our browser proxy settings at first. The following steps will show you how to configure the Chrome browser for a Gatling recording.

Source: DZone