This can be due to a number of factors. Here are some steps to troubleshoot most common handle page load delays and prevent timeouts. Follow these steps to address timeouts:
- Add Wait Actions: Include a Wait Action step before the delayed step that was failing to give the system time “to catch up”.
- Adjust Timeout Settings: Increase the Override Timeout for the step.
- Validate Elements: Use Validate Form or Field Exists to confirm elements load.
- Check Network Speeds: Ensure no connectivity issues are slowing down the test.
- Manually Debug: Run the test manually to identify delays.
- Use Conditional Waits: Add waits triggered by specific conditions, like element visibility.
Comments are closed