test-manager
latest
false
- Getting started
- Project management
- Project operations and utilities
- Test Manager settings
- ALM tool integration
- API integration
- Troubleshooting

Test Manager user guide
Last updated Oct 21, 2025
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 theusernameparameter 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: