Using parameters from the Test Manager in a test case in Studio

According to the information at the bottom of the page from the link: Test Manager - Parameters
" Automated execution: During automated execution of a test set, the parameters from the automation selected for each test case are automatically applied."

Does such functionality exist and is it possible to use parameters from the Test Manager in a test case in the Studio, and if so, how/using what activity?

Thank you for your help

Hi @Radek_Konfisz

Yes, the functionality exists. You can use parameters from Test Manager by using the Test Case activity. During the automated execution of a test set, the parameters defined in Test Manager for each test case are automatically applied.
Test Case activity pulls these parameters when the test is executed, allowing you to use them in your workflow logic. These parameters are automatically populated with the values from Test Manager and can be utilized in activities like Assign or If within your automation.

If you found helpful, feel free to tick as a solution.
Happy Automation

Hi @prashant1603765

Thank you very much for your answer. Could you show, preferably on a screenshot, an example of assigning such a parameter? Let’s assume that in the Test Manager I created a parameter “env” and I would like to assign it to a variable in the Studnio.

Thank you for your help