In my test suite, out of 10, atleast 2 test failing every time but on running that method alone is not failing.how to handle this type of issue
As of now , I am doing with Thread.sleep to avoid more failures. How to do explicit wait
In my test suite, out of 10, atleast 2 test failing every time but on running that method alone is not failing.how to handle this type of issue
As of now , I am doing with Thread.sleep to avoid more failures. How to do explicit wait
Disabling the animation will help to minimize most flaky fails.
To disable animations from mac terminal
adb shell settings put global window_animation_scale 0
adb shell settings put global transition_animation_scale 0
adb shell settings put global animator_duration_scale 0
For furthermore give proper sleep time and assertions