Hi All I made test codes using ActivityInstrumentationTestCase2
when I execute test case one by one in Eclipse, it works well. but when I execute all test cases, it freezes after one test case is executed, i guess that in ActivityInstrumentationTestCase2, after each test Case is executed, Android Test Framework is designed to to kill activity and launch again, but after one test case is ended, it seems that Android test framework can't kill activity. so test is hanging... anyone like me? any reply will be helpful Thanks.. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

