Bird
0
0

Which of the following is the correct syntax to describe black-box testing?

easy📝 Syntax Q3 of 15
Testing Fundamentals - Testing Models and Approaches
Which of the following is the correct syntax to describe black-box testing?
ATesting software only after deployment
BTesting software by reviewing its source code
CTesting software without access to source code
DTesting software by modifying its source code
Step-by-Step Solution
Solution:
  1. Step 1: Understand black-box testing definition

    It means testing without access to the source code.
  2. Step 2: Check other options

    Reviewing or modifying source code is white-box or development activity; testing after deployment is unrelated.
  3. Final Answer:

    Testing software without access to source code -> Option C
  4. Quick Check:

    Black-box = No source code access [OK]
Quick Trick: Black-box means no source code access [OK]
Common Mistakes:
  • Confusing reviewing code with black-box
  • Thinking black-box requires code changes

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes