...
Software-Engineering
August 26, 2024
Indexing
August 26, 2024
Software-Engineering
August 26, 2024
Indexing
August 26, 2024

Software-Engineering

Question 347

Which of the following is a white box testing technique?

A
Data flow testing
B
Equivalence class testing
C
Cause effect graphing
D
State based testing
Question 347 Explanation: 
White box testing techniques analyze the internal structures the used data structures, internal design, code structure and the working of the software rather than just the functionality as in black box testing. It is also called glass box testing or clear box testing or structural testing.
White box testing techniques
1. Statement coverage
2. Branch CoverAge
3. Condition Coverage
4. Multiple Condition Coverage
5. Basis Path Testing
6. Flow graph notation
7. Loop Testing

Correct Answer: A
Question 347 Explanation: 
White box testing techniques analyze the internal structures the used data structures, internal design, code structure and the working of the software rather than just the functionality as in black box testing. It is also called glass box testing or clear box testing or structural testing.
White box testing techniques
1. Statement coverage
2. Branch CoverAge
3. Condition Coverage
4. Multiple Condition Coverage
5. Basis Path Testing
6. Flow graph notation
7. Loop Testing

Leave a Reply

Your email address will not be published. Required fields are marked *