I have recently started Android test automation. I have used Robotium to develop my test scripts. I run the scripts on Android emulators using Genymotion. I want to run my test suite on multiple emulators at same time, can anyone please help me with how to do it?
Asked
Active
Viewed 195 times
0
-
They should already run on all available devices - don't they? – ligi Apr 13 '15 at 16:49
-
You can use spoon to run multiple devices as well as get good test report. https://github.com/square/spoon – Mani Apr 13 '15 at 16:51
-
Any good tutorial to follow for this? – Sanket Apr 20 '15 at 12:00
-
If you have a Raspberry-Pi, you can also use that instead of the emulator. The performance is much better: http://innovation.avg.com/2016/06/15/raspberry-pi-for-android-test-automation/ – revolutionary Jun 15 '16 at 12:29