When a test is running on accelQ, there is a maximum timeout for which an element or page is waited on. Your test logic may be trying to interact with an element, but it is taking time to load on the page. You can configure for how long the test execution will wait for the element to show up.
There are two configuration items you can setup when you kickoff a test. One for the page load timeout and the other for element loading timeout.
- Page Load Timeout: Controls the amount of time a Context Synchronization will wait for.
- Element Load Time: Controls the amount of time system will wait while trying to find an element on screen.
When you are running a test, in the Run modal, click on the "PAGE / ELEMENT LOAD TIME" section. Update the timeout values as appropriate (in seconds).
Comments
0 comments
Please sign in to leave a comment.