Bird
0
0

During a Waterfall project, a tester notices that testing began while coding was still ongoing. What is the primary concern with this situation?

medium📝 Debug Q6 of 15
Testing Fundamentals - Testing Models and Approaches
During a Waterfall project, a tester notices that testing began while coding was still ongoing. What is the primary concern with this situation?
ATesting will be faster and more efficient
BTesting may be incomplete or invalid due to unfinished implementation
CThis approach is recommended to save time
DIt ensures early detection of design flaws
Step-by-Step Solution
Solution:
  1. Step 1: Recall Waterfall phase order

    In Waterfall, testing should start only after implementation is complete.
  2. Step 2: Evaluate the impact

    Starting testing before implementation completion risks incomplete or invalid tests because the code is not finalized.
  3. Step 3: Analyze options

    Testing may be incomplete or invalid due to unfinished implementation correctly identifies the main issue. Options B and C incorrectly suggest benefits. It ensures early detection of design flaws is unrelated to the timing of testing.
  4. Final Answer:

    Testing may be incomplete or invalid due to unfinished implementation -> Option B
  5. Quick Check:

    Testing requires complete code in Waterfall [OK]
Quick Trick: Testing starts only after implementation ends in Waterfall [OK]
Common Mistakes:
  • Assuming early testing is beneficial in Waterfall
  • Confusing Waterfall with Agile practices
  • Ignoring phase dependencies

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes