Using local JSON file for test data. How to pass the data to the workflows?

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!

@sz118

Welcome to the community

Yes everytime if you need to change then you can do this…

Else test cases accept the excel file as input as well if you want you can use that as well

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.