How to plan for whitebox testing

Posted by Draco on Stack Overflow See other posts from Stack Overflow or by Draco
Published on 2010-05-24T08:15:14Z Indexed on 2010/05/24 8:21 UTC
Read the original article Hit count: 302

Filed under:
|
|
|

I'm relatively new to the world of WhiteBox Testing and need help designing a test plan for 1 of the projects that i'm currently working on. At the moment i'm just scouting around looking for testable pieces of code and then writing some unit tests for that. I somehow feel that is by far not the way it should be done. Please could you give me advice as to how best prepare myself for testing this project? Any tools or test plan templates that I could use? THe language being used is C++ if it'll make difference.

© Stack Overflow or respective owner

Related posts about testing

Related posts about planning