Listener for LoadTest run events
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
afterLoadTest(LoadTestRunner loadTestRunner, LoadTestRunContext context)Called after the execution of a loadtest when all threads have terminated |
|
void |
afterTestCase(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestCaseRunner testRunner, TestCaseRunContext runContext)Called after the execution of a testcase |
|
void |
afterTestStep(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestCaseRunner testRunner, TestCaseRunContext runContext, TestStepResult testStepResult)Called after the execution of a teststep |
|
void |
beforeLoadTest(LoadTestRunner loadTestRunner, LoadTestRunContext context)Called before a load-test is about to be run |
|
void |
beforeTestCase(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestCaseRunner testRunner, TestCaseRunContext runContext)Called before the execution of a testcase |
|
void |
beforeTestStep(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestCaseRunner testRunner, TestCaseRunContext runContext, TestStep testStep)Called before the execution of a teststep |
|
void |
loadTestStarted(LoadTestRunner loadTestRunner, LoadTestRunContext context)Called after all initial loadtest threads have been started |
|
void |
loadTestStopped(LoadTestRunner loadTestRunner, LoadTestRunContext context)Called when a loadtest has been stopped for some reason |
Called after the execution of a loadtest when all threads have terminated
Called after the execution of a testcase
Called after the execution of a teststep
Called before a load-test is about to be run
Called before the execution of a testcase
Called before the execution of a teststep
Called after all initial loadtest threads have been started
Called when a loadtest has been stopped for some reason