When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Udemy logo

Selenium WebDriver Test Automation Framework With Real Project

Build Enterprise-Level Test Automation Framework with Real Web Gmail Project

     
  • 5
  •  |
  • Reviews ( 397 )
₹669

This Course Includes

  • iconudemy
  • icon5 (397 reviews )
  • icon4h 49m
  • iconenglish
  • iconOnline - Self Paced
  • iconprofessional certificate
  • iconUdemy

About Selenium WebDriver Test Automation Framework With Real Project

Course Description

This course provides you a step-by-step guide on how to integrate Selenium WebDriver, Maven, Git, JUnit Categories, Apache SureFIre Report together, to build an enterprise-level WebUI automation test framework, based on my 10+ years of QA experience.

Learn and master how to build automation framework with real project examples!

Manage dependencies using Maven

Manage code with Git

Refactor with Page Object

Categorize tests according to priority

Generate easy-to-read test report

Content and Overview

I designed this course from an email related Web UI automation project. Starting from business requirements requested by QA Manager, I show you how to design the test framework and integrate state-of-the-art tools together to achieve the business requirements. I will walk you through the setup of these tools step by step. Then as a QA Engineer, I will first manual test the test scenarios and write down the test steps. I will work with you together to turn these manual test steps into automated steps. Along the way, you will encounter challenges and solve them. In order to make the test framework easy to maintain and expansible, you will refactor the codes with Page Object design pattern. You will find how to re-use the codes professionally and effectively. Finally, you will assemble the missing components, such as Test Category and Test report, by utilizing popular open source tools.

What am I going to get from this course?

Learn how to design and build up test framework from scratch

Know how to use the essential tools used by professional QA Engineer

Over 30 lectures and 4 hours of content

Source Code in this course

Lectures and Source Code continuously updated

What You Will Learn?

  • Build enterprise-level WebUI automation test framework with Selenium WebDriver, Maven, Git, Jenkins, JUnit Categories, Apache SureFIre Report, which will cover the whole test framework picture from test execution, test category, test report, page object design pattern, continuous integration and codes management. .
  • Manage the essentials of WebUI automation test scripts writing, which includes Locate WebElement, Interact with WebElement, and Synchronization .
  • Apply the right locators according to different situation, especially handle those WebElements that the id do not exist or will change every time the web pages loads..