Skip to main content

How to add Network idle Template

This guide explains how to set the web page load state as a network idle to ensure that the page is fully loaded before moving on to the next step in testing. By following these steps, you can avoid test failures caused by page load issues and ensure that all necessary resources are fetched before proceeding.

Tip: Sometimes the page loads differently than we expect. This causes the next test step to fail due to a page load issue. Adding Network idle Template will wait for the page to be loaded and then perform the next step.

So, as a result network idle will wait for all the text results to be fetched.

Steps

1. Navigate to Test Development Section

2. Click on Testcase

3. Click on + Add Step

4. Click on Test step

5. Type Network and select the suitable Network idle Template from the list

6. Click on Create

7. Network idle step is created successfully