Unit Testing

Details of Unit testing is discussed in relevancy to Capstone Project-I

<Unit Test consists of testing individual programs or subroutines as they are written instead of testing the entire system after it has been written. The testing of the smaller building blocks is done first and then these blocks are combined and tested. Unit testing means testing each function independently to verify correct processing in a stand-alone environment. >

 

Participants: <Developers, Test Team (if any) or some other project personnel involved in unit testing>

 

Methodology:

  1. Initial Unit Test will be conducted by the developers
  2. As the completed modules are received from the development department, the test team will start the Unit Test on these modules