Nowadays paired programming concept is getting more and more common in the IT industry because of its benefits like design quality, overcoming difficult problems and better time management etc. Similarly a new concept of Paired Testing is getting famous now among the testers who are working in an agile environment. This concept of testing is similar to paired programming approach. In this approach the person doing the testing is called the driver while the other suggests ideas or tests, pays attention and takes notes, listens, asks questions, grabs reference material, observes or reviews etc.
Paired testing can be really helpful when a new team member has joined the team and the project is in the middle of the sprints. A team member who is mature enough and have a good knowledge about the application can then be taken as a driver making the new team member as a observer so that he can learn the functionality.
Paired testing can be started with defining of a charter which include what to test, what tools to use, what testing tactics to use, what risks are involved, what bugs to look for, what documents to examine, what outputs are desired, etc. and can be ended once the reports are generated which can have the defect numbers that were logged while doing the testing.
Filed under Testing | 2 Comments »
Seems an interesting concept, a formal methodology like this can improve testing as well.
Thanks for the response, it will be great if you can share your thoughts too.