Skip to content
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

Question - Do you run all of the tests at one time or run them individually #4

Closed
joykrogers opened this issue Nov 17, 2015 · 2 comments

Comments

@joykrogers
Copy link

Thanks so much for the information you provide on UI Testing and XCode 7. I have found it very useful in helping me learn how to write UI Tests.

I have seen several notes that tests should be stand alone. I downloaded this Volley project and if I run the tests individually - one at a time, they all work. But If I try to run all of them starting at the top, only one or two of them will pass.

So would it be better to run the tests one at a time in general?

Thanks

@joemasilotti
Copy link
Owner

Thanks, glad it's helping you learn!

I've started to experience this issue as well. The tests kept failing because the app hadn't officially terminated.

I am am now explicitly terminating the app after each test is run. Please pull down the latest code and try again. Also, ensure that you are running Xcode 7.1.1 from the App Store.

@joykrogers
Copy link
Author

Thanks so much. I pulled down the latest code and now all the tests run as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants