
Discover what Robot Framework is, a Python-based, keyword-driven test automation framework for acceptance testing and ATDD. Learn how to install it with Python and pip on Windows or Mac.
Learn to download and install Python on Windows step-by-step, verify the installation, configure environment variables and PATH, and manage pip and uninstallation.
learn to check python on macOS using the terminal, download and install the latest Python, verify with python --version and python3 --version, and manage pip and uninstall.
Explore the eclipse-based integrated development environment for Robot Framework using the Red Robot Editor, and learn to install Eclipse, set up a workspace, and use plugins to create test cases.
Install the red robot ed plugin in eclipse via the eclipse marketplace, then verify python interpreter and robot framework prerequisites and configure the environment in eclipse preferences.
Learn to create a new robot project in eclipse by opening the robot perspective, using file new to create the project, then add test suites and open the editor.
Learn to create your first Robot Framework test in Eclipse by setting up the environment, building a test suite, writing a keyword-driven test, and reviewing logs and reports.
Learn how to create your first selenium test using Robot Framework in Eclipse, including installing the selenium library, configuring the chrome driver, and writing a keyword-driven test.
Build a simple login test with Selenium using Robot Framework in Eclipse red robot editor; open browser, input username and password, click login, and verify login flow with implicit wait.
Learn to create and use Robot Framework variables, including scalar, list, and dictionary types, plus environment and built-in variables, with hands-on examples in Eclipse.
Learn how to create and use keywords in Robot Framework, including library keywords from selenium and user keywords. Build reusable login actions to maintain tests efficiently.
This course is created for complete beginners.
Robot Framework with Eclipse | Step-by-Step for Beginners
If you want to learn Robot Framework from scratch, this course is for you. Very basic step by step video guides to take you from knowing nothing on Robot Framework to developing a project for Test Automation.
In this course we will learn:
What is Robot Framework
How to install and setup Robot Framework
How to install Python (Mac & Windows)
Eclipse IDE for Robot Framework
Setup RED robot editor - plugin on eclipse
Create your first Robot Framework project
Create your first Robot Framework test
First Selenium test in Robot Framework
Learn Variables
Keywords
Tags
Setup & Teardown
Reports and logs
How to run from command line
How to use Jenkins for Continuous Integration
And much more...
Do not worry if you have never used Robot Framework earlier. I will guide you from scratch.
Let's Get Started...