show/hide this revision's text 2 added 177 characters in body

My stock answer to this question: What! you can't see the image??!!

There are different types of testing.

  • If its unit-testing, then it should be the developer who writes the tests and the implementation to make them pass. People writing the test cases should be the ones writing the code as well as they know the territory best. Anyone else would miss some scenarios/details.
  • Acceptance tests should be written by the customer (as far as possible) with help from QA personnel. Developers need to pitch in to write the glue code to hook into the production code.

The left half is automated... can be scheduled to run at the end of each build. The right half should be done by good testers. They enjoy the top-right quadrant though.

show/hide this revision's text 1

My stock answer to this question: What! you can't see the image??!!

There are different types of testing.

  • If its unit-testing, then it should be the developer who writes the tests and the implementation to make them pass. People writing the test cases should be the ones writing the code as well as they know the territory best. Anyone else would miss some scenarios/details.
  • Acceptance tests should be written by the customer (as far as possible) with help from QA personnel. Developers need to pitch in to write the glue code to hook into the production code.