Robotium : Run test scripts on a remote device.
|
We have posted about running test scripts directly from Jenkins by introducing use of android-maven-plugin here. Now we must be able to run test scripts on a VM or Cloud VM using Jenkins on Emulators. But sometimes we need to run scripts on a real device connected to PC , that seems not to be feasible with Cloud VMs or with a device connected to a remote machine. This can be possible by using some stuffs like USB Redirector. A number of such tools available over internet.
Usb Redirector: http://www.incentivespro.com/usb-redirector.html
This tool must be installed with both machines . The machine to which device is connected will share the device and the other one will connect to it using the host computer’s IP address .
This way we can also make this thing feasible with Cloud VMs also.
- Bring the auto Sync magic of Protractor to Selenium with Java - October 23, 2015
- Restarting Appium Server could improve various server freezing issues and may improve execution time - January 20, 2015
- Appium with iOS 8 and XCode 6 : What’s new? - November 5, 2014
- REST API automation testing using Apache HttpClient – The Approach - October 3, 2014
- An Overview of mobile application : Moving forward to automation - October 1, 2014
- An introduction to REST - September 29, 2014
- Run ChromeDriver with Chrome Driver Service to reduce script execution time significantly - September 26, 2014
- Selenium WebDriver – Get Cookies from an existing session and add those to a newly instantiated WebDriver browser instance. - September 26, 2014
- Simulate Copy Paste action using Java Robot and Clipboard class - September 26, 2014
- Android : How to test if Android Application has memory leaks - August 11, 2014