Bird
0
0

A test plan section reads:

medium📝 Debug Q14 of 15
Testing Fundamentals - Test Documentation
A test plan section reads:
Test Schedule:
Start Date: 2024-05-01
End Date: 2024-04-30

What is wrong here?
ADates are in wrong format
BEnd date is before start date
CSchedule section should not have dates
DStart date should be after end date
Step-by-Step Solution
Solution:
  1. Step 1: Check the dates in schedule

    Start date is May 1, 2024; end date is April 30, 2024.
  2. Step 2: Compare dates logically

    End date cannot be before start date; this is a logical error in the schedule.
  3. Final Answer:

    End date is before start date -> Option B
  4. Quick Check:

    End date < Start date = Error [OK]
Quick Trick: End date must be after start date [OK]
Common Mistakes:
  • Ignoring date order
  • Thinking format is wrong when it is correct
  • Assuming schedule can't have dates

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes