Interview Questions

How to Execute the TestSteps

SoapUI FAQ


(Continued from previous question...)

How to Execute the TestSteps

1. The beforeTestStep event is triggered to all applicable TestRunListeners
2. The TestStep itself is run and its TestStepResult is added to the testRunner.results collection
* If the TestStep itself executes other TestSteps (for example a Run TestCase TestStep or Script TestStep calling testRunner.runTestStepXXX), these are recursively executed as described here
3. The afterTestStep event is triggered to all applicable TestRunListeners
4. If running in the UI, the corresponding log is updated with the TestStepResult saved in (2);

(Continued on next question...)

Other Interview Questions