InterviewSolution
| 1. |
What Is Test Suite? |
|
Answer» A collection of tests used to validate the behavior of a product. The SCOPE of a Test Suite varies from organization to organization. There may be SEVERAL Test Suites for a particular product for example. In most cases HOWEVER a Test Suite is a high LEVEL CONCEPT, grouping together hundreds or thousands of tests related by what they are intended to test. A collection of tests used to validate the behavior of a product. The scope of a Test Suite varies from organization to organization. There may be several Test Suites for a particular product for example. In most cases however a Test Suite is a high level concept, grouping together hundreds or thousands of tests related by what they are intended to test. |
|