Forum Discussion
- baxatobCommunity Hero
Nothing is clear:
- why the first operation takes a long time? Is it normal for your application or it's a bug?
- what kind of failure happens in the case above?
Please describe your test in details.
- HardyOccasional Contributor
Sorry for the unclear description.
The first operation is: click on Execute button, it will perform batch jobs and takes a long time to completed, and it will popup the successfully window after batch jobs completed.
The next operation is: click on Yes button in the successfully window.
The first operation takes a long time is normally behavior.
The next operation failure with Auto-wait timeout(10s) error.
- baxatobCommunity Hero
You can create a simple wait operation based on the While loop:
yourApp.buttonExecute.Click()
While yourApp.buttonYES.Exists != True: aqUtils.Delay(1000)
yourApp.buttonYES.Click()
Related Content
- 3 years ago
- 3 years ago
Recent Discussions
- 5 minutes ago
- 17 hours ago
Working with Visual Test
Solved2 days ago