Tools for load testing a custom app

iprakash
Tera Contributor

We have a custom service now app that integrates with another system to trigger jobs. Certification requirements mentions we need to provide load tests, are there any recommended tools to do that?

5 REPLIES 5

jamesalery1
Giga Contributor

You can use random username generators like RandomUser.me or Faker.js to create a variety of test data. These tools allow you to easily generate random usernames, random birthdays, emails, and other details with customizable parameters. For load testing, tools like JMeter, Locust, and Gatling are great options. They can simulate user traffic to help you test how your custom service handles various loads. You can integrate these tools with your service to run automated load tests and ensure performance under stress.