Robot Framework with Java – Selenium

End to End Setup | Maven Integration | Reporting | Detailed Explanation of Keywords

Robot Framework is a test automation framework for acceptance testing.

What you’ll learn

  • ** Able to do End to End automation on Web Application using Robot Framework ***.
  • ** Ready to write user defined keywords using Java Programming ***.

Course Content

  • Introduction & Setup –> 6 lectures • 29min.
  • Start Writing Test Cases –> 7 lectures • 38min.
  • Element Locators –> 18 lectures • 1hr 11min.
  • Work on Different Types of Elements –> 6 lectures • 21min.

Robot Framework with Java - Selenium

Requirements

Robot Framework is a test automation framework for acceptance testing.

It has easy-to-use tabular test data syntax and it utilizes the keyword-driven testing approach.

Its testing capabilities can be extended by test libraries implemented either with Python or Java(Here we are going to cover java), and users can create new higher-level keywords from existing ones using the same syntax that is used for creating test cases.

We are going to cover,

1.  Basic environment setup

2.  Automation test cases in different browser

3.  Waits

4.  Architecture

5. Resource Files

6. User defined keywords

7. Reporting

Get Tutorial