Hi everybody,
in our test automation project we created some test cases which consists of a chain of workflows (no separate activties, just workflows). We would like to replace the test data stored in the activities of the workflows with test data from the local JSON file. To do this, I created a JSON file and linked it to the test case. However, the test data is now stored in arguments and is now only available in the test case and not in the workflow where they are needed.
In the test case, the arguments are created as in_arguments. Is it the right approach to link these arguments to the workflow via a variable or is there a better way?
Many thanks for your help!