Automation Testing Masterclass - Selenium, Cucumber and More
- Offered byUDEMY
Automation Testing Masterclass - Selenium, Cucumber and More at UDEMY Overview
Duration | 16 hours |
Total fee | ₹3,499 |
Mode of learning | Online |
Credential | Certificate |
Automation Testing Masterclass - Selenium, Cucumber and More at UDEMY Highlights
- Earn a Certificate of completion from Udemy
- Get a 30 days money back guarantee on the course
- Get full lifetime access of the course material
- Learn from 97 downloadable resources, 2 practice tests and 2 coding exercises
Automation Testing Masterclass - Selenium, Cucumber and More at UDEMY Course details
- For beginner and advanced automation testers, as well as tech-savvy people that wish to get an automation tester job
- Everything about automation testing
- Automation testing using Selenium WebDriver
- Usage of unit test libraries such as Junit and TestNG
- Making use of BDD through Cucumber
- This course covers everything one needs to know about automation testing
- Starting by learning the basic concepts of Java, followed by learning how to test Web Applications using Selenium Webdriver, and then diving into the topic of unit testing, using Cucumber, TestNG and Junit
- Following this video series should give students a very good understanding on what automation testing really means
- The objective of this course is to make participants proficient in working with tools used by automation engineers
- By following this structure, as a beginner, students will be confident enough to apply for automation engineer jobs, having the knowledge of all the libraries covered in this course
Automation Testing Masterclass - Selenium, Cucumber and More at UDEMY Curriculum
Introduction
JAVA for Beginers
Installing the JDK
Primitive Data Types
Java Basics Assessment
Arrays
Operators
If Statements
If Statements Coding Exercise
For Loops
While Loops
Strings
Working with User Input
Switch Case Statements
Methods
Java Coding Exercise
Design Patterns in Java
The Builder Pattern Problem Statement
How to Implement the Builder Pattern
Introduction to the Factory Pattern
Factory Pattern Demo
Prototype Pattern Demo
The Object Pool Pattern
Selenium Webdriver
Locators
Getting Text from a WebPage
Clicking on a WebPage
Working with Tables
Types of Waits
Handling Exceptions
Using the Javascript Executor
Alerts in Selenium
Design a new Automation Framework
Managing the Framework's Driver
Getting Values Dynamically from Files
Small Refactorization of the Code
Adding the Website's Pages - Part 1
Adding the Website's Pages - Part 2
Adding the Website's Pages - Part 3
Adding Password Encoding Capability
Backend Testing
Introduction to HTTP
Analyzing HTTP Requests in the Browser
Working with Postman
Types of API's
Introduction to Swagger and API Documentation
Automating REST Calls Using RestAssured
Automating API Calls Using Core Java