August 2017
Beginner to intermediate
220 pages
4h 50m
English
In the preceding section we saw how Android Studio provides a comprehensive set of tools for testing our code, but writing these tests is time consuming, and with anything other than the most trivial of projects will require many individual tests. Fortunately, Android Studio provides a semi-automated way to construct tests, using our own UI interactions to create, identify, and perform code elements of the test.
The following simple exercise shows how this is done to perform the preceding test we just wrote by hand:
Read now
Unlock full access