sangmingming / robotium

Automatically exported from code.google.com/p/robotium
0 stars 0 forks source link

How to increase speed of tests in Robotium? #217

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. How to increase speed of tests in Robotium?
2.
3.

What is the expected output? What do you see instead?
How to increase speed of tests in Robotium?

What version of the product are you using? On what operating system?
Robotium 3.1, ADT 15

Please provide any additional information below.

Original issue reported on code.google.com by alpatisu...@gmail.com on 24 Jan 2012 at 3:15

GoogleCodeExporter commented 9 years ago
There is no API to speed up Robotium. The issue with UI testing and test 
automation on slow emulators is that a too high test execution speed will make 
the test cases unstable. Therefore it is not possible to just speed things up. 
I think Robotium right now is the fastest it can be while still being stable 
enough. Prior experiments with speeding up execution have not been successful.

If you are interested in experimenting with speed I would suggest that you 
download the source code and do the required changes. 

Original comment by renasr...@gmail.com on 24 Jan 2012 at 6:52