This is a list of adb commands which I often use when doing manual or automated testing of Android apps.
Continue readingadb
How to get displayed notifications on Android
When doing mobile test automation, you might need to check if a certain notification is displayed or to get all displayed notifications. In this post I’m going to describe how this can be achieved on Android using adb and/or UiAutomator. Some of the approaches can also be used with Appium.
Continue reading