White Box Testing coverage techniques in Software Testing
Coverage term is used in software testing. Testers used coverage term for measurement. They used this term (Coverage) to describe the degree to which the source code is tested. There are mainly three types of coverage techniques as displaying in the following figure:-
Statement Coverage:- This coverage technique assure that all lines of source code has been executed and tested.
Decision Coverage:- This coverage technique assure that all decisions (true/false) in the source code has been executed and tested.
Path Coverage:- In this coverage techniques we assure that all possible route through a given section of code is executed and tested.
0 Comment(s)