QuestionQ122

Orchestrator

When a test case and its associated execution template are run or debugged, they are merged into a temporary file. What happens to the corresponding collections of arguments and variables from both files, which are compared by name at runtime?

  • A Only the matching arguments or variable names between them are kept; all the others are dropped.
  • B They are combined in a new collection, and the ones from the test case are prefixed by their name.
  • C They will be linked in the Invoked Workflow File after the merge.
  • D They are ignored, and a new collection is created by adding a prefix for all of them.
Explanation

Matching argument or variable names shared by the execution template and test case are linked in the Invoked Workflow File after the merge. UiPath Studio — Execution Templates

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!