OptionalLoadTestConfiguration interface
Configuration for quick load test
Properties
| duration | Test run duration in seconds. |
| endpoint |
Test URL. Provide the complete HTTP URL. For example, |
| max |
Maximum response time in milliseconds of the API/endpoint. |
| ramp |
Ramp up time in seconds. |
| requests |
Target throughput (requests per second). This may not be necessarily achieved. The actual throughput will be lower if the application is not capable of handling it. |
| virtual |
No of concurrent virtual users. |
Property Details
duration
Test run duration in seconds.
duration?: number
Property Value
number
endpointUrl
Test URL. Provide the complete HTTP URL. For example, https://contoso-app.azurewebsites.net/login
endpointUrl?: string
Property Value
string
maxResponseTimeInMs
Maximum response time in milliseconds of the API/endpoint.
maxResponseTimeInMs?: number
Property Value
number
rampUpTime
Ramp up time in seconds.
rampUpTime?: number
Property Value
number
requestsPerSecond
Target throughput (requests per second). This may not be necessarily achieved. The actual throughput will be lower if the application is not capable of handling it.
requestsPerSecond?: number
Property Value
number
virtualUsers
No of concurrent virtual users.
virtualUsers?: number
Property Value
number