June 2017
Intermediate to advanced
256 pages
5h 38m
English
Often, there is an inherent need to capture the playback when we execute a test so that we can actually see how the scenario fared. There can be a few reasons for this, one of which is the documentation. It might also be for demonstration purposes in the product team, or to see what happened on the device in the case of any failure. Android ADB gives screen recording functionality only and not the audio capture. This should suffice for most functional test automation needs, which doesn't really require the audio component to be captured. ADB gives you a way to capture the display of Android devices, running Android 4.4 (API Level 19) or upward. The API is adb shell screenrecord [options] <filename>.
Read now
Unlock full access