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.