Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA CompTIA Security+ Amazon AWS Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Mindfulness Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Freelancing Online Business Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
IT & Software Other IT & Software Java

Learn Selenium with Java,Cucumber + Live Project

Core Java, Selenium WebDriver, TestNG , Cucumber, Maven, Jenkins, GIT, GitHub, Automation Frameworks & CI
Rating: 4.4 out of 54.4 (485 ratings)
2,274 students
Created by Pavan Kumar
Last updated 4/2019
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • You will learn how to write test scripts using Selenium WebDriver.
  • You will know how to identify identify various web elements using Selenium.
  • You will know how to work with Selenium Grid.
  • You will know how to design frameworks from scratch.
  • You will able to work on Real time projects after you completed this course.
  • You will know about Continuous Integration(CI) Process and Tools.

Requirements

  • Software Testing Concepts
  • Understanding of Computers and Web Sites
  • No prior knowledge of Java, everything will be covered in this course

Description

Selenium is an open source automation testing tool for web based applications. It runs directly on a web browser such as Firefox, chrome,

Chrome,IE, Opera, Safari etc., and supports Windows, Linux, and Macintosh platforms.

This Selenium course will be covering from very basic Selenium to the Expert Level. During the course to explain all ways of interacting with web pages using Selenium. Covering each topics with examples of live websites.

During course will be covering all best practices used with Selenium WebDriver i.e TestNG, Maven, Sikuli, Maven to be name few. Covering all popular frameworks available i.e Page Object Model

Will be updating new videos whenever new features/API is added to Selenium WebDriver so that you are always update in IT Industry.

Topics Covered in this Course:

Module-1: Overview on Automation & Selenium

  • What is Software Testing?

  • Manual Testing & its challenges

  • Challenges in Manual testing

  • Automation Testing beats Manual testing

  • Selenium as an automation testing tool

  • Advantages and Disadvantages in Selenium

  • Selenium V/s Other Tools

  • Selenium Suite of Tools

Module-2: Java Essentials for Selenium

  • Download and install Java

  • Setup Java Environment

  • Download and install Eclipse

  • How to use Eclipse

  • Basic Java Program

  • Compile and run a Java program

  • Understanding console output

  • Java Variables and Data Types

  • Java Operators

  • Conditional statements

  • Loops

  • Break and continue

  • Arrays

  • Single Dimensional array

  • Double Dimensional array

  • String Class

  • String methods

Module-3: Java OOPS Concepts

  • Classes and Objects

  • Java methods

  • Passing parameters to the methods

  • Call by value and call by reference

  • Java Constructor

  • Method Overloading

  • Constructor Overloading

  • this keyword

  • Static variables and methods

  • Java Inheritance

  • Method Overriding

  • super keyword

  • final keyword

  • Java Interfaces

  • Java Packages

  • Access Modifiers

  • Exception Handling

  • Array List

  • Hash Map

  • JDBC

Module-4: Selenium WebDriver

  • Introduction to WebDriver and architecture

  • WebDriver features and drawbacks

  • Selenium Webdriver Jars download and configure

  • Create WebDriver Project in Eclipse

  • Create WebDriver test case

  • Execute test case on multiple browsers

  • Locators in Selenium

  • Types of Locators - name, id,cssSelector & Xpath

  • Capturing Xpath & ChroPath plug-in

  • Difference Between Absolute And Relative Xpath

  • Writing Xpath

  • Built-in functions in XPath

  • Handling Dynamic elements using Xpath

  • WebDriver commands

  • Browser commands

  • Close and Quit

  • Get commands

  • get

  • getTitle

  • PageSource

  • getCurrentURL

  • getWindowHandle()

  • getWindowHandles()

  • Navigation commands

  • Conditional commands

  • isDisplayed

  • isEnabled

  • isSelected

  • Waits

  • Implicit, Explicit and Fluent Waits

  • Page Load Time

  • Handling Web Elements

  • Textbox/Input box

  • Web Button

  • Radio Button

  • Checkbox

  • Dropdown box/Combo box

  • Links

  • Broken Links

  • Alerts/Popups

  • Iframes

  • Browser windows

  • Date Picker

  • Web Tables

  • Working with Web Table with Pagination

  • Scroll Web page

  • Mouse Hover

  • Mouse double click

  • Mouse right click

  • Drag and Drop

  • Slider

  • Resizing

  • Tooltips

  • Key Down and KeyPress

  • Keyboard Actions

  • Handling AJAX Calls in Webdriver

  • Sikuli integration with Selenium

  • Upload Files

  • Download Files

  • Handling cookies

  • Desired Capabilities in Selenium

  • Browser Profiles

  • Selenium Headless Browser Testing

  • Chrome headless

  • HTMLUnitDriver

Module-5: Data Driven Testing

  • What is data driven testing?

  • Usage of Apache POI API

  • Read data from Excel file

  • Write data into Excel file

  • Excel Utilities Class

  • Data Driven testing using Microsoft Excel

  • Data Driven Testing using Database

  • Data Driven Testing using Java Hash Map

Module-6: TestNG Framework

  • TestNg Introduction and Advantages

  • Configuring TestNg in Project/Eclipse

  • How to write TestNG Test case

  • TestNg annotations

  • Understanding testng.xml

  • TestNG Report

  • Prioritizing tests

  • dependsOnMethods

  • Skipping tests

  • Grouping methods

  • TestNG batch testing

  • How to Parameterize Tests

  • Passing parameters using xml

  • Parallel testing

  • Data Provider

  • TestNG Listeners

  • Extent reports

  • Capturing screenshots

Module-7: Advanced Concepts

  • Log4j for logging

  • Page Object Model - Page Factory

Module-8: Maven integration with Selenium

  • What is Maven and Why Maven?

  • Installing/Configuring Maven

  • Creating Maven Project

  • Importing Maven Project into Eclipse

  • What is POM.xml?

  • Adding Dependencies to POM.xml

Module-9: Selenium Grid

  • What is Selenium Grid?

  • When to Use Selenium Grid?

  • What is a Hub and Node?

  • How to Install and Use Grid?

  • Designing Test Scripts That Can Run on the Grid

  • Running a Test Case on the Grid

Module-10: Hybrid Driven Framework implementation on Live Project

  • What is Framework?

  • Types of Frameworks

  • Prerequisites for designing frameworks

  • Implementation of Hybrid Driven Framework

  • Creating Maven Project

  • Update pom.xml with dependencies

  • Creating page objects and Object repository

  • Creating utility files

  • Setting up configuration files

  • Creating automation test scripts

  • Creating data driven test scripts

  • Generating extent reports

  • Generating logs using log4j

  • Execute test scripts using TestNG XML File

  • Emailing test reports

  • Execute test scripts through Maven CLI

  • Execute test scripts using bat file

Module-11: Continuous Integration (CI) Maven, Jenkins and GIT

  • What is Continues Integration?

  • Continuous Integration Tools

  • Download and install Jenkins

  • Maven integration with Jenkins

  • Run selenium test scripts through Jenkins

  • Downloading and Installing GIT

  • Working with GITHUB

  • Upload project to GITHUB

Module-12: Cucumber BDD Framework

  • Cucumber Introduction

  • Set Up Cucumber with Eclipse

  • Cucumber Basics

  • Test Scenario,Feature File, Step definitions

  • JUnit Test Runner Class options

  • Gherkin Keywords

  • Data Driven Testing

  • Scenarios outline & Examples

  • Data table

  • Cucumber Tags

  • Cucumber Hooks

Module-13: Real Time Scenarios and FAQ's


Who this course is for:

  • Any Fresh Graduates, Students, Working professionals, Manual testers & who wish to learn this course in order to transform as an Automation Test Engineer can go for this course.

Course content

10 sections • 54 lectures • 56h 26m total length

  • Preview57:04
  • Setting up Java on Windows,Data Types & Operators in Java
    01:37:15
  • Java Control Statements
    01:33:55
  • Java Arrays & Strings
    01:41:53
  • Java OOPS Concepts, Class, Object, Methods & Constructors
    01:26:01
  • Java Overloading, this Keyword & static keyword
    01:35:35
  • Java Inheritance,Overriding,super & final keywords
    01:34:07
  • Java Interfaces, Java Packages & Access Modifier’s
    01:37:40
  • Exception Handling in Java
    01:15:13
  • Java ArrayList, HashMap & JDBC
    01:41:53

  • Introduction to WebDriver & Setting up WebDriver Environment
    01:37:00
  • Selenium Locators
    01:43:37
  • Working with WebElements part-1
    01:33:07
  • Working with WebElements part-2
    01:25:23
  • Working with WebElements part-3
    01:19:56
  • Working with WebElements part-4
    01:25:33
  • Working with WebElements part-5
    01:42:10
  • File Upload & Download using Sikuli
    01:30:55

  • Data Driven Testing using Microsoft Excel (Apache POI) part-1
    01:37:56
  • Data Driven Testing using Microsoft Excel & Java Hash Map part-2
    01:13:38

  • Introduction to TestNG & Annotations in TestNG
    01:19:29
  • Working with TestNG Methods & Parameterization
    01:38:34
  • TestNG Listeners & Extent Reports Version 3
    01:38:30

  • Apache Log4J & Page Object Model
    01:30:57

  • Working with Selenium Grid
    01:21:03

  • Hybrid Driven Framework Development part-1
    01:05:18
  • Hybrid Driven Framework Development part-2
    01:05:53
  • Hybrid Driven Framework Development part-3
    01:42:58
  • Continuous Integration with Maven, Jenkins,Git & GitHub part-1
    01:24:42
  • Continuous Integration with Maven, Jenkins,Git & GitHub part-2
    53:06

  • Cucumber BDD Framework Part 1
    01:07:10
  • Cucumber BDD Framework Part 2
    01:32:37
  • Cucumber BDD Framework Part 3
    55:39

  • XPath Functions and Axes Methods
    50:13
  • How to use JavaScriptExecutor in Selenium
    57:06
  • How to use Robot Class in Selenium
    14:30
  • How to Encode the password in selenium using java
    16:00
  • How to Automate Date Pickers
    42:53
  • How to Automation Bar Code using ZXing API
    20:19
  • How to Automation QR Code using ZXing API
    15:01
  • How to Compare Images/Logos using AShot API
    28:29
  • How to Check Drop Down Sorted Options
    26:23
  • How to Handle Authentication Popups/Alerts in Selenium
    09:44
  • How to Handle Stale Element Exception in Selenium
    15:27
  • Working with Headless Browsers in Selenium
    24:19
  • Extent Reports Version4
    45:10

  • FAQ's Part-1
    21:59
  • FAQ's Part-2
    20:58
  • FAQ's Part-3
    27:34
  • FAQ's Part-4
    34:12
  • FAQ's Part-5
    29:53
  • FAQ's Part-6
    18:26
  • FAQ's Part-7
    08:16
  • FAQ's Part-8
    13:41

Instructor

Pavan Kumar
Test Architect ★ Tech Educator ★ Trainer ★ YouTuber
Pavan Kumar
  • 4.4 Instructor Rating
  • 4,482 Reviews
  • 61,822 Students
  • 15 Courses

Hello Everyone, I'm Mr Pavan, having 15+ years of experience in IT industry especially in Software Quality Engineering. Worked with various CMM level organizations. Experience in Testing Enterprise and Business Intelligence applications. Experience in Financial, Compliance, Data Masking and Data Security Domains. Good experience in Agile and Scrum process environments.

I have passion about teaching and sharing knowledge on latest technologies.  Conducted hundreds of online workshops, individual and group training sessions. Trained more than 20,000+ participants globally through online and class room.

Teaching Profile

Over 12+ years of experience as a Trainer/Instructor. 15000+ professionals learned though Self-Paced Video courses and over 5000+ participants attended Live Online Training's.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.