Skip to content
Discussion options

You must be logged in to vote

What do you mean by "everything could be running at the same time"? Are you referring to different tests?
Tests should always be independent of each other, so by definition they will not impact each other if written in this manner.

If you want to run tests sequentially, that is possible too, but then they should still be independent of each other.
See more here:
https://tcunit.org/#/faq?id=_7-is-it-possible-to-run-test-suites-andor-tests-in-a-sequence

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MRFaria
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants