Robot Framework Automation using Selenium and Python

Robot Framework is a generic open-source automation framework. It was initially developed by Pekka Klarck at Nokia Networks. It is software released under Apache License 2.0. Most of its libraries and tools in the ecosystem are open source.
This framework is mostly used for acceptance testing, acceptance test-driven development (ATDD), behavior-driven development (BDD), and robotic process automation (RPA). It uses a keyword-testing technique approach. Also, the capabilities can be extended by test libraries that either java or python can implement.
Prerequisites:
- Install Python
- Install PIP
- Install PyCharm IDE
- Download Selenium Browser drivers for the browsers
To read more visit: Robot Framework Automation using Selenium and Python
Read more blogs in Robot Framework series:
- Page Object Model (POM) in Robot Framework with Selenium and Python
- How to handle Keyboard Actions in Robot Framework
- How to handle Mouse Actions in Robot Framework
- How to create User Defined Keywords in Robot Framework
- How to create Variables in Robot Framework
- How to handle Waits (Implicit and Explicit) in Robot Framework
- Select How to run a Skip Test in Robot Framework
- How to run a Skip Test in Robot Framework
- How to handle Web Tables in Robot Framework
- How to handle checkbox in Robot Framework
- How to handle dropdowns in Robot Framework
- How to handle alerts in Robot Framework
- How to handle text box in Robot Framework
- How to handle radio buttons in Robot Framework
- How to Close a Browser in Robot Framework
- How to handle multiple windows in Robot Framework
- How to run a Test Suite in Robot Framework
Originally published at https://www.neovasolutions.com/
Connect with us: