Pair programming and unit testing

Posted by TheSilverBullet on Programmers See other posts from Programmers or by TheSilverBullet
Published on 2012-10-17T14:09:52Z Indexed on 2012/10/17 17:19 UTC
Read the original article Hit count: 239

My team follows the Scrum development cycle. We have received feedback that our unit testing coverage is not very good.

A team member is suggesting the addition of an external testing team to assist the core team, but I feel this will backfire in a bad way.

I am thinking of suggesting pair programming approach. I have a feeling that this should help the code be more "test-worthy" and soon the team can move to test driven development!

What are the potential problems that might arise out of pair programming??

© Programmers or respective owner

Related posts about agile

Related posts about unit-testing