How can you incorporate variables in Robot Framework test cases?
Hi Dipen,
To use variables, enclose them in either ${} or @{} syntax, based on whether the variable is scalar or a list, respectively.
How can you incorporate variables in Robot Framework test cases?
Hi Dipen,
To use variables, enclose them in either ${} or @{} syntax, based on whether the variable is scalar or a list, respectively.