Unit Testing
by EDITOR on 15/12/06 at 1:58 pm
Objective
- Unit test is the test of individual units.
- The objective of the unit test is to ensure that each individual component works correctly in isolation according to any applicable requirements, as defined in the design documents.
- The following processes must be satisfied before Unit Testing can be executed efficiently.
- Developer has to check that following criteria are satisfied:
- Outstanding programming issues have been resolved
- All program code compiles cleanly and has been reviewed and documented appropriately
Standards and procedures for unit test have been communicated to the team
Individual development test environments must be set up
Conditions
It is the expectation that the developer will perform the following type of tests:
- Positive/Negative Tests
- Bug Fixes
- Responsible Team
- Development Team


Leave a Comment