You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem? 1.Activity is not closed/finished when an sudden popup or alert displayed at the end of testcase.
2. While navigating between screens through robotium testcase, at times it clicks device hardware back key without any reason. This causes scripts to stop in between.
3. Also i've no where used solo.goBack() methods in my tests. What is the expected output? What do you see instead? activity should be closed and it should come out of the application What version of the product are you using? On what operating system? Robotium 2.5, Win 7 Please provide any additional information below. Below is my tearDown method:
Target Name - Android 2.1-update1
Platform - 2.1-update1
API Level - 7
Motorola Droid(Handset) Details:
Android OS Version - 2.2.1
Let us know your feedback on this. If this issue is resolved; that would help us to save our time a lot. Because of this; we end up with re-running the suites again.
Also this occurs on both handset and emulator. Pls. let us know your resolution on this.
From [email protected] on October 20, 2011 05:28:43
What steps will reproduce the problem? 1.Activity is not closed/finished when an sudden popup or alert displayed at the end of testcase.
2. While navigating between screens through robotium testcase, at times it clicks device hardware back key without any reason. This causes scripts to stop in between.
3. Also i've no where used solo.goBack() methods in my tests. What is the expected output? What do you see instead? activity should be closed and it should come out of the application What version of the product are you using? On what operating system? Robotium 2.5, Win 7 Please provide any additional information below. Below is my tearDown method:
public void tearDown() throws Exception {
try {
solo.finalize();
} catch (Throwable e) {
e.printStackTrace();
}
getActivity().finish();
super.tearDown();
Original issue: http://code.google.com/p/robotium/issues/detail?id=176
The text was updated successfully, but these errors were encountered: