Robot Framework Tutorial #18 – Variable Scope in Robot Framework

In this robot framework tutorial we will learn about variable scope in robot framework.

Depending on where and how the variables are created, they can have a global, test suite, test case or local scope.

Robot Framework Tutorial #15 – Scalar Variable in Robot Framework

In this Robot framework tutorial we will learn about scalar variable in robot framework.

We will learn about Scalar variable syntax ${var}. When this syntax is used, the variable name is replaced with its value as-is.