fknives / Android-Tutorial-Test-ShowCase

Mock project showcasing testing on Android. It is used as a CodeKata.
Apache License 2.0
7 stars 2 forks source link

Finish documentation of SharedTests and AndroidTests in ::app module #14

Closed fknives closed 2 years ago

fknives commented 2 years ago

Don't forget to mention the issue with ProgressBars with Espresso: namely that progressbar and other infinite loading indicators will make the MainThread not Idle, thus Espresso actions lock up, Reference: https://stackoverflow.com/questions/30469240/java-lang-runtimeexception-could-not-launch-intent-for-ui-with-indeterminate https://stackoverflow.com/questions/35186902/testing-progress-bar-on-android-with-espresso

All original links provided in reference are outdated sadly

fknives commented 2 years ago

Additional notes to add to SharedTests:

fknives commented 2 years ago

Mention also the Pointer location developer options when dealing with touch events