Sorry, this page is no longer available
We may earn an affiliate commission when you visit our partners.
Course image
Lets Kode It
  • No false promises, straight point to point explanation with simple and easy to understand examples

  • Join the group of more than 60,000 students already taking advantage of this course with positive feedback

  • No other course on Udemy covers topics covered in this course with such great depth of detail

  • I noticed other courses copying the content of my page, please be aware of them. The easiest way is to enroll in the course and see which course is best because you have 30-day money back guarantee

    Read more
  • No false promises, straight point to point explanation with simple and easy to understand examples

  • Join the group of more than 60,000 students already taking advantage of this course with positive feedback

  • No other course on Udemy covers topics covered in this course with such great depth of detail

  • I noticed other courses copying the content of my page, please be aware of them. The easiest way is to enroll in the course and see which course is best because you have 30-day money back guarantee

    This course includes a wide range of topics from Selenium WebDriver Basics and  Advanced, Java Concepts, TestNG Framework, Automation Framework Design (Page Objects, Page Factory, Data Driven, Reading Excel Files), Logging with Log4j, Best reporting tool - Advanced Reporting, Cross-Browser Testing with Selenium Grid 2.0, Maven Build Management, Git and GitHub, Continuous Integration with Jenkins, Git integration with Jenkins,  Database Testing, Performance Testing, Behavior Driven Testing Using Cucumber, Sauce Labs Integration, Interview Preparation. All materials including code files.

    One stop place to become an Expert in Web Automation Framework related technologies from scratch

    We start from Beginners level and go through Advance level. This is a single course for everything you need to know related to Web UI Automation.

    • We assume that students have no experience in automation/coding and start every topic from scratch and basics.

    • Examples are taken from

    Get more than 44 hours of unique content with real example code files provided to refer and learn with examples.

    • Are you looking to step into automation industry with the latest technologies in market?

    • Are you keen to learn GUI automation using selenium webdriver with java and other latest framework technologies?

    • Interested in learning how selenium is used in projects?

    We start with how to code in Java and then move towards learning selenium, TestNG, selenium grid, log4j, maven, jenkins, database testing, performance testing, behavior driven testing using cucumber and gherkin language. 

    Topics Include:

    • Selenium Webdriver 4.x

    • Java Concepts in details

    • TestNG Framework

    • Advanced Reporting

    • Logging infrastructure with Log4j

    • Page Object Model

    • Page Factory Framework

    • Data Driven Framework

    • Executing tests on a remote machine using Selenium Grid 4.x

    • Build Management with Maven

    • Continuous Integration with Jenkins

    • Database Testing

    • Performance Testing

    • Behavior Driven Testing Using Cucumber and Gherkin language

    Enroll now

    What's inside

    Learning objectives

    • ***** at the end of this course, you will have detailed understanding of web automation frameworks
    • You will be able to explain, design and implement structured automation frameworks using page object/factory model
    • *** in-depth understanding of selenium webdriver challenges with real time examples
    • You will be able to implement continuous integration testing using jenkins
    • ***** we have 10 dedicated instructors to help you with queries within 24 hours, resume preparation, interview questions
    • You will be able to perform cross-browser testing using selenium grid
    • You will be able to create great looking reports using the best advanced reporting tool
    • You will have complete understanding of testng framework
    • ***** you will have excellent command on build management using maven
    • ***** you should be able to lead any selenium automation project from scratch on your own
    • ***** you will have understanding of behavior driven testing using cucumber, gherkin language
    • ***** you will be able to understand and write efficient testing code
    • You will have required skills to automate any web application
    • You should be able to verify data integrity with the gui of the application
    • Additional knowledge of running performance tests with selenium webdriver automation
    • With all this knowledge gained, you should be easily able to clear selenium automation interviews
    • Show more
    • Show less

    Syllabus

    Selenium Introduction

    You will get to know the answers of most frequently asked questions about the course

    You will get to know what is covered in the course and in what detail

    You will understand what you will be able to get from the course when you finish the course

    Read more

    Get to know your instructor, it's really important to establish a good relationship and ask questions

    Learn why Selenium WebDriver is preferred for GUI automation over other tools

    Learn the concept and architecture of Selenium WebDriver and understand how it works

    You will learn multiple ways to reach me and ask questions

    How you can attach the code files and send to me for easy and fast debugging

    Download and installation instructions of Java on Windows and Mac OSX systems

    You will learn how to setup Java Environment on your Mac machine

    You will learn how to setup Java Environment on your Windows machine

    You will learn how to install Eclipse IDE on Windows

    You will learn how to install Eclipse IDE on Mac OSX

    You will learn how to setup Maven on your Windows machine

    You will learn how to setup Maven on your Mac machine

    You will learn how to install Maven Plugin in Eclipse IDE.

    Getting started with Java with famous Hello World program in Java Programming Language

    You will be able to learn variables and data types in Java programming language

    You will learn about default variable values in Java Programming Language

    Learn the concept of Strings in Java, the most used data type

    Understand the immutability of strings

    Learn how to use the in-built java methods for string manipulation

    Learn more built-in java methods for string manipulation

    Test your knowledge related to strings

    You will be able to understand the difference between string, string buffer and string builder. It is one of the most famous interview question

    You will be able to learn the concept of arrays in Java programming language

    You will be able to understand the concept of methods in Java Programming Language

    You will be able to learn a practical example of methods in Java Programming Language

    You will learn about return type concept of methods in Java Programming Language

    You will learn about classes in Java Programming Language

    You will learn about Getters, Setters and This Keyword in Java Programming Language

    You will learn about Getters, Setters and This Keyword in Java Programming Language

    You will learn about constructors in Java programming language

    You will learn in-depth Java concepts

    Learn how to add Selenium 4.x JAR files to the project

    Learn how to add Selenium 4.x JAR files to the project using Maven

    You will learn how to attach JavaDoc to the Selenium WebDriver project

    Learn what syntax has changed in Selenium WebDriver 4 version

    Demo of how to bring up Firefox browser and open a website of choice using Selenium WebDriver with Java.

    This lecture covers steps for Mac and Windows.

    Demo of how to bring up Chrome browser and open a website of choice.

    Demo of how to bring up Edge browser and open a website of choice using Selenium WebDriver with Java.

    This lecture covers steps for Mac and Windows.

    You will be able to learn the configurations needed to run tests on Safari using Selenium WebDriver and Java Programming  Language.

    Demo of how to bring up Safari browser and open a website of choice.

    You will learn how to set driver in system path of Mac System so that we don't have to set them in the code every time

    You will learn how to set driver in system path of Windows System so that we don't have to set them in the code every time

    Interview questions related to invoking tests with selenium webdriver in various browsers

    You will learn how to inspect elements on different browsers

    You will learn how to inspect elements using Firefox Dev Tools

    You will learn how to inspect elements using Chrome Dev Tools

    You will learn how to install SelectorsHub Add-On/Extension on Firefox and Chrome browsers

    You will learn how to inspect elements using SelectorsHub

    You will learn some quick tricks to generate an initial XPath which you can use to customize

    You will learn features of Chrome Dev Tools and understand why it is the best tool to inspect elements

    How to inspect disappearing elements using Chrome Dev Tools

    Locate elements using id and xpath by using driver.findelement(By.id("element id")) and driver.findelement(By.xpath("element xpath"))

    Locate elements using name attribute by using driver.findelement(By.name("element name attribute"))

    Locate elements using link text and partial link text by using driver.findelement(By.linkText("Text")) and driver.findelement(By.partialLinkText("Text"))

    Locate elements using class name by using  driver.findelement(By.className("class name"))

    Locate elements using class name by using driver.findelement(By.tagName("tag name"))

    You will be able to use css selectors instead of id or any other attribute to locate elements on a webpage

    You will be able to use css selectors instead of class name to locate elements on a webpage

    You will be able to learn how to use wildcards with css selectors to find elements on a webpage

    You will be able to learn how to find child nodes using css selectors

    You will be able to get a quick reference of css selectors concepts

    You will be able to understand the difference between absolute and relative xpath

    You will be able to learn how to build an effective xpath

    You will be able to learn how to use text() property to build an effective xpath

    You will be able to learn how to use contains keyword to build an effective xpath

    You will be able to learn how to use starts-with keyword to build an effective xpath

    You will be able to learn how to find parent and sibling nodes in xpath

    You will be able to utilize the concepts of finding elements with different types of xpath and you will also be able to get some interview questions related to locating elements on a web page

    You will be able to get a quick reference of xpath concepts

    You will get a brief overview about JUnit which is an open source testing framework

    You will be able to learn how to interact with elements on a web page.

    Examples:

    • Clicking an element
    • Typing text in text fields
    • Clearing the text fields

    You will learn Selenium WebDriver commands

    • How to get page title
    • How to get current url
    • How to navigate to a different page
    • How to navigate back
    • How to navigate forward
    • How to refresh the current url
    • How to get page source

    You will be able to learn how to find the state of a web element, if the element is disabled or enabled using selenium webdriver and java

    You will be able to learn how to work with radio buttons and checkboxes on a web page using selenium webdriver and java

    You will be able to learn how to retrieve multiple elements in a list and manipulate the list using selenium webdriver and java

    You will be able to understand how dropdown select elements are different from other elements on a web page

    You will be able to work with a dropdown select element using Selenium WebDriver and Java Programming Language

    You will be able to understand the concepts of multiple select elements on a web page

    You will be able to work with a multiple select element using Selenium WebDriver and Java Programming Language

    You will be able to learn the difference between hidden elements and elements being destroyed from the DOM

    You will be able to learn the practical example of working with hidden elements using selenium webdriver and java

    Introduction to Firefox profiles and significance in selenium webdriver automation

    Practical demonstration of using Firefox profile in selenium webdriver automation code

    Save this course

    Create your own learning path. Save this course to your list so you can find it easily later.
    Save

    Activities

    Coming soon We're preparing activities for Selenium WebDriver 4 With Java - Novice To Ninja [2025]. These are activities you can do either before, during, or after a course.

    Career center

    Learners who complete Selenium WebDriver 4 With Java - Novice To Ninja [2025] will develop knowledge and skills that may be useful to these careers:

    Reading list

    We haven't picked any books for this reading list yet.
    Comprehensive guide to using Selenium WebDriver with Java. It covers all aspects of WebDriver, from setting up WebDriver to writing WebDriver tests. The authors have extensive experience with Selenium WebDriver and provide many helpful examples.
    Comprehensive guide to using Selenium WebDriver with Python. It covers all aspects of WebDriver, from setting up WebDriver to writing WebDriver tests. The author has extensive experience with Selenium WebDriver and provides many helpful examples.
    Comprehensive guide to using Selenium WebDriver with C#. It covers all aspects of WebDriver, from setting up WebDriver to writing WebDriver tests. The author has extensive experience with Selenium WebDriver and provides many helpful examples.
    Provides a comprehensive overview of Java programming, covering fundamental concepts, object-oriented programming principles, and Java libraries. It is suitable for beginners and those seeking to refresh their Java knowledge.
    Provides a practical guide to software architecture for Java developers. It covers topics such as architectural patterns, design principles, and best practices.
    This comprehensive volume serves as a detailed reference for the Java language and its APIs. It's suitable for gaining a broad understanding and can be a valuable resource throughout one's Java journey, from beginner to experienced professional. The latest editions cover recent Java SE versions. It is often used as a reference or supplementary text.
    Provides practical recipes and examples for building web applications with Java servlets and JSP. It covers topics such as session management, request handling, and database integration.
    Comprehensive guide to Java concurrency, covering topics such as thread synchronization, locks, and thread pools. It is essential reading for Java developers working on multithreaded applications.
    Known for its clear and comprehensive explanations, this book covers a wide range of Java topics with a focus on understanding the 'why' behind the language features. While older editions may not cover the latest Java versions, the foundational concepts remain highly relevant. It's a valuable resource for gaining a deep understanding of Java's design and principles.
    Offers a unique, highly visual, and engaging approach to learning Java. It's excellent for beginners and those who prefer a more interactive learning style to gain a broad understanding of core Java concepts and object-oriented programming. It lays a solid foundation for further learning.
    Provides a comprehensive overview of Enterprise JavaBeans (EJB), a standard for developing enterprise applications in Java. It covers topics such as EJB components, session beans, and entity beans.
    Provides a practical guide to using Hibernate, a popular object-relational mapping (ORM) framework for Java. It covers topics such as mapping classes to database tables, managing transactions, and performing queries.
    Provides a practical guide to using Spring, a popular Java framework for building enterprise applications. It covers topics such as dependency injection, aspect-oriented programming, and web application development.
    While not exclusively about Java, this book is highly relevant as it focuses on writing readable, maintainable, and testable code, which are crucial skills for any Java developer. It provides practical guidance and principles that can be directly applied to Java projects. It's valuable for all levels, especially those transitioning to professional development.
    Must-read for any serious Java developer. It provides a wealth of practical advice and best practices for writing robust, efficient, and maintainable Java code. It's particularly valuable for those looking to deepen their understanding beyond the basics and is considered a classic in the field. It serves as an excellent reference for experienced programmers.
    Part of a two-volume series, this book provides a deep dive into the fundamental concepts of Java, including the language syntax, object-oriented programming, and the core libraries. It's well-suited for undergraduate and graduate students, as well as working professionals seeking a solid understanding of Java's foundations. It's often used as a textbook.
    Is the definitive guide to writing correct and efficient multithreaded Java applications. It's essential for developers working on concurrent systems and provides in-depth knowledge of Java's concurrency utilities. This more advanced topic, suitable for those looking to deepen their understanding of a critical area of Java.

    Share

    Help others find this course page by sharing it with your friends and followers:

    Similar courses

    Similar courses are unavailable at this time. Please try again later.
    Our mission

    OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

    Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

    Find this site helpful? Tell a friend about us.

    Affiliate disclosure

    We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

    Your purchases help us maintain our catalog and keep our servers humming without ads.

    Thank you for supporting OpenCourser.

    © 2016 - 2025 OpenCourser