Home »
MCQs »
Software Testing MCQs
____-testing technique covers all imaginable conclusions of every Boolean condition of the code
25. ____-testing technique covers all imaginable conclusions of every Boolean condition of the code.
- Branch coverage testing technique
- Data flow testing technique
- Statement coverage testing technique
- Decision coverage testing technique
Answer: D) Decision coverage testing technique
Explanation:
The decision coverage testing technique covers all imaginable conclusions of every Boolean condition of the code.