OptionalLoadTestConfig interface
Optional load test config
Properties
| duration | Test run duration |
| endpoint |
Test URL. Provide the complete HTTP URL. For example, |
| ramp |
Ramp up time |
| virtual |
No of concurrent virtual users |
Property Details
duration
Test run duration
duration?: number
Property Value
number
endpointUrl
Test URL. Provide the complete HTTP URL. For example, http://contoso-app.azurewebsites.net/login
endpointUrl?: string
Property Value
string
rampUpTime
Ramp up time
rampUpTime?: number
Property Value
number
virtualUsers
No of concurrent virtual users
virtualUsers?: number
Property Value
number