Автор разбирает чем отличаются UI тесты от скриншот тестов
#android #testing #tests
https://sergiosastre.hashnode.dev/ui-tests-vs-snapshot-tests-on-android-which-one-should-i-write
#android #testing #tests
https://sergiosastre.hashnode.dev/ui-tests-vs-snapshot-tests-on-android-which-one-should-i-write
Sergio's little tech corner
UI tests vs. snapshot tests on Android: which one should I write? 🤔
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 who've already fought with UI tests and are new to snapshot testing, it's normal to wonder why to still...