Automate Android testing for a phone connected to a computer via USB

We need to automate testing on Android devices connected via USB to our computer (this is a banking application, and we cannot use any cloud tests because of the Bank's security policy). We are considering several alternatives (monkeyRunner, SeeTest from Experitest and Robotium). Any recommendations?

+3
source share
3 answers

You can use MonkeyRunner . If you are using Robotium, you need to have root permission.

Otherwise, Seetest is another option that will record and play back your operations.

+2
source

, . MonkeyRunner , . , - , .

+1

You can consider SeeTest from Experitest . It comes with easy write capabilities and has export of QTP code (as well as Java, C #, etc.).

0
source

All Articles