#best-practices
Read more stories on Hashnode
Articles with this tag
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...
When one gets started with snapshot testing, there are not enough resources to learn from. It's no surprise to end up with snapshot tests causing a...
Snapshot testing (also called screenshot testing) has been in the Android world for a while, since 8th October 2015, when Facebook open sourced the...
An introduction to PBT in Android ยท In the previous post, we saw how Parameterised Tests help write more focused, concise and scalable tests. However,...
While writing Unit Tests, we often verify that given an input, the output of the method under test is the one expected. When you execute the same test...