Content deleted Content added
Changed text - user shouldn't be intimidated about an issue! |
"This may be carried out by software testers of software developers or both." changed to "This may be carried out by software testers, software developers or both." |
||
Line 54:
In the V-model of software development, unit testing implies the first stage of [[dynamic testing]] process. According to software development expert [[Barry Boehm]], a fault discovered and corrected in the unit testing phase is more than a hundred times cheaper than if it is done after delivery to the customer.
It involves analysis of the written code with the intention of eliminating errors. It also verifies that the codes are efficient and adheres to the adopted [[Programming style|coding standards]]. Testing is usually [[White box testing|white box]]. It is done using the Unit test design prepared during the module design phase. This may be carried out by software testers
===Integration Testing===
|