-
Notifications
You must be signed in to change notification settings - Fork 1
LoadTesting
Tore Nestenius edited this page Dec 24, 2024
·
1 revision
The Load Testing Tool allows developers to simulate high traffic by sending a large number of HTTP requests to a specified endpoint. It supports concurrent requests and provides detailed feedback on the test's results, including the number of successful and failed requests.
This tool is designed to help developers and testers evaluate the performance and stability of APIs or web services under load. It provides insights into how an endpoint handles simultaneous requests and ensures that the system performs as expected under stress.
- Fill in the following fields:
- Total Number of Requests: Total requests to send.
- Number of Concurrent Requests: Number of simultaneous requests.
-
Target URL: URL to test (use
$ID
for random dynamic values).
- Click Send Requests to start the load test.
After the test is complete, the results will display:
- Total requests sent.
- Number of successful requests.
- Number of failed requests.
- Any exceptions encountered during the test.