Test suite is consist of :
2023
Test suite is consist of :
- A.
Set of defect cases
- B.
Set of boundary cases
- C.
Set of test cases
- D.
Set of nest cases
Attempted by 537 students.
Show answer & explanation
Correct answer: C
A test suite is a collection of test cases designed to validate a software component or system.
It contains individual test cases: inputs, execution steps, and expected results.
It may include different types of test cases: functional, boundary, negative, regression, performance, etc.
It often includes supporting items: test data, setup/teardown instructions, environment details, and execution order or scripts.
Purpose: to organize testing, ensure coverage, and help detect defects.
Therefore, the correct answer is that a test suite is a set of test cases.