sangmingming / robotium

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

Opening applications #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.In my testing I need to restart the application
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
2.1 - windows 

Please provide any additional information below.
I wanted to know if there are commands robotium that allows you to restart the 
application.
In my testing I need to restart the application.
Thank you for your time

Original issue reported on code.google.com by sergio.p...@gmail.com on 11 Feb 2011 at 10:57

GoogleCodeExporter commented 9 years ago
No, you will have to use an intent to do that. You can not start an application 
from inside of Robotium. Usually the test case class takes care of that. 
Otherwise you can use an Intent to start a application.

Original comment by renasr...@gmail.com on 11 Feb 2011 at 11:53