Closed GoogleCodeExporter closed 9 years ago
Were in the test case are you when the process dies? What line? There seems to
be something wrong with your test project. The crash is not in Robotium.
Original comment by renasr...@gmail.com
on 22 Dec 2010 at 1:06
What crashes is the instrumentationtestrunner which has nothing to do with
Robotium. I would recommend you to reinstall the SDK.
Original comment by renasr...@gmail.com
on 22 Dec 2010 at 7:13
i have reinstall the SDK many times. it doesnot work . i think it is because i
have 2 activities when the apk starts.
Original comment by chenmeng...@gmail.com
on 27 Dec 2010 at 1:51
Many people have 2 activities when the apk starts. That is not something
strange.
Original comment by renasr...@gmail.com
on 28 Dec 2010 at 10:36
Hi Rensar,
I seem to have similar problem. My App has a Page (Activity A) with a button on
it. On clicking that button, a webpage (Activity B) is launched. Once the
Webpage is launched, the Test Case halts. It doesn't do anything. I have tried
solo.goBack and also solo.goBackToActivity(ActivityA) to go back t the App
(Activity A). Neither of them works. When I tried the latter, the error message
I got was 'ActivityA no longer exists' or something like this. When the webpage
is launched (Activity B), the App (Activity A) is closing. Once the Test case
halts on the web page, if I manually press the 'back' button on the Emulator, I
don't see my App anymore. I think this happens only when I am attempting to
automate the Test using Robotium. When I run the following Steps on my App
manually using the Emulator, the behaviour is different.
(1) Launch the App, and go to the Page that has the button.
(2) Press the button, and the webpage is launched.
(3) Press the 'back' button on the Emulator.
(4) The App is still there. It's not closed.
Please let me know if there's a way to get around this, or if I'm doing
anything wrong.
Many Thanks,
V.
Original comment by robotium...@gmail.com
on 1 Mar 2011 at 4:20
i have faced the same problem as above.
Is there a way where we can get the robotium test case to run even after the
original activity has closed?
Thanks
Dinesh
Original comment by xperiaofdinesh@gmail.com
on 23 Jun 2011 at 10:14
Original issue reported on code.google.com by
chenmeng...@gmail.com
on 22 Dec 2010 at 7:06