Selenium webdriver using JAVA for beginners
Selenium webdriver using JAVA for beginners, available at $19.99, has an average rating of 3, with 93 lectures, based on 1 reviews, and has 5 subscribers.
You will learn about You can work on any project on Selenium using JAVA Create automation tests with Selenium & Java Use Jenkins for Continuous Integration You can easily clear any interviews on Selenium Java This course is ideal for individuals who are Beginners who wants to start their career in automation testing It is particularly useful for Beginners who wants to start their career in automation testing.
Enroll now: Selenium webdriver using JAVA for beginners
Summary
Title: Selenium webdriver using JAVA for beginners
Price: $19.99
Average Rating: 3
Number of Lectures: 93
Number of Published Lectures: 93
Number of Curriculum Items: 93
Number of Published Curriculum Objects: 93
Original Price: ₹999
Quality Status: approved
Status: Live
What You Will Learn
- You can work on any project on Selenium using JAVA
- Create automation tests with Selenium & Java
- Use Jenkins for Continuous Integration
- You can easily clear any interviews on Selenium Java
Who Should Attend
- Beginners who wants to start their career in automation testing
Target Audiences
- Beginners who wants to start their career in automation testing
Course is updated on 26-01-2024 with below topics
JAVA Programming below series of videos updated to this course
-
How to Check Given String is Palindrome or Not | JAVA Program to Check String is Palindrome or not
-
Print All Substrings of a given String | Java Program to print all substrings for a String
-
Print all Palindromic Substrings | Find All Palindromic Substrings In a String
-
Java Program || Magic Number || Check whether given number is Magic Number or not
-
Program to Reverse A String in Java | Reverse A String | Reverse Words in a String in Java
-
Java program to arrange array elements in ascending order
-
Capitalize each word in the given string
-
Count Number of Words in Given String
-
Count number of spaces in the given String
-
Main Method Overloading with examples
-
Print Numbers from 1 to 10 without using loops
-
Remove Duplicate Values in an Array
Course is updated on 02-01-2024 with below topics:
Selenium 4.X Page Factory Testng Framework Part 8
Selenium 4.X Page Factory Testng Framework Part 9
Selenium 4.X Page Factory Testng Framework Part 10
Course is updated on 01-01-2024 with below topics:
Selenium 4.X Page Factory Testng Framework Part 3
Selenium 4.X Page Factory Testng Framework Part 4
Selenium 4.X Page Factory Testng Framework Part 5
Selenium 4.X Page Factory Testng Framework Part 6
Selenium 4.X Page Factory Testng Framework Part 7
Course is updated on 30-12-2023 with below topics:
Selenium 4.X Page Factory Testng Framework Part 1
Selenium 4.X Page Factory Testng Framework Part 2
Course is updated on 29-12-2023 with below topics
-
How to launch browser in Selenium 4.x Versions
This Course is updated on 09th Apr 2023 on Selenium Automation with below topics:
-
Apache POI Data Driven Testing
-
Testng tutorial with examples
-
Realtime project & Framework
This course is designed for complete beginners.
This Course is updated on 23rd Feb 2022 with course material section
Get started with Selenium using Java.
If you are a complete beginner on Selenium or Java, this course is perfect for you.
At the end of the training you will be in a position to handle any interviews on automation testing and easily crack interviews and handle any project on automation.
Please find below list of topics that we are going to cover as part of this training program:
JAVA:
Intro to JAVA:
JDK, JVM, JRE
Variable, Data types
Packages
Operators
If-Else
Switch-case
For,while,do while
continue, break
OOPS:
String
Access Modifiers
Static
Main Method
Constructor
Inheritance
Method overloading, overridding
Polymorphism, types of :
Static & dynamic binding not
Diff b/w abstract class n interface
Concerte class
Abstract Class
Abstraction
Interface
Super/ This
Final, Finally, finalize
Encapsulation
Garbage Collection
Exception Handling Mechanism: C
type casting
Date class: in java 8
Java 8 concepts : FI, Lambda expression,
Collection API
synchorizarion
wrapper classes
Input/Output files
Static & dynamic binding
Predefined packages in java
covert code into jar
Array
Please find below detailed concepts which we are covering in WebDriver:
Configuration
40 plus unique scenarios
Capture screenshot(positive)
Page scroll down using Java script
HTML Unit Driver
Handling Multiple Windows
Implicit wait & Explicit wait
Handling Ajax Auto suggests
Handling web tables
Handling the automation of table data
Handling Test data in Excel sheet usinf JXL, POI files
Handling data from text file , XML file , CSV file
Generating test results and detailed Summary Report
Handling Alerts, unexpected Alerts, Browser windows, Application windows & pop-ups
Handling of multiple frames
Recording a video
Reading content on Image & PDF files
IsSelected Method.
Is displayed Method
Junit, Testng, Maven, Jenkins. GIT
Framework creation
Cucumber BDD
Page Object Model framework
Locators
How to identify elements in webpage using Selenium
Tools to identify elements/objects
Firebug
IE Developer tools
Google Chrome Developer tools
Locating elements by ID
Finding elements by name
Finding elements by link text
Finding elements by XPath
Finding Elements by using CSS
Final Touch: Interview Point of View Discussion on Selenium concepts.
Course Curriculum
Chapter 1: Introduction to Core JAVA
Lecture 1: Introduction
Lecture 2: JAVA configuration
Lecture 3: Overview on Variables , Data types with examples
Lecture 4: Complete course material
Lecture 5: Create JAVA project and create variables
Lecture 6: Methods with examples
Lecture 7: Introduction to Object with examples
Lecture 8: Methods arguments with examples
Lecture 9: Method Return Statement with examples
Lecture 10: If conditions with examples
Lecture 11: For loops with examples & Overview on While loop
Lecture 12: While doubts & DoWhile , Switch & Nested Switch examples
Lecture 13: Inheritance with examples & Multiple Inheritance
Lecture 14: Overview on Packages
Lecture 15: Access Modifiers Part 1
Lecture 16: Access Modifiers Part 2 & Constructor overview & Intro to Main method
Lecture 17: What is Overloading & Overriding
Lecture 18: Polymorphism, Abstraction, Abstract Class, Concrete Class
Lecture 19: Interface with examples
Lecture 20: Java 8 interface, FI, Lamda expression overview
Lecture 21: Lambda expressions with examples
Lecture 22: Overview on Static with examples
Lecture 23: This & Super keyword with examples
Lecture 24: Overview on Encapsulation, Wrapper Class & Type Casting
Chapter 2: WebDriver Concepts
Lecture 1: Introduction to Automation testing
Lecture 2: Overview on Selenium IDE with examples
Lecture 3: Launch Browser using Latest Selenium
Lecture 4: WebDriver configuration
Lecture 5: Examples on GET,QUIT, SendKeys, FindElement & Click | Create script for login to
Lecture 6: Handle Checkbox & Radio button | Examples on isSelected
Lecture 7: Dropdown Handling & Overview on WebElement
Lecture 8: DropDown handling using Select Class, Usage of getText, findElement vs findEleme
Lecture 9: Examples on findElements, getText, isDisplayed & keyboard operations using sendK
Lecture 10: Doubt clarification on WebDriver configuration
Lecture 11: Overview on CSS & XPath with examples
Lecture 12: Examples on getAttribute, getLocation, getSize & Introduction to frames
Lecture 13: Frames with examples & assignment
Lecture 14: Handling Tooltip, Drag&Drop, MouseHover, RightClick, getCssValue wtih examples
Lecture 15: Handling Auto Suggestions & Recording a video
Lecture 16: Examples on Frames in sales force & Multiple Window handling
Lecture 17: Handling Alerts & capturing Screenshots
Lecture 18: Data & Keyword Driven Testing on excel using APACHE POI
Lecture 19: Data Driven Testing Read Data From Excel – Apache POI
Lecture 20: Data Driven Testing Write Data to Excel – Apache POI
Lecture 21: Read data from a property file
Lecture 22: Handling Web Table Part 1
Lecture 23: Handling Web Table Part 2
Lecture 24: Overview on Maven and simple project creation
Lecture 25: Overview on WebDriverManager & Implicit, Explicit & Fluent waits with examples
Lecture 26: Overview on Jenkins
Lecture 27: Creating jobs in jenkins
Lecture 28: Introduction to Junit & Testng
Lecture 29: Testng concepts with examples
Lecture 30: TestNG Tutorial part 2
Lecture 31: TestNG Tutorial part 3
Lecture 32: TestNG Tutorial part 4
Lecture 33: TestNG Tutorial part 5
Chapter 3: Framework & Realtime Project
Lecture 1: Overview on Cucumber BDD Framework – Part 1
Lecture 2: Overview on Cucumber BDD Framework – Part 2
Lecture 3: Overview on Cucumber BDD Framework – Part 3
Lecture 4: Overview on Cucumber BDD Framework – Part 4
Lecture 5: Overview on Cucumber BDD Framework – Part 5
Lecture 6: Introduction to Framework & Realtime Project Part 6
Lecture 7: Introduction to Framework & Realtime Project Part 7
Lecture 8: Introduction to Framework & Realtime Project Part 8
Lecture 9: Introduction to Framework & Realtime Project Part 9
Lecture 10: Introduction to Framework & Realtime Project Part 10
Lecture 11: Introduction to Framework & Realtime Project Part 11
Lecture 12: Introduction to Framework & Realtime Project Part 12
Lecture 13: Introduction to Framework & Realtime Project Part 13
Lecture 14: Introduction to Framework & Realtime Project Part 14
Chapter 4: Selenium Framework on 4.X versions of Selenium + Page Factory + TESTNG
Lecture 1: Selenium 4.X Framework Part 1
Lecture 2: Selenium 4.X Framework Part 2
Lecture 3: Selenium 4.X Framework Part 3
Lecture 4: Selenium 4.X Framework Part 4
Lecture 5: Selenium 4.X Framework Part 5
Lecture 6: Selenium 4.X Framework Part 6
Lecture 7: Selenium 4.X Framework Part 7
Lecture 8: Selenium 4.X Framework Part 8
Lecture 9: Selenium 4.X Framework Part 9
Lecture 10: Selenium 4.X Framework Part 10
Chapter 5: Java Programming Series
Lecture 1: How to Check Given String is Palindrome or Not | JAVA Program to Check String is
Lecture 2: Print All Substrings of a given String | Java Program to print all substrings fo
Lecture 3: Print all Palindromic Substrings | Find All Palindromic Substrings In a String
Lecture 4: Java Program || Magic Number || Check whether given number is Magic Number or no
Lecture 5: Program to Reverse A String in Java | Reverse A String | Reverse Words in a Stri
Lecture 6: Java program to arrange array elements in ascending order
Lecture 7: Capitalize each word in the given string
Lecture 8: Count Number of Words in Given String
Lecture 9: Count number of spaces in the given String
Lecture 10: Main Method Overloading with examples
Lecture 11: Print Numbers from 1 to 10 without using loops
Lecture 12: Remove Duplicate Values in an Array
Instructors
-
Lucky Trainings
Selenium trainer
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 0 votes
- 3 stars: 1 votes
- 4 stars: 0 votes
- 5 stars: 0 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024