March 2015
Beginner to intermediate
274 pages
6h 1m
English
Wouldn't it be nice if we could run different AVDs from the command line and perhaps automate the way we run or script our tests?
By freeing the AVD from its UI window, we open a whole new world of automation and scripting possibilities.
Well, let's explore these alternatives.
A headless emulator (its UI window is not displayed) comes in very handy when we run automated tests and nobody is looking at the window, or the interaction between the test runner and the application is so fast that we hardly see anything.
Also, it is worth mentioning that, sometimes, you can't understand why some tests fail until you see the interaction on the screen, so use your own judgment when selecting a running mode ...
Read now
Unlock full access