Feature Availability: Version 4.2
You can write statements in Action logic to pause test execution for user input. There may be a need to prompt the user or to require input from a user in the middle of a test execution. Your Action logic can incorporate statements to achieve this.
Wait for User Prompt
This command invokes a prompt modal and waits for user to press on "Proceed". You can supply an information message to indicate the reason for the pause and also a timeout, in case the user did not respond in a timely fashion.
Note: Prompt dialog shows up on the Local Agent you selected for test execution. Be sure to have screen access to this host in case you are executing the test remotely.
Wait for User Input
This command waits for a given timeout period and requires user to provide an input information. This command is helpful to pass information from the user to the test run, which is not available at the beginning of the test.
Comments
0 comments
Please sign in to leave a comment.