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

Refactor the test-data-deletion handling #32

Open
helkv opened this issue Jun 21, 2018 · 0 comments
Open

Refactor the test-data-deletion handling #32

helkv opened this issue Jun 21, 2018 · 0 comments

Comments

@helkv
Copy link

helkv commented Jun 21, 2018

At the end of each test-case/-class all created test-data should be removed from the test-environment.

Actual Approach:

  • created collections are deleted/discarded at the end of each test-class
  • deletion/discarding through selenium test-step

Problem:

  • if the deletion/discarding test-step fails, the test-data are not removed from the test-environment
  • if the test-execution is terminated, the test-data are not removed from the test-environment

TODO:

  • ensure the deletion of all created test-data after (resp. before) each execution of a test-case/-class
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