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