Tools for load testing a custom app
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2022 10:17 AM - edited ‎11-08-2022 10:18 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2025 09:15 AM
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.