How can I measure the load time of my first page (landingpage) in Gatling 2.0.0-RC5?
What do you mean by “load time”?
You know that load test tools are not browsers, right? You won’t get javascript execution, draw time, etc…
Hi Aram,
There is a quick start tutorial here:
http://gatling.io/docs/2.0.0-RC5/quickstart.html
After the test is run a path to an index.html is printed to stdout which is the entry point to the HTML graphs.
Configuring users is shown here:
http://gatling.io/docs/2.0.0-RC2/general/simulation_setup.html
Checks are explained here:
http://gatling.io/docs/1.5.6/user_documentation/reference/checks.html
Many Thanks
Aidy