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 [...]

JMeter vs. Locust | Choosing The Right Load Testing Tool – Part2

Let's keep going where we stayed about Jmeter and Locust . If you didn't read Part1 you can reach here. 6. Script Recording Script recording is a quick and easy method to construct a simple test template, which you can then tidy up and modify to make it easier to maintain. If you need a quick solution and need to execute a specific load depending on repeated actions, script recording comes in handy. You don't want to waste time writing a script in such a circumstance, especially if you won't need it again. If you're planning to [...]

Go to Top