What is Unit Testing?
Posted By Lax on March 05th, 2009 in Manual Testing
unit testing is the first testing stage in software development. Validating each and every line of code in programs is called unit testing. All the single programs in software should under go unit testing to ensure that each and every single program is working fine independently.
Whit box testing techniques are used in Unit testing phase. There are 4 techniques in white box testing. They are
- Basic path Coverage
- Control Structure Coverage
- Programs Technique Coverage
- Mutation Coverage
Similar Posts:
