test-manager
latest
false
- Getting started
- Project management
- Documents
- Working with Change Impact Analysis
- Importing Orchestrator test sets
- Creating test sets
- Adding test cases to a test set
- Assigning default users in test set execution
- Enabling activity coverage
- Configuring test sets for specific execution folders and robots
- Overriding parameters
- Cloning test sets
- Exporting test sets
- Linking Orchestrator test sets
- Applying filters and views
- Project operations and utilities
- Test Manager settings
- ALM tool integration
- API integration
- Troubleshooting

Test Manager user guide
Last updated Feb 10, 2026
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
usernameparameter inside a manual step, reference it as{{username}}.
- Automated execution: During the automated execution of a test set, the Studio arguments from the automation corresponding to each test case are automatically applied as parameters in Test Manager.
- Manual execution: