Chapter 30 - Testing the AddArtScreen for Inserting Art Object into Room DB
In this chapter, we do the following:
Test that AddArtScreen correctly collects text inputs and triggers the save action (which inserts into DB through ViewModel).
We will test three layers of behaviour:
Input field typing: verifies that the user ca...
androidavatar.hashnode.dev2 min read