Which statement correctly explains Test case?
- A. A testing method that verifies the smallest testable parts of an application, such as individual functions, in isolation.
- B. A documented set of conditions, inputs, and expected results used to verify a specific aspect of software behavior. ✓
- C. A testing technique that evaluates functionality without knowledge of the internal code structure.
- D. A testing phase where actual users validate the software against real-world business requirements.
Correct answer
B. A documented set of conditions, inputs, and expected results used to verify a specific aspect of software behavior.
Explanation
Test case refers to a documented set of conditions, inputs, and expected results used to verify a specific aspect of software behavior.