Unit testing is a nice development discipline to stabilize, reach quality faster, and reduce QA bottleneck

By 1 Jonathan Vargas on February 23, 2007

If developers apply unit testing, they reduce most of functionality bugs, and QA testing gets better testable builds. There is a lot of bottleneck when during the development phase (implementing scope) both QA and development roles play together.

Embed Claim Make a related claim

Discussion (1)

http://marphod.livejournal.com/

3 Marphod who disagreed, says

I quibble with the 'and'.

In my experience, unit Tests does nothing to address the QA bottleneck. If QA is less rigorous with any section of code because of unit tests, then they have failed.

Now, there may be less breaks due to unit tests, but that doesn't significantly reduce their bottlenecks, which have (in my experience) almost always been due to too little time between code complete and release dates, rather than due to number of breaks and retesting.

Make a related claim 11 months ago (link)
Sign in in to leave a comment.