Home »
MCQs »
Software Testing MCQs
In which testing every outcome from a code module is tested also this type of testing come under white box testing?
22. In which testing every outcome from a code module is tested also this type of testing come under white box testing?
- Data flow testing
- Control flow testing
- Branch coverage testing
Answer: C) Branch coverage testing
Explanation:
In Branch, coverage is a type of white box testing, in which every outcome from a code module is tested.