How does the workflow between testers doing testing and coders doing the coding for pending testing

Posted by dotnetdev on Stack Overflow See other posts from Stack Overflow or by dotnetdev
Published on 2010-05-10T22:58:36Z Indexed on 2010/05/10 23:04 UTC
Read the original article Hit count: 343

Filed under:

In a large company that does software development, they often have dedicated teams for build management, testing, development, and so forth.

Agile or not, how does this workflow amongst teams work? I mean would the test team write unit tests and then the dev team write code to adhere to these tests (basically TDD)? And then the test team may write tests for a completely different project or have a slight quiet period until the dev team have done their coding. What possible workflows are there?

This is something that interests me greatly. I know that in my current company we are doing it incorrectly (we have 1 tester about 5 devs, which is small scale) but I am not sure how exactly to draw out the ideal workflow. Many (ok, an ex-Project Manager) have tried, but all failed.

© Stack Overflow or respective owner

Related posts about testing