When does the test runner run compared to the other tasks? #223
-
|
Hi all, I am learning to use this tcunit framework but couldn't find the documentation explaining exactly how it works. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
What do you mean by "everything could be running at the same time"? Are you referring to different tests? If you want to run tests sequentially, that is possible too, but then they should still be independent of each other. |
Beta Was this translation helpful? Give feedback.
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