Mô tả

This course has helped students become automation test engineers (check our the course reviews).

This course will teach you automation testing using Selenium WebDriver 4, Java, Cucumber BDD (Latest Version: 'io.cucumber'), TestNG, Jenkins and Apache Maven to develop a real world, functioning framework for real world, enterprise environments. This is different to most courses, as we focus on frameworks that actually provide skills for the real world.


Why Learn Automation Testing?

Automation testing has been steadily grown in popularity these past few years thanks to the time/ cost savings and efficiency that it offers. Companies throughout the world have or plan to use automation testing to rapidly speed up their test capabilities. Automation test engineers are in great demand and offer an average salary of £45,000+ (2021, 2022). Now is a great time to learn about automation test engineering and this course has been carefully developed to slowly introduce you from the basics, all the way to building advanced frameworks.

This course introduces you to some of the most in demand automation test tools currently being used by automation testers throughout the world. I teach you from the very beginning and slowly build up to demonstrate the advance capabilities they offer. All this is taught using practical examples that I explain and you can follow. 

I have personally taught countless teams to learn about automation testing in the workplace. In fact this is part of my job. I know what works when it comes to teaching new people about automation testing and I have developed this course by keeping this in mind.


So, why should you learn cucumber BDD?

Cucumber (BDD) simplifies the requirement capturing process. Requirements can be captured, broken down and simplified effortlessly; making the captured requirements readable to anyone within the organisation and in turn providing the required details and backbone to develop accurate test cases also known as ‘Feature Files’.

  • Cucumber (BDD) simplifies the process of developing automation test scripts! Students enrolled within this course will see why! 

  • Students will learn Cucumber BDD from a beginner’s level all the way to obtaining the knowledge to develop advanced sophisticated Cucumber BDD framework(s) of their own.

  • Cucumber is one of the BDD frameworks which is in very high demand

  • Search online for many automation testing roles and you will likely see BDD, Cucumber as a mandatory requirement! 


Why choose this course? 

I have also been responsible for teaching countless students/colleagues and have refined this course so that students get the very best from my teaching material.

By completing this course; I ensure you'll have all the knowledge you need to become an automation test engineer (and some students already have!)

Students that choose to enrol will get the following:

  • A course that explains every step clearly and in detail.

  • Gain knowledge on some of the most popular and in-demand automation test tools that employers ask for in job descriptions.

  • A course that is structured in a way which will enable anyone with basic of knowledge of Java and Selenium WebDriver to create basic to advanced Cucumber tests and even develop sophisticated Cucumber framework(s) from scratch.

  • Gain knowledge to develop and schedule your tests using Jenkins (Continuous integration).

  • You will also create and run tests against real world websites.

  • Be given access to webdriveruniversity (a website that I developed) so you can practice you test automation skills using the knowledge gained form this course.


What will I learn?

The following topics are covered in this course. These topics have been specifically tailored to demonstrate and teach you the most important areas of automation testing. This is taught to you using a practical approach and you will see tests (that you have written) testing websites using your very own browser.

  • Gain a greater understating of Selenium WebDriver 4 & Java.

  • Gradually learn and understand Cucumber (BDD) from a basic level all the way to an advanced level (Latest versions of Cucumber BDD).

  • Learn the latest and most effective way to develop basic to advanced Cucumber Frameworks.

  • Learn how to architecturally design and develop Cucumber Frameworks the correct way taking into consideration concepts such as DRY (Don't Repeat Yourself), maintainability etc.

  • Incorporate best practises when developing Cucumber Frameworks.

  • What is Gherkin and how can we use it?

  • Understand what exactly is a Feature File & how to create them.

  • Understand the purpose of Step Definition Classes & how to create them.

  • Explain the purpose of Runner Classes and explain how to optimize them using Options, Hooks & Tags.

  • Explain the advantages and purpose of reports and learn how to generate Advanced Reports.

  • Learn how to attach images to reports.

  • Understand the purpose of the Background keyword and why it's a good idea to use it.

  • Demonstration of Scenario Outlines & Examples (which is very important).

  • Explain the purpose of the Page Object Model (POM) & Page Factories.

  • I will show you how to Integrate Selenium and Java into your Cucumber projects.

  • I will teach you how to simulate a wide range of different test scenarios via planned automation test scripts.

  • I explain how to find elements on website(s).

  • I will explain the purpose and then master the ability to create Dynamic Locators.

  • Learn how to stabilize your tests.

  • Learn why a BasePage is so important and why it’s vital to centralize your code.

  • I will explain how to create a customized Base Page including the creation of Bespoke Methods.

  • Learn how to Effectively handle Element Interaction (Wait for Element to be Visible, Clickable etc).

  • I'll explain to you the purpose and limitations of Thread.sleep and teach you the correct way to wait and interact with website elements.

  • I will show you how to Master Inheritance using Subpages etc.

  • I will show you DriverFactory creation and why a DriverFactory is very important!

  • I'll explain the importance of Modelling Pages of a website into Separate Containers (POM: Page Object Modelling).

  • We will go though the Java JDK and Apache Maven setup.

  • I will demonstrate to you IntelliJ IDE so that you become very familiar with it (including how to set it up).

  • I will demonstrate Maven and explain it's purpose and why this is a wonderful tool to use.

  • Explain the importance of the Maven POM File and why we use it (Including handling dependencies).

  • I will explain the M2 directory.

  • I will teach you how to simplify the update process (Dependencies) of your project.

  • We will go through some of the most popular Maven commands.

  • I will explain the Constant class (for centralisation) & learn how to create dynamic directories.

  • I'll teach you Continuous Integration using Jenkins and explain why this is very useful.

  • I will also show you some very important add-ons for Jenkins.

  • We will create some very visually appealing reports within Jenkins and attaching images to those reports.

  • How to handle Extensible Choice Parameters (Selection Dropdown lists) via Jenkins.

  • I have made sure to include course notes & code with each lecture(s) and module(s).

  • We will go through Chromedriver and Geckodriver and explain its purpose.

  • I will demonstrate how to use a specific Surefire plugin to our advantage.

  • I will teach you the purpose TestNG execution files and why these are used.

  • I will demonstrate how to effectively use TestNG Assertions.

  • I will demonstrate the Config / Properties file and explain the purpose of the config reader class.

  • Parallelization -  I will demonstrate how you can execute your tests in Parallel, how to increase / decrease the numbers of tests running in parallel etc.

  • And much more!

Bạn sẽ học được gì

Students will learn Cucumber BDD from a beginner’s level all the way to an advanced level using Java.

Ability to develop small robust to large complex Cucumber Frameworks.

Gain the knowledge to become an Automation Test Engineering / SDET.

Understand the importance of Design Patterns.

Gain the knowledge / ability to implement advanced concepts such as Page Object Modelling, Parallelization, Jenkins (CI) integration and much more!

Yêu cầu

  • You should have some basic knowledge of Java.
  • Some basic selenium knowledge will be an advantage but not necessary.

Nội dung khoá học

10 sections

Course Introduction

1 lectures
Introduction
01:49

Environment - Setup

3 lectures
Java JDK
07:56
Apache Maven
04:43
IntelliJ & Cucumber Addon
04:54

Project - Setup

8 lectures
What is Apache Maven?
04:57
IntelliJ - Layout Update - [Please Read]
00:09
Project Setup
04:26
POM File & Downloading Dependencies
10:28
Browser Drivers
09:09
Maven Lifecycle Commands
05:13
Maven Compiler Plugin
03:25
Other Courses - (Coupon Codes)
00:25

Cucumber Basics

14 lectures
What is Cucumber? & What is Gherkin?
07:48
Feature File - Creation
12:56
Mapping Step Definitions
13:38
Important - [Please Read]
00:13
Hooks & Browser Driver - Setup
12:32
Implementing Step Definitions - Part 1/3
14:47
Implementing Step Definitions - Part 2/3
09:08
Implementing Step Definitions - Part 3/3
09:17
Cucumber Expressions – Scenario Creation
07:09
Cucumber Expressions – Mapping Step Definitions
13:29
Cucumber Expressions – Implementing Step Definitions
05:58
Runner class - Creation
11:59
Runner Class – Tags
07:26
Runner Class – Reporting
09:07

The Real World Challenge

8 lectures
Challenge Overview
03:30
Feature File - Creation
02:38
Scenario 1 – Documenting Requirements
06:02
Scenario 1 – Mapping Step Definitions
06:03
Hooks, Tags & Driver Setup
09:41
Scenario 1 – Implementing Step Definitions
10:42
Scenario 2 – Documenting Requirements
05:15
Scenario 2 – Mapping & Implementing Step Definitions
03:26

Background & Scenario Outlines

5 lectures
Background Keyword
04:20
Background Keyword – In Action
03:52
Scenario Outline(s)
07:23
Scenario Outline(s) – Creation
11:46
Scenario Outline(s) – Mapping & Implementing Actions
12:59

Tags - Organising Test Suites

1 lectures
Tags - Organising Test Suites
10:22

Advanced Concepts

16 lectures
Advanced Hooks
09:36
Driver Factory & Properties File - Part 1/3
13:45
Driver Factory & Properties File - Part 2/3
15:38
Driver Factory & Properties File - Part 3/3
17:48
Parallel Test Execution
07:48
Advanced Reporting & Attaching Images
14:57
Base Page & Custom Commands - Part 1/3
10:43
Base Page & Custom Commands - Part 2/3
15:03
Base Page & Custom Commands - Part 3/3
06:39
Page Object Modelling - (POM) - Part 1/6
09:40
Page Object Modelling - (POM) - Part 2/6
20:53
Page Object Modelling - (POM) - Part 3/6
13:13
Page Object Modelling - (POM) - Part 4/6
15:29
Page Object Modelling - (POM) - Part 5/6
17:59
Page Object Modelling - (POM) - Part 6/6
06:40
Constant Variables
06:28

Jenkins (CI) & More!

14 lectures
Jenkins - Download & Setup
11:14
Configuring Jenkins
06:13
Job Creation
03:37
Job Configuration - POM, Goals & Options
05:44
textng.xml
10:46
Surefire-Plugin
13:22
Enhanced Logs
04:11
Cucumber Reports
09:30
Attaching Exception Images to Reports
10:41
Targeting & Triggering Individual Test Suites
10:06
Parallelization
08:25
Ignore Test Suites & Individual Tests
04:56
Browser Selection
12:51
Other Courses - (Coupon Codes)
00:25

Interview Preparation

1 lectures
Interview Question & Answers (Examples)
00:02

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.