This project is intended to demonstrate how to use Gatling performance testing tool. More details can be found in the original blog post Performance testing with Gatling - integration with Maven.
-
Run RESTful server used for testing. See more details in Build a RESTful stub server with Dropwizard blog post.
-
Run one of the simulations with one of the commands ("package" is used in mvn command to copy all resources to "target" folder):
mvn package gatling:execute -Dgatling.simulationClass=com.automationrhapsody.gatling.simulations.ProductSimulation
mvn package gatling:execute -Dgatling.simulationClass=com.automationrhapsody.gatling.simulations.PersonSimulation