Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How Can I run a Test Script written in Robotium in to a device cloud?

I would like to know is it possible to run my script written in Robotium to work in a device cloud like Perfectomobile or Device anywhere.

Thanks in advance.

like image 760
Pramod Avatar asked Mar 19 '13 12:03

Pramod


People also ask

Where can we execute Robotium test cases?

Robotium Test cases can be executed on Android Emulator as well as the Real device, we don't need to write any specific configuration code to run Robotium test cases on the Real device. Robotium Can be easily written in the Maven project also, and it can be run through continuous integration tools.

Which type of application is supported by Robotium as of now?

Robotium officially supports Android 1.6 and above versions. The Android platform is not modified by Robotium. The Robotium test can also be executed using command prompt. Robotium can be integrated smoothly with Maven or Ant.

Can we use single test script for testing both Android and iOS native applications?

However, it may be different from executing test scripts on Android and iOS devices because element locators may differ on Android and iOS devices. But a script written for any android or iOS device can be run on all devices with the same OS by changing desired capabilities.


1 Answers

testdoid allows you to run robotium in the cloud they also have there own extensions to robotium to increase functionality. There are other options out there I am sure and many others that offer support for tests using different frameworks such as calabash.

like image 95
Paul Harris Avatar answered Oct 11 '22 15:10

Paul Harris