Android UI Testing with uiautomatorviewer and uiautomator
Introduction There are two types of testing when it comes to Android UI testing. White box testing requires that the source code of the application to test to be accessible by the tester. For white box...
View ArticleAndroid Debug Tools for Capturing Logs, Screenshots, and Videos
Introduction There are many options when it comes to debugging tools for mobile devices, especially on the Android platform. Capturing logs, screenshots, and videos are common tasks for software...
View ArticleAndroid Debug Bridge, Part 4: Install APK Files and Connect Over WiFi
Prerequisite To follow this tutorial you must have successfully followed Part 3: How to capture screencasts using ADB. Introduction In previous courses in this series, we looked at how to capture...
View ArticleAndroid Debug Bridge, Part 3: How to Capture Screencasts Using ADB
Prerequisite To follow this tutorial you must have successfully followed Part 2: How to capture screenshots using ADB. Introduction So far we’ve learned how to capture logs and screenshots. We also...
View ArticleAndroid Debug Bridge, Part 2: How to Take Screenshots Using ADB
Prerequisite To follow this tutorial you must have successfully followed Part 1: How to capture logcat files using ADB. Introduction In the previous course, we learned how to capture logcat files and...
View ArticleAndroid Debug Bridge, Part 1: How to Capture Logcat Files Using ADB
Prerequisite To follow this tutorial you must have successfully followed the tutorial How to Configure ADT to Capture Android Log Files by Paul Teasdale. Introduction This course series focuses on...
View Article