Classbaze

Disclosure: when you buy through links on our site, we may earn an affiliate commission.

Learn Selenium with Java, Cucumber + Live Project

Core Java, Selenium WebDriver, TestNG , Cucumber, Maven, Jenkins, GIT, GitHub, Automation Frameworks
4.6
4.6/5
(1,155 reviews)
7,060 students
Created by

9.5

Classbaze Grade®

9.0

Freshness

9.2

Popularity

9.8

Material

Core Java
Platform: Udemy
Video: 68h 12m
Language: English
Next start: On Demand

Best Java classes:

Classbaze Rating

Classbaze Grade®

9.5 / 10

CourseMarks Score® helps students to find the best classes. We aggregate 18 factors, including freshness, student feedback and content diversity.

Freshness

9.0 / 10
This course was last updated on 6/2021.

Course content can become outdated quite quickly. After analysing 71,530 courses, we found that the highest rated courses are updated every year. If a course has not been updated for more than 2 years, you should carefully evaluate the course before enrolling.

Popularity

9.2 / 10
We analyzed factors such as the rating (4.6/5) and the ratio between the number of reviews and the number of students, which is a great signal of student commitment.

New courses are hard to evaluate because there are no or just a few student ratings, but Student Feedback Score helps you find great courses even with fewer reviews.

Material

9.8 / 10
Video Score: 10.0 / 10
The course includes 68h 12m video content. Courses with more videos usually have a higher average rating. We have found that the sweet spot is 16 hours of video, which is long enough to teach a topic comprehensively, but not overwhelming. Courses over 16 hours of video gets the maximum score.
The average video length is 7 hours 48 minutes of 711 Java courses on Udemy.
Detail Score: 10.0 / 10

The top online course contains a detailed description of the course, what you will learn and also a detailed description about the instructor.

Extra Content Score: 9.5 / 10

Tests, exercises, articles and other resources help students to better understand and deepen their understanding of the topic.

This course contains:

0 article.
116 resources.
0 exercise.
0 test.

In this page

About the course

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
+
*** Selenium Practical Interview Questions & Answers along with Code Snippets (Newly Added)

What can you learn from this course?

✓ 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.

What you need to start the course?

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

Who is this course is made 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.

Are there coupons or discounts for Learn Selenium with Java, Cucumber + Live Project ? What is the current price?

The course costs $19.99. And currently there is a 83% discount on the original price of the course, which was $119.99. So you save $100 if you enroll the course now.
The average price is $21.2 of 711 Java courses. So this course is 6% cheaper than the average Java course on Udemy.

Will I be refunded if I'm not satisfied with the Learn Selenium with Java, Cucumber + Live Project course?

YES, Learn Selenium with Java, Cucumber + Live Project has a 30-day money back guarantee. The 30-day refund policy is designed to allow students to study without risk.

Are there any financial aid for this course?

Currently we could not find a scholarship for the Learn Selenium with Java, Cucumber + Live Project course, but there is a $100 discount from the original price ($119.99). So the current price is just $19.99.

Who will teach this course? Can I trust Pavan Kumar?

Pavan Kumar has created 15 courses that got 9,757 reviews which are generally positive. Pavan Kumar has taught 103,768 students and received a 4.5 average review out of 9,757 reviews. Depending on the information available, we think that Pavan Kumar is an instructor that you can trust.
Test Architect ★ Tech Educator ★ Trainer ★ YouTuber
Over 16+ years of experience in IT industry especially in Software Quality Engineering.
Experience in Testing Enterprise and Business Intelligence applications. Experience in Financial, Compliance, Data Masking and Data Security Domains.
Worked in Agile and Scrum environments for 8 years.
Experience in conducting online seminars, workshops, individual and group training sessions. Trained thousands of participants globally.
Over 12+ years of experience as a Trainer/Instructor. 15000+ professionals learned though Self-Paced Video courses and over 7500+ participants attended Live Online Trainings.

Browse all courses by on Classbaze.

9.5

Classbaze Grade®

9.0

Freshness

9.2

Popularity

9.8

Material

Platform: Udemy
Video: 68h 12m
Language: English
Next start: On Demand

Classbaze recommendations for you