1 Answers
Non-Deterministic Tests (NDT) are basically unreliable tests. So, sometimes it may happen that they pass and obviously sometimes they may also fail. As and when they fail, they are made to re-run to pass.
Some ways to remove non-determinism from tests are as follows:
- Quarantine
- Asynchronous
- Remote Services
- Isolation
- Time
- Resource leaks