Runner for load tests
Type Params | Return Type | Name and description |
---|---|---|
|
long |
getAssertionFailuresCount() |
|
long |
getAverageTimeTaken() |
|
java.lang.String |
getExecutionId() |
|
LoadTestExecutionStatus |
getExecutionStatus() |
|
long |
getFailuresCount() |
|
LoadTest |
getLoadTest() |
|
ModelItem |
getModelItem() |
|
float |
getProgress() Returns the progress of the loadtest as a value between 0 and 1. |
|
Project |
getProject() |
|
int |
getRunningThreadCount() |
|
long |
getTargetExecutionCount() |
|
long |
getTps() |
|
long |
getVUno() |
|
boolean |
hasStopped() Confusing but unfortunately necessary; isStopped will return false until the loadtest has called all handlers, etc.. the status will be set to FINISHED before that. |
|
boolean |
isRunningProject(WsdlProject project) |
|
boolean |
isRunningTestCase(TestCase testCase) |
Returns the progress of the loadtest as a value between 0 and 1. Progress is measured depending on the LoadTest limit configuration
Confusing but unfortunately necessary; isStopped will return false until the loadtest has called all handlers, etc.. the status will be set to FINISHED before that.