Bird
0
0

A tester validates software by checking only inputs and outputs without looking at the code. What is the expected testing type?

medium📝 Predict Output Q5 of 15
Testing Fundamentals - Testing Models and Approaches
A tester validates software by checking only inputs and outputs without looking at the code. What is the expected testing type?
AWhite-box testing
BBlack-box testing
CPerformance testing
DSecurity testing
Step-by-Step Solution
Solution:
  1. Step 1: Analyze testing approach

    Checking inputs and outputs without code knowledge is black-box testing.
  2. Step 2: Exclude other types

    White-box requires code knowledge; performance and security testing focus on other aspects.
  3. Final Answer:

    Black-box testing -> Option B
  4. Quick Check:

    Input-output focus = Black-box [OK]
Quick Trick: Input-output checks = Black-box [OK]
Common Mistakes:
  • Confusing black-box with performance testing
  • Assuming security testing is black-box only

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes