Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Robot Framework with Java - Selenium
Rating: 3.9 out of 5(37 ratings)
226 students

Robot Framework with Java - Selenium

End to End Setup | Maven Integration | Reporting | Detailed Explanation of Keywords
Last updated 4/2024
English
English [Auto],

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

4 sections38 lectures2h 45m total length
  • Introduction to Robot Framework8:25

    Explore Robot Framework, a keyword-driven test automation framework for acceptance testing, using simple English keywords and libraries to automate web tasks with minimal coding.

  • Installation Step 1: Setup JDK7:57

    Learn to install the Java development kit (JDK) and runtime (JRE) on Windows, download and install JDK 1.8 from Oracle, and configure JAVA_HOME and PATH to verify java -version.

  • Installation Step 2: Setup Eclipse3:31

    Install and configure Eclipse for Java development to support Robot Framework testing, selecting the Java EE or Java developer package, choosing 32- or 64-bit, and setting the workspace.

  • Installation Step 3: Add Plugin on Eclipse3:11

    Install a robot plugin on Eclipse to create Robot Framework files, restart Eclipse to complete the installation, and verify the plugin by creating a dummy project.

  • Installation Step 4: Setup Create Maven Project and Add Plugin2:43

    Create a new Maven project, convert it to Maven format, then add the Robot Framework Maven plugin to enable running Robot Framework tests within a Java project.

  • Installation Step 5: Add Maven Dependencies3:28

    Add maven dependencies for robot framework and selenium library by using mvnrepository coordinates (groupId, artifactId, version) and letting Maven download the required jar files.

Requirements

  • Basic understanding of Windows Machine
  • Detailed Understanding of Selenium with Java Programming

Description

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

Who this course is for:

  • Manual testers looking opportunity in Functional automation
  • Automation testers looking to integrate Robot framework with their existing framework