Other features
- Delaying scenario test execution
You can delay the execution of a test to add latency to a web browser and actions on a web page. This prevents tests from failing when a dynamic web page does not load all page elements at once, but the test finds the page elements that render immediately.
- Automatically rerunning failed scenario tests
You can automatically rerun scenario test cases after they fail. Test cases can sometimes fail if there are temporary stability issues on your environment, or if there are first-time First Use Assembly (FUA) issues that could cause the application UI to be rendered slowly.
Previous topic Viewing scenario test results Next topic Delaying scenario test execution