Robot Framework Tutorial #6 – Create First Test Case in Robot Framework

In this Robot framework tutorial we will learn how to create our first test case in Robot framework using the keywords from Selenium Library.

Robot Framework Tutorial #7 – Convert Manual Test into Automation Script

In this Robot framework tutorial we will learn how to convert manual test case into automated test case using robot framework.

As an automation tester you will be required to go through the manual test case and convert it into automation script.

Robot Framework Tutorial #8 – Overview of Builtin and Selenium Library

In this Robot framework tutorial we will understand about robot framework built-in library and Selenium library.

We will understand how the robot framework automation script interacts with built-in and external libraries in robot framework.

Robot Framework Tutorial #9 – Basics of Locating WebPage Elements

In this Robot framework tutorial we will learn about basics of locating webpage elements for doing UI automation using Robot framework.

Robot Framework Tutorial #10 – How to Create User Defined Keywords

In this Robot framework tutorial we will learn how to create user defined keywords in robot framework and use those to simplify your automation scripts.