Should developers be involved in testing phases?

Posted by LudoMC on Programmers See other posts from Programmers or by LudoMC
Published on 2010-12-29T18:21:28Z Indexed on 2010/12/29 18:59 UTC
Read the original article Hit count: 197

Hi,

we are using a classical V-shaped development process. We then have requirements, architecture, design, implementation, integration tests, system tests and acceptance.
Testers are preparing test cases during the first phases of the project. The issue is that, due to resources issues (*), test phases are too long and are often shortened due to time constraints (you know project managers... ;)).

So my question is simple: should developers be involved in the tests phases and isn't it too 'dangerous'. I'm afraid it will give the project managers a false feeling of better quality as the work has been done but would the added man.days be of any value? I'm not really confident of developers doing tests (no offense here but we all know it's quite hard to break in a few clicks what you have made in severals days).

Thanks for sharing your thoughts.

(*) For obscure reasons, increasing the number of testers is not an option as of today.

(Just upfront, it's not a duplicate of Should programmers help testers in designing tests? which talks about test preparation and not test execution, where we avoid the implication of developers)

© Programmers or respective owner

Related posts about development-process

Related posts about testing