How to create a scalar variable, empty variable, List variable, Dictionary Variable in a robot framework?
Variables in the robot framework are case-insensitive, Spaces, and underscore are ignored. example : ${Var 1}, ${var 1}, ${Var_1}, ${var_1}. All these variables represent one variable. Creating Scalar Variables in Robot Framework. The symbol “$” is used to declare a scalar variable in the Robot Framework. The variable name will be present inside {} open …