Tagged Questions
5
votes
3answers
268 views
How to avoid redundant tests
We are building an application using a completely test-driven approach. As developers, we are very familiar with unit tests but haven't been exposed to integrated / functional / acceptance tests. ...