QuestionQ122
OrchestratorWhen 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.
Community Discussion