Hi ZAPTEST team,
I’m using MRun mode to execute my test case on 2 machines (1k and 4k resolution)
Test Scenario:
I have a sort function with 3 options: date, name and type.
I have to click sort button to show 3 sort options.
The 3 sort options view will be disappear automatically after 5 seconds
My script:
Application(“app”).View(“view1”).Object(“sort”).Click
Application(“app”).View(“view2”).Object(“date”).Click
Result on MRun mode:
1k machine: it passed
4k machine: fail -> the sort option “date” is existed but zap performs click after the popup disappeared
It’s work properly on normal mode (run on 4k machine only)
How can I overcome this issue?
Thanks!