"WAIT" Command

Description: This command waits for an amount of time specified by seconds.

Usage Scenario: Suppose we want to wait before verifying that logging in was successful on our Reference app as the app takes approximately 2 seconds after logging in.

Procedure: Define your Wait step after the step that clicks Login button and set the period to be 2 seconds. Your step will look like this:

See the Test Library path: subject7_samples/subject7_basic_suite/subject7_website_login_logout

The video following video demonstrates how Wait step is executed after logging into Reference App as part of “subject7_website_login_logout” test case in “subject7_samples” folder: