Closed GoogleCodeExporter closed 9 years ago
Please only use this tracker for Robotium defects. All tests need to start with
test for JUnit 3 to run them.
Original comment by renasr...@gmail.com
on 9 Jan 2012 at 3:03
It work fine, after change finishOpenedActivities()instead of finalize()
Original comment by allen119...@gmail.com
on 10 Jan 2012 at 5:33
Hi Allen,
Thanks for your feedback, I am not able to understand exactly your points. Can
you please explain the exact problem you were facing using tutorial? and what
you did't find in it according to your expectations?
We will surely incorporate your points in coming updated version of tutorial if
possible.
Original comment by luckynav...@gmail.com
on 10 Jan 2012 at 6:07
I follow the tutorial "BLACK BOX TESTING WITH ROBOTIUM ON APK FILES" and add
some test methods not only one. But the tutorial still use old version
solo.finalize. It causes run test process may one failure test method and stop
not go the next test method. Finally, I change it to finishOpenedActivities().
It work fine.
In this process, still meet some trouble, when you want to create a android
test project in eslipse, in finally step you must click "finish" button double
click quiuckly you can possible then sucess build a test project, otherwise you
get fail to build a test project. I don't know this bug whether it only exist
in eslipse.
Original comment by allen119...@gmail.com
on 10 Jan 2012 at 7:32
Original issue reported on code.google.com by
allen119...@gmail.com
on 9 Jan 2012 at 1:38Attachments: