robotframework-style-guide
robotframework-style-guide copied to clipboard
Evaluation Namespace - $var vs '${var}'
Will you also touch topics like the Evaluation Namespace, e.g. in IF conditions?
e.g. When to use '${x}' == 'expected' or $x == 'expected'