Robot Framework Tutorial #20 – Pass Variables from Command Line

In this robot framework tutorial we will learn how to pass variables from command line and run robot framework test case from command line

Passing variables from command line gives you flexibility to provide different configuration values from command without changing the test scripts.

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.

Robot Framework Tutorial #14 – Implement POM in Robot Framework

In this Robot framework tutorial we will learn how to implement Page Object Model (POM) in robot framework.

You will learn step by step implementation of POM in Robot framework.