Failure Is An Option
There are three varieties of test failures and several solutions.
- A failure indicating a mistake/bad assumption in the test suite.
- A real failure indicating a bug or missing feature.
- You put off fixing it and...
- comment out the test (blech) or...
- A failure due to an assumption about the environment.
- You can't fix it, so you "skip" it.
Prev | toc | Next