In this Robot framework tutorial we will learn how to create user defined keywords in Robot framework and move them to external resource file.
Category: Robot Framework Tutorial
Robot Framework Tutorial #12 – Robot Framework Test Setup and Teardown
In this Robot framework tutorial we will learn how to use test setup and test teardown in robot framework test scripts.
Robot Framework Tutorial #13-Page Object Model(POM) in Robot Framework
In this Robot framework tutorial we will learn about page object model (POM) in robot framework.
Page object modelling design pattern helps us to organise the test cases and enhances the maintainability of test cases.
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.
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.