You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a variable file which contains the following:
classCATEGORY:
ONE="1"TWO="2"
When I attempt to import this variable file into a test suite file it generates a warning "Could not find any variable in file '...'". Also, attempting to use the variables ${CATEGORY.ONE} or ${CATEGORY.TWO} (which is valid in Robot Framework) generates an error "Variable '...' is used but not defined".
Since this pattern is allowed by Robot Framework the variables should be recognized as valid.
The text was updated successfully, but these errors were encountered:
Yes, my observation is that I can have multiple classes in a variable file and when I run the tests Robot Framework will correctly identify all variables. Also, they are recognized in RIDE as well.
Example:
I have a variable file which contains the following:
When I attempt to import this variable file into a test suite file it generates a warning "Could not find any variable in file '...'". Also, attempting to use the variables ${CATEGORY.ONE} or ${CATEGORY.TWO} (which is valid in Robot Framework) generates an error "Variable '...' is used but not defined".
Since this pattern is allowed by Robot Framework the variables should be recognized as valid.
The text was updated successfully, but these errors were encountered: