sangmingming / robotium

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

Not able to proceed to next testcase if any target application exception comes. #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.In a class file i have 30 testcases
2.if a target application exception comes in the 4th testcase.
3.

What is the expected output? What do you see instead?
Expected:
========
Should move to next testcase by just simply failing the testcase.

Actual:
======
The automation is not procedding to next testcase but it is getting blocked 
without procedding to next testcase.

What version of the product are you using? On what operating system?
Gingerbread and robotium 2.2

Please provide any additional information below.

Original issue reported on code.google.com by anandpai...@gmail.com on 25 Apr 2011 at 6:03

GoogleCodeExporter commented 9 years ago
Please provide me the solution.

Original comment by anandpai...@gmail.com on 25 Apr 2011 at 6:03

GoogleCodeExporter commented 9 years ago
The tests are running in the same process as the application. That is why when 
a exception occurs and the process is killed, also the the test cases will stop 
to execute. 

Original comment by renasr...@gmail.com on 26 Apr 2011 at 5:06