robotframework-datadriver icon indicating copy to clipboard operation
robotframework-datadriver copied to clipboard

Variable '&{inputs}' not found.

Open chaosseed opened this issue 3 years ago • 0 comments

Hi I have a Keyword template with dictionary args I would like to use in non-data-driven tests, too.

In my keyword I defined the dictionary type input arg as ${inputs} and in excel file I use &{inputs} and this works fine in data-driven tests.

Now I would like to change ${inputs} to &{inputs} in my Keyword so that it accommodate non-data-driven tests.

The issue is after the change, I am getting Variable '&{inputs}' not found error in data driver tests.

Could someone please suggest a solution? Thank you.

chaosseed avatar Mar 02 '22 09:03 chaosseed