-
Notifications
You must be signed in to change notification settings - Fork 786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Application not launch on test started #870
Comments
See the getting started here:https://github.com/RobotiumTech/robotium/wiki/Getting-Started
|
DeliveryActivity extends Fragment.
java.lang.RuntimeException: Could not launch activity |
the first parameter is package name; second is launched activity |
Thanks. Problem solved with code:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After start test, application not started automatically for testing. I must manually launch application by tap on icon.
Error by timeout:
junit.framework.AssertionFailedError: Text string: 'Some button' is not found!
My test:
DeliveryActivity is not first Activity in backstack when application launched.
The text was updated successfully, but these errors were encountered: