HOME > IT & Software > Selenium WebDriver, Java, TestNg Framework from scratch

Selenium WebDriver, Java, TestNg Framework from scratch

SynopsisSelenium WebDriver, Java, TestNg Framework from scratch, avai...
Selenium WebDriver, Java, TestNg Framework from scratch  No.1

Selenium WebDriver, Java, TestNg Framework from scratch, available at $54.99, has an average rating of 4.15, with 44 lectures, based on 22 reviews, and has 138 subscribers.

You will learn about By the End of this course, you will be able develop Automation Test Scripts and Automation test Suite using Selenium WebDriver, java and TestNg Automate Repetitive Manual Tasks in Web applications and Automate your Regression Testing. Create your Automated Test Suite you will learn Selenium WebDriver and java from scratch and will be able to develop your own scripts you will learn TestNg Framework and leverage its features like Suite XML files, parallel test script execution, sequential test scripts Execution you will learn the Parameterization, data-providers in TestNg and Run Tests Cross Browser – in IE and Chrome you will work with Starting Basics of Core Java to Selenium WebDrivers Script development to Test Automation Framework you will develop java with Selenium scripts and Execute them in TestNg Framework using parameters, asserts in both parallel and sequential manner you will learn the Basics-advanced concepts in Selenium like handling Buttons, Links, JSExceutor, Alerts, multiple Windows & File Download/Upload and many more All the source code is provided with the Github link for your reference I have covered almost all the topics required for you to Develop efficient Automation Test Scripts and developing Automation test Suite in Real Time This course is ideal for individuals who are QA Engineers or Testing Engineers who wanted to get started with Automation Testing with Selenium WebDriver and Java or Any one who is interested in Selenium WebDriver with java or Automation Test Engineers It is particularly useful for QA Engineers or Testing Engineers who wanted to get started with Automation Testing with Selenium WebDriver and Java or Any one who is interested in Selenium WebDriver with java or Automation Test Engineers.

Enroll now: Selenium WebDriver, Java, TestNg Framework from scratch

Summary

Title: Selenium WebDriver, Java, TestNg Framework from scratch

Price: $54.99

Average Rating: 4.15

Number of Lectures: 44

Number of Published Lectures: 44

Number of Curriculum Items: 44

Number of Published Curriculum Objects: 44

Original Price: ?5,900

Quality Status: approved

Status: Live

What You Will Learn

  • By the End of this course, you will be able develop Automation Test Scripts and Automation test Suite using Selenium WebDriver, java and TestNg
  • Automate Repetitive Manual Tasks in Web applications and Automate your Regression Testing. Create your Automated Test Suite
  • you will learn Selenium WebDriver and java from scratch and will be able to develop your own scripts
  • you will learn TestNg Framework and leverage its features like Suite XML files, parallel test script execution, sequential test scripts Execution
  • you will learn the Parameterization, data-providers in TestNg and Run Tests Cross Browser – in IE and Chrome
  • you will work with Starting Basics of Core Java to Selenium WebDrivers Script development to Test Automation Framework
  • you will develop java with Selenium scripts and Execute them in TestNg Framework using parameters, asserts in both parallel and sequential manner
  • you will learn the Basics-advanced concepts in Selenium like handling Buttons, Links, JSExceutor, Alerts, multiple Windows & File Download/Upload and many more
  • All the source code is provided with the Github link for your reference
  • I have covered almost all the topics required for you to Develop efficient Automation Test Scripts and developing Automation test Suite in Real Time
  • Who Should Attend

  • QA Engineers or Testing Engineers who wanted to get started with Automation Testing with Selenium WebDriver and Java
  • Any one who is interested in Selenium WebDriver with java
  • Automation Test Engineers
  • Target Audiences

  • QA Engineers or Testing Engineers who wanted to get started with Automation Testing with Selenium WebDriver and Java
  • Any one who is interested in Selenium WebDriver with java
  • Automation Test Engineers
  • Learn to develop Automation Test Suite using Selenium WebDriver, Java, TestNG Framework from basics to intermediate level.

    The course covers almost all the essentials you need to develop test automation scripts and automate your regression testing.

    Hence speed up testing and save time, with Automated test Suite.

    As part of this Course, I have covered following Topics –

  • Selenium WebDriver Overview – Tells you how actually that all works.

  • Comparison on the alternative tools to selenium.

  • Installation setup required – Selenium WebDriver jars (for basics only), Java, Eclipse IDE, Maven, TestNG, dependencies and chropath for chrome.

  • Basics of Selenium WebDriver and Java – Explained the Java concepts and it’s application/usage in Selenium scripts completely from scratch.

  • More detailed explanation session on Java OOPs concepts, Collections etc..

  • Setting up TestNg + Maven Framework.

  • Covered cool features of selenium like – Data Parameterization, data providers, Suite XML Files, Annotations etc..

  • Explained the advanced topics in Selenium like – Actions class, JavaScriptExecutor, Scrolling the web pages, Hover on the elements, File upload, File download scenarios in multiple Browsers.

  • Detailed Demo on the concepts like Parallel Test Script Executions, Sequential Test Executions and Cross Browser testing.

  • Covered the Browser Automation in Chrome and IE.

  • Provided downloadable Resources, Links attached to the lectures.

  • Provided the GITHUB Link for the code reference.

  •  

    Course Curriculum

    Chapter 1: Introduction

    Lecture 1: Introduction

    Chapter 2: Introduction to Selenium architecture

    Lecture 1: What is Selenium and How that works

    Lecture 2: Resources and Links

    Chapter 3: Installation and Setup required to start developing selenium Scripts

    Lecture 1: Installation and setup

    Lecture 2: Links and Resources

    Chapter 4: Advice and Github Link

    Lecture 1: An Advice before coding

    Lecture 2: GitHub Link for your reference

    Lecture 3: FInd the GITHUB LINK here

    Lecture 4: Lets Start coding

    Chapter 5: Selenium WebDriver Essentials

    Lecture 1: First Test

    Lecture 2: Basic Building blocks of Java Part 1

    Lecture 3: Basic Building blocks of Java Part 2

    Lecture 4: Basic Building blocks of Java Part 3

    Lecture 5: Inputting Text into TextBox and Button clicks in Web Pages and xpaths

    Lecture 6: Link Click and Browser Window Reload, maximize, navigate backward and forward

    Lecture 7: Handle Alerts in Web Pages

    Lecture 8: Handle Dropdowns in Web Pages

    Lecture 9: Handle checkboxes in Web Pages

    Lecture 10: Handle Radio Buttons in Web Pages

    Lecture 11: Exception Handling in Java

    Lecture 12: String Methods in Java ****** NEEDED MOST WIDELY ********

    Lecture 13: Handle HTML Tables or Web Tables in Web Pages

    Lecture 14: Handle IFrames in Web Pages

    Lecture 15: Switch between Multiple Tabs or multiple Windows in Browser

    Lecture 16: Waits in Selenium WebDriver

    Lecture 17: Actions Class in Selenium WebDriver – Advanced Keyboard and Mouse Actions

    Lecture 18: JavaScriptExecutor – JS Click on Buttons, Links and Scroll Page operations

    Lecture 19: File Upload Scenarios with Selenium

    Lecture 20: File Download Scenario with Selenium – Chrome

    Lecture 21: File Download Scenario with Selenium – IE

    Chapter 6: More on Java OOPs and Collections

    Lecture 1: OOPs: Inheritance and Polymorphism

    Lecture 2: OOPs: Access Modifiers

    Lecture 3: Arrays in java

    Lecture 4: OOPs: Encapsulation and Abstraction in Java

    Lecture 5: Collections: List ArrayList and Methods

    Lecture 6: Collections: Hash Set and Methods

    Lecture 7: Collections: Hash MAP and Methods

    Lecture 8: Programming and Logic Building Overview

    Chapter 7: Framework : TestNG – Run Selenium WebDriver Tests with TestNg Suite xml file

    Lecture 1: TestNg: Introduction and setup

    Lecture 2: TestNg: Run Tests with Annotations, Parameters, Suite XML in parallel

    Lecture 3: TestNg: Page Object Model and Common Functions and Data Provider

    Lecture 4: TestNg: Run Selenium WebDriver tests in Cross Browser – Chrome and IE

    Lecture 5: Automation with FireFox

    Chapter 8: End of the course

    Lecture 1: Congrats and What Next?

    Instructors

  • Selenium WebDriver, Java, TestNg Framework from scratch  No.2
    Vineet N
    Software Engineer
  • Rating Distribution

  • 1 stars: 0 votes
  • 2 stars: 1 votes
  • 3 stars: 4 votes
  • 4 stars: 4 votes
  • 5 stars: 13 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!