https://github.com/puneethkumarck/gatling-test
This projects shows performace test uisng gatling
https://github.com/puneethkumarck/gatling-test
Last synced: 4 months ago
JSON representation
This projects shows performace test uisng gatling
- Host: GitHub
- URL: https://github.com/puneethkumarck/gatling-test
- Owner: Puneethkumarck
- Created: 2018-03-18T17:39:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T17:20:34.000Z (about 8 years ago)
- Last Synced: 2025-03-24T18:14:13.293Z (about 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gatling-test
This projects shows performace test using gatling
Gatling structure can be defined in 4 different parts:
- HTTP protocol configuration
This will define your base URL that you will be running your tests against. Also, you can define some other configurations such as
useragent, language header, connection and so on.
- Headers definition
This provides the headers for each request that will be sent to the server. This is relevant because the headers also add a bit of
load to the server you are testing.
- Scenario definition
The core of your test! A Scenario is a group of actions (GET, POST, etc.) that will be executed in order to simulate a user
interaction with your application
- Simulation definition
This defines the load (amount of users) that will concurrently execute your scenario for a period of time.
References
===========
- https://gatling.io/
- https://gatling.io/docs/current/cheat-sheet/
- https://dzone.com/articles/create-a-checkout-load-test-scenario-with-gatling