Robot Framework is a Python-based, extensible keyword-driven automation framework for acceptance testing, acceptance test driven development (ATDD), behavior driven development (BDD) and robotic process automation (RPA). It can be used in distributed, heterogeneous environments, where automation requires using different technologies and interfaces.
Robot Framework is implemented using Python, and a precondition to install it is having Python or its alternative implementation PyPy installed. Another recommended precondition is having the pip package manager available.
you can install Robot Framework using the standard package manager pip:
pip install robotframework
This repository contains all the basic Robot Framework Automation Test Cases to get started with the Robot Framework Automation using Selenium & Python including UI Automation,Functional Testing Automation,Data driven testing, Database testing, Page Object model.