Skip to content Skip to sidebar Skip to footer
Showing posts with the label Adb

Execute Code If A Test Fails With Py.test

I'm doing UI test automation on Android using Appium and py.test. I'd like to be able to sa… Read more Execute Code If A Test Fails With Py.test

Running Multiple Adb Commands With Python Popen Or Os.system

One problem with ADB is that you need multiple commands to get things done. For example: adb shell … Read more Running Multiple Adb Commands With Python Popen Or Os.system

Monkeyrunner Throwing "ShellCommandUnrespo​nsiveException" - Any Work Around?

I am facing some issues in device.shell('ping -c 2 192.168.1.1') inside a monkeyrunner scri… Read more Monkeyrunner Throwing "ShellCommandUnrespo​nsiveException" - Any Work Around?