Here are five commands that enable you to fully use Test Center features:
- Auto generate test suite with child objects. It generates a default test suite with test cases and variables for a property version. You can edit the response and POST it.
- Create a test suite with child objects. POSTs a test suite with test cases and variables to Test Center.
- Get a test suite with child objects. Fetches, or exports, test suite's details that you can save and PUT on a different account or edit. You can also use this operation to clone test suites within your account.
- Update a test suite with child objects. PUTs to Test Center a test suite with test cases, variables, and property version association.
- Submit a test run for a property version or a test suite with child objects. To learn more, see Run a functional test.
Create a new test suite
To create a new test suite with child objects:
- Auto generate test suite with child objects for a property version. Based on the property version settings, the response includes the test suite object with suggested test cases and variables.
- Save the response on your computer and modify according to your needs.
- Import your test suite object to Test Center using the create a test suite with child objects operation.
Clone a test suite
To clone a test suite within or across your accounts:
- Export a test suite using the Get a test suite with child objects operation.
- Save the response on your computer and modify according to your needs.
- Import the new test suite object to Test Center using the create a test suite with child objects operation.
Edit a test suite
To edit a test suite and child objects:
- Export a test suite using the Get a test suite with child objects operation.
- Save the response on your computer and modify according to your needs.
- Run the Update a test suite with child objects operation with the modified test suite object in the body of your request.