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

Create UI tests #2

Closed
DanielNovak opened this issue Feb 12, 2015 · 0 comments
Closed

Create UI tests #2

DanielNovak opened this issue Feb 12, 2015 · 0 comments

Comments

@DanielNovak
Copy link

Try to research if UI testing of the library would be feasible. Tests would verify if the model is correctly retained and then removed in cases such as:

  1. Activity created and activity removed (model is removed)
  2. Activity rotated (model retained).
  3. Fragment created and then removed from backstack (model removed)
  4. Fragment created and then replaced by other fragment and not added to backstack (model removed)
  5. Fragment created and replaced with other fragment and added to backstack (model retained)
  6. Fragment rotated (model retained)
  7. Fragment rotated in backstack (model retained).

Possibly other cases...

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

No branches or pull requests

1 participant