Software-Engineering
August 28, 2024Software-Engineering
August 28, 2024Software-Engineering
| Question 402 |
Black Box Software Testing method focuses on the
| Boundary condition of the software | |
| Control structure of the software | |
| Functional requirement of the software | |
| Independent paths of the software |
Question 402 Explanation:
Black box testing, which is also known as behavioral, opaque-box, closed-box, specification-based or eye-to-eye testing, is a Software Testing method that analyses the functionality of a software/application without knowing much about the internal structure/design of the item that is being tested and compares the input value with the output value
Correct Answer: C
Question 402 Explanation:
Black box testing, which is also known as behavioral, opaque-box, closed-box, specification-based or eye-to-eye testing, is a Software Testing method that analyses the functionality of a software/application without knowing much about the internal structure/design of the item that is being tested and compares the input value with the output value
