We need to do test automation on Android devices connected by USB to our computer (it's a bank application and we cannot use any cloud based testing due to the Bank's security policy). We are looking at a few alternatives (monkeyRunner, SeeTest from Experitest and Robotium). Any recommendations?
Asked
Active
Viewed 1,152 times
3
-
possible duplicate of [Automated Acceptance Testing For iOS and Android Devices](http://stackoverflow.com/questions/7722097/automated-acceptance-testing-for-ios-and-android-devices) – Ben Sep 28 '13 at 11:25
3 Answers
2
You can use MonkeyRunner. If you are using Robotium you need to have the root permisission.
Otherwise Seetest is another option which will record and playback your operations
1
It depends on what you want. MonkeyRunner is useful if you are not going to be linking your test code to your main code. If you are planning on linking your test code to your app code then robotium is the way that you want to go.

n8schloss
- 2,723
- 2
- 19
- 27
0
You can consider SeeTest from Experitest. It comes with easy recording option and it has QTP code export (as well as Java, C# and more).

Guy
- 325
- 2
- 6
- 14