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?

link|improve this question

20% accept rate
feedback

2 Answers

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.

link|improve this answer
feedback

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).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.