Quality Assurance Planning – Part One (Unit Testing)

Unit testing should be done by the developer and include two tests. The first of these is to walk through each line of his code to insure it works correctly. This is a normal part of the development process, however the second test is not. During this test the developer should try to “break” their