Components can also be used to alter test life-cycle

OnTestStart

Called once when the test starts. Use it to create any helper objects necessary during the test.

OnBeforeIteration

Called before an iteration starts. Receives the RuntimeVU that describes the Virtual user info to the calling VU.

OnAfterIteration

Called after an iteration ends. Receives the RuntimeVU that describes the Virtual user info to the calling VU.

OnTestEnd

Called after a test ends. Use it to dispose of any helper objects that were used during the test.



  • No labels