Top-notch stateful testing in Android
using Jqwik testing library
Aug 31, 202212 min read1.3K

Search for a command to run...
Articles tagged with #kotlin
using Jqwik testing library

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...

An introduction to PBT in Android

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 with a different set of inputs and expected outputs several times, you come up with Data Driven Tes...
