Skip to main content

How to add Wait Template

This guide provides step-by-step instructions on how to add a Wait Template in a Test Development section. It explains how to navigate to the Test Development section, add a test step, select and edit the Wait Template, add the necessary data, and view the execution details.

Tip: Whenever you encounter buffering on your screen or experience delays while navigating between pages, ensure you implement a "wait for a test-data seconds" template. This step is crucial to guarantee the timely retrieval of locators; otherwise, the test case might fail due to their untimely fetching.

Steps

1. Navigate to Test Development section

2. Click on Testcase

3. Click on + Add Step

4. Click on Test step and type wait for and select the Template from list

5. Click on Edit icon

6. Add the Data (Ex: 5) in the test-data field (This indicates wait for 5 seconds)

7. Add Description (Optional)

8. Click on Create

9. Click on Create

10. Click on Run

11. Testcase is successfully executed

12. Click on Testcase to view Run details

13. Click on Test Steps (Executed) to see the steps which are successfully executed