Organizing Test Cases to Test Sets
Earlier in the testing process, the test engineers defined the test plan which contains a big tree structure of test cases. To be able to execute these tests, the test engineer decides which subsets of these tests are to be run together. This grouping of test cases is called a test set. Test sets must be defined before executing the test runs. runs. The test set also defines the order of how the test cases are executed, and whether these tests must be executed in a specific order or in any arbitrary order.
To create a test set from test cases, complete the following steps:
1. Select the relevant test case from the tree on the left side.
2. Click

of the selected test case.
3. Select Create test set from selected test cases from the menu.
4. Enter required information.
5. Click Save.
To ensure the optimal
Codebeamer X performance, the maximum number of test cases that can be added to a test set is 1000 by default. The administrators can adjust this limit by changing the value of
"maxTestCasesInTestSetOnCreation" in the
"testManagement" 섹션 of the Application Configuration. When trying to create a test set with more test cases than the default limit specified in the Application Configuration,
Codebeamer X displays the following error message:
You can generate Test Sets from the maximum of <default limit set in Application Configuration> Test Cases.
| PTC recommends increasing the default value of "maxTestCasesInTestSetOnCreation" with caution. Values higher than 1000 can lead to performance issues in the user interface and on the server when working with the test management framework. |
Parent topic