Can unit tests verify software requirements?
- by Peter Smith
I have often heard unit tests help programmers build confidence in their software. But is it enough for verifying that software requirements are met? I am losing confidence that software is working just because the unit tests pass.
We have experienced some failures in production deployment due to an untested\unverified execution path. These…