How to Perform Gatling Load Testing and API Testing
If you ever made research about performance testing with the help of some tools, you’ve probably heard of Gatling. Right now, it’s one of the most popular performance testing tools in the market and there are many reasons for that. First of all, it is open source with its special design for continuous load testing and integration with your development pipeline. And unlike JMeter, Gatling is a code-based tool and the only limit for your load test is your coding skills and imagination. In terms of coding, Gatling load testing is based on Scala language. There are some requirements [...]