sangmingming / robotium

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

Robotium Issues #192

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When execution is in progress, suddenly if unexpected alerts are appeared 
Robotium does nothing. The entire execution stops there itself, it is not even  
going to next tests. Where we need to kick-start the test from beginning. This 
is really painful for us. Since it involves lots of time and effort. It would 
be great if you could suggest us some approach to overcome this issue. 
Basically provide some sample snippet of the code on how we need to use across 
the all test classes to handle this issue. Any other suggestion would really 
helps us. Since we have tests which run around more than a day. Basically this 
issue eats all our time.

2. How to read the data from android project's folder. Suppose if we have 
folder called data in my android project , i want to read the file which is 
residing in that folder. Then input the data in to robotium tests.

3. How to generate html reports which provides execution summary or any other 
way for this.?

4. When execution is in progress, emulator loses its internet connection with 
out any reason, not sure what might be the problem. I see that internet 
connection is live in my machine.

Awaiting for your valuable feedback.
What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Win 7, Robotium 2.5

Original issue reported on code.google.com by alpatisu...@gmail.com on 8 Dec 2011 at 5:26

GoogleCodeExporter commented 9 years ago
Unfortunately there is nothing to do if a sudden alert appears. Robotium can 
not know that it is unexpected or should not have appeared. So basically there 
is nothing to do about that except for having good internet connections (or 
mock the test data).  Also I recommend you to use Robotium 3.0 instead. 

Original comment by renasr...@gmail.com on 8 Dec 2011 at 9:27