March 2015
Beginner to intermediate
274 pages
6h 1m
English
Device fragmentation is always talked about around Android and it is something you should be considerate of. The number of different devices and form factors means you really need to be confident that your application runs well, on all the aforementioned. Spoon is right here to help; Spoon (http://square.github.io/spoon) is an open-source project that gives you a test runner that allows instrumentation tests to be run on all connected devices in parallel. It also allows you to take screenshots as the tests are running. Not only does this speed up your testing and feedback cycle, it also allows you to potentially visually see where tests went wrong.
Spoon can be added to your project with this dependency:
testCompile com.squareup.spoon:spoon-client:1.1.2 ...
Read now
Unlock full access