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.

Interactive Demo

Here’s an interactive demo to quickly guide you through the process. Use it to explore the steps in an engaging, hands-on way.

Step-by-Step Guide

Prefer detailed instructions? Here's a comprehensive step-by-step guide to walk you through the process at your own pace.

  1. Navigate to Test Development Section

  1. Click on Test Cases

  1. Click on the required Test case

  1. Click to Add a new Test Step

  1. Click on the Test Step and Type 'Wait' and use the Action from the Drop down list

  1. Click on Action button

  1. Enter the Time to Wait (in sec)

  1. Click on Create button

  1. Click on Create to create the Test Step

  1. Wait Template Added successfully in the Test Step

  1. Click on Run

  1. The Test case has been successfully Executed

Last updated