Beginning Selenium WebDriver Testing in Java

Beginning Selenium WebDriver Testing in Java

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 2 Hours | 589 MB

Cover Selenium automation, to save your time when testing in Java

This course will introduce the Java users to Selenium WebDriver. It will help users with basic programming knowledge to start with code testing.This course will help the users to cut down on their time spent on testing code written in Java.

Get started with code testing using Selenium WebDriver. It will be an ideal starter kit for those of you who wish to start using Selenium WebDriver for testing. Users with basic programming knowledge more interested in skilling up with Selenium WebDriver as their testing tool of choice. In this course, you will start by knowing the benefits of Selenium WebDriver for testing. You will then start with practicing the basics. Post that you will see the biggest strength of Selenium which is integrating your test instances with the browser of your choice. You will then actually test an authentication system in a sequential manner by following each of the required steps.

By the end of the course, you will be able to provide your customers and clients with better quality code in lesser time – adding to your customer delight!

This course will take you through the complete journey from writing your first automation test to getting familiarized with Selenium Webdriver and all its functionalities. This tutorial will take a pragmatic approach to teaching you Selenium Webdriver with a combination of clear explanations and real-world examples. One of the main points of this course is writing hands-on browser automation code using Java. This will give you a practical experience of automation testing with Selenium Webdriver using Java, teaching you to automate your browser effortlessly.

What You Will Learn

  • Use Selenium WebDriver to directly start a browser instance and controls it for the code being tested
  • Automate web browsers across many browsers and operating systems for Java code
  • Along with selenium scripts, start using unit testing framework for Java and save time
  • Learn how Selenium WebDriver can use locators when using Java code
  • Go from testing apps in a time-consuming manner to testing them quickly
  • Spend less time testing and more time developing and adding features to your apps, delighting customers
  • See the next steps involved in automation and testing of your Java app using Selenium
Table of Contents

GETTING STARTED WITH SELENIUM WEBDRIVER IN JAVA
The Course Overview
Benefits of Automation Testing
Selenium for You
Selenium WebDriver Install

WEBDRIVER BASICS
WebDriver Architecture
Attaching Any Browsers
Retrieving a Web Page
Performing Actions on a Web Page Using Java

LOCATING WEB ELEMENTS IN THE BROWSER
Implementing Locators Using Java
Attaching Any Browsers
Locating Elements Using XPath

TESTING AN AUTHENTICATION SYSTEM
Scenario: Logging in
Create Test Steps in Java
Locate All Necessary Web Elements
Writing Test Automation Code in Java
Running the Tests

WRAPPING UP WITH NEXT STEPS
Building On Our Example Based on Java
Next Steps with Selenium
Wrapping Up