Pause Execution
Last updated
Last updated
The "Pause Execution" action found under the "Generic Element," allows users to pause execution at a specific step. The process resumes only after the user clicks the "OK" button in a displayed popup. This action should be placed before or after the test step where a pause is needed.
Input Value: N/A
Output Value: <Dynamic Variable><Dynamic Variable>Optional.
User is testing a banking application. After entering credentials, the app sends a One Time Password (OTP) to user’s phone. The test will pause, giving a time to check user’s phone, enter the OTP, and then the test will continue to check if user logged in successfully. This pause helps ensure the test waits for user to enter the OTP before moving ahead.
Output: The Pause Execution action will pause the execution till user clicks on the Ok Button.