How to add Network idle Template
Last updated
Last updated
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.
Here’s an interactive demo to quickly guide you through the process. Use it to explore the steps in an engaging, hands-on way.
Prefer detailed instructions? Here's a comprehensive step-by-step guide to walk you through the process at your own pace.
Navigate to Test Development Section
Click on Test Cases
Click on the required Test case
Click to Add a new Test Step
Select the required Action with Network idle from the Drop down list
Click on Create
Network idle Template is Added successfully