Uipath Testing - Passing Arguments to Execution Template

I want to pass value to the arguments of the execution template while I set Execution template for a test case in studio but I don’t find an option to do that.

hi, @aqib.dar You can’t pass argument values directly in the “Set Execution Template” window. Instead, define matching arguments in both the execution template and your test case. Then, set the argument values in the test case’s Arguments Panel before running it. UiPath will automatically pass those values to the execution template at runtime. This is how argument passing with execution templates works in UiPath Studio.

Hello @aqib.dar,

You can’t pass argument values in the “Set Execution Template” window — UiPath only links the template there; values must come from the test case arguments, template defaults, or a data source.