Test cases
Use test cases to group related tests together so that you can add them to a test suite or a test plan.
A test case contains one or more related individual tests and defines the conditions under which a feature must be verified. Test cases are the primary unit for organizing and executing tests in Test Management.
Navigate to Test Management > Test Repository > Test Cases to view a list of test cases. Select a test case to display the Test Case form, which lists all tests in the test case.
Test organization hierarchy
Tests in Test Management are organized in the following hierarchy:
- Tests: Individual test steps that verify a specific condition.
- Test cases: Groups of related tests.
- Test suites: Collections of related test cases.
- Test plans: Structured plans that contain test suites and define how a product must be tested.
For more information, see Create a test case.
- Create a test case
Create a test case to group one or more related individual tests. - Add a test to a test case
Create and add a new test to an existing test case. - Delete a test case
Delete a test case and all the tests associated to it.
Parent Topic:Setting up the manual testing process