test-manager
latest
false
- Getting started
- Project management
- Documents
- Change Impact Analysis
- Requirements
- Assigning test cases to requirements
- Linking test cases in Studio to Test Manager
- Delete test cases
- Document test cases with Task Capture
- Create test cases
- Importing manual test cases
- Generate tests for requirements
- Cloning test cases
- Exporting test cases
- Automate test cases
- Manual test cases
- Parameters
- Applying filters and views
- Scheduling executions
- Executing tests
- Searching with Autopilot
- Project operations and utilities
- Test Manager settings
- ALM tool integration
- API integration
- Troubleshooting
Parameters

Test Manager user guide
Last updated Apr 23, 2025
Parameters
You can create parameters for each test case within a test
set. You can add a maximum number of 250 parameters, each required to have a unique name
in the context of a test case.
Parameters can only be of type String.
- Open the test case to which you want to add parameters.
- Go to the Parameters tab.
-
Select Create Parameter and fill in the fields below:
- Select Create to create the parameter.
After you create parameters, you can edit them, according
to your use case.
- Open the test case for which you want to edit a parameter.
- Go to the Parameters tab.
- Select Edit next to the parameter that you want to edit.
- In the Edit Parameter window, update the fields that you want to change.
- Select Save to save the changes.
You can use parameters in manual or automated testing with
the default values that you set for each test case. Or you can override the default
parameter values for the test cases within a test set. For information on overriding
parameter values, visit Overriding parameters.
To run a test case using parameters, follow these steps:
- Create a new test case.
-
Depending on the execution type you want to use, follow these steps:
- Manual execution:
- Go to the Manual Steps tab and add manual steps.
- To reference parameters into the manual steps, input their name
between double curly brackets.
For example, to add the
username
parameter inside a manual step, reference it as{{username}}
.
- Automated execution: During automated execution of a test set, the parameters from the automation selected for each test case are automatically applied.
- Manual execution: