Multiple choice technology testing

The Test Cases Derived from use cases

  1. Are most useful in uncovering defects in the process flows during real world use of the system

  2. Are most useful in uncovering defects in the process flows during the testing use of the system

  3. Are most useful in covering the defects in the process flows during real world use of the system

  4. Are most useful in covering the defects at the Integration Level

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Use cases describe how users interact with the system to accomplish specific goals in real-world scenarios. Test cases derived from use cases are particularly valuable for discovering defects in actual user workflows and process flows, rather than just testing individual features in isolation. They help validate the system from a user's perspective.