Make Money Online AUTOMATION Python Web Automation using Robot Framework | Python Training | Edureka | Python Live – 3

Python Web Automation using Robot Framework | Python Training | Edureka | Python Live – 3

Python Web Automation using Robot Framework | Python Training | Edureka | Python Live – 3 post thumbnail image


In this post, we will see how to automate web applications using the Robot Framework. The Robot Framework is a Python-based, extensible keyword-driven test framework for end-to-end acceptance testing and acceptance-test-driven development (ATDD). It has an easy-to-use tabular test data syntax and it can also be used for data-driven testing. The framework is open source and it can be extended using Python or Java libraries.

In this tutorial, we will learn

What is the Robot Framework?

Why do we need the Robot Framework?

How to install the Robot Framework?

How to create a test case in the Robot Framework?

How to execute a test case in the Robot Framework?

What is the Robot Framework?
The Robot Framework is a generic open source automation framework for acceptance testing, acceptance test driven development (ATDD), and robotic process automation (RPA). It has easy-to-use tabular test data syntax and it can be extended using Python or Java libraries. The framework is hosted on GitHub and it is licensed under Apache License 2.0.

Why do we need the Robot Framework?
The key advantages of using the Robot Framework are: Intuitive & Easy to Use: The syntax used in the robot files is very simple and easy to understand even for people who are new to this tool. As all you need to do is just use keywords to write your test scripts which makes it very user friendly. You don’t have to be an expert in Python or Java to use this tool. You can learn more about it here: https://www.edureka.co/blog/robot-framework-tutorial/

Related Post