In a situation where the project is running out of time, and the testing team hasn't covered all the test cases, which software testing principle should guide their next steps in choosing what to test?

  • Exhaustive Testing is Impossible
  • Test Early and Often
  • Test Important Functions First
  • Testing shows presence of defects
The principle that "Exhaustive Testing is Impossible" acknowledges that it's impractical to test every possible scenario due to constraints like time. In cases where time is limited, prioritizing test cases becomes crucial, focusing on high-risk or high-importance areas of the application.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *