hi guys,
I’ve been working on general test case base on REFramework. but in_WorkflowFile argument cannot be found when clicking “Run File with data variation” since it is a data-driven test case. refer to below error message.
hi guys,
I’ve been working on general test case base on REFramework. but in_WorkflowFile argument cannot be found when clicking “Run File with data variation” since it is a data-driven test case. refer to below error message.
Instead of passing file name as variable directly pass full file path of the workflow.
So you should not be prefixing “C:\Users…” just pass in_WorkflowFile
Thanks,
Ashok ![]()
thanks but it did not work.
Hello,
were you able to figure out the reason for the error?