#android-app-development
Read more stories on Hashnode
Articles with this tag
Robolectric is a popular UI testing tool from Google that enables running UI tests without a physical device or emulator. It supports most...
As observed in the previous blog post of this series, screenshot tests have a lot in common regardless of the library they're written with,...
An Introduction to the Concept ยท The state of the art of screenshot testing for Android Screenshot testing is trending in Android. Many new libraries...
using Jqwik testing library ยท Broadly speaking, in an app, state is any value that can change over time. All Android apps display state to the user, e.g....
A story of UI/UX and screenshot testing ยท The success of your app depends heavily on its UI/UX. The more popular your app becomes, the more you should...
Snapshot tests on Android have become very popular lately. They run much faster and are easier to write than UI tests if done correctly. For those...