Automation Architect – Selenium WebDriver – 9 Live Projects
Automation Architect – Selenium WebDriver – 9 Live Projects, available at $84.99, has an average rating of 4.52, with 324 lectures, based on 2375 reviews, and has 19689 subscribers.
You will learn about You should be able to master the Framework designing part and should be able to justify 3+ years of experience in Selenium and framework designing Should be able to crack automation interviews easily This course is ideal for individuals who are Automation testers or Developers or Selenium architects or selenium testers or appium testers It is particularly useful for Automation testers or Developers or Selenium architects or selenium testers or appium testers.
Enroll now: Automation Architect – Selenium WebDriver – 9 Live Projects
Summary
Title: Automation Architect – Selenium WebDriver – 9 Live Projects
Price: $84.99
Average Rating: 4.52
Number of Lectures: 324
Number of Published Lectures: 301
Number of Curriculum Items: 324
Number of Published Curriculum Objects: 301
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- You should be able to master the Framework designing part and should be able to justify 3+ years of experience in Selenium and framework designing
- Should be able to crack automation interviews easily
Who Should Attend
- Automation testers
- Developers
- Selenium architects
- selenium testers
- appium testers
Target Audiences
- Automation testers
- Developers
- Selenium architects
- selenium testers
- appium testers
The Only course to cover 9 Live projects on different frameworks designed from scratch
~~~~~COURSE RECENTLY UPDATED WITH LATEST SELENIUM 4 and Extent Reports 5.x SERIES~~~~~~
The course is specially designed at architect level which will cover all major framework designing concept with implementation of majorly use Utilities.
As in most of the Selenium and Appium interviews majorly questions are asked from frameworks itself, this course specifically focuses on end to end framework designing on Live projects using all major techniques and live projects. After the course you should be capable enough to show 2-3+ years of your current experience in Selenium and can hit the market accordingly
Topics Highlight:
Projects build with in-depth implementation of following topics
-
Excel Reader
-
Logs
-
Mails
-
Zip
-
Listeners – Soft assertions, Test Failure
-
Jenkins
-
Maven
-
ReportNG
-
ExtentReports
-
Database
-
Properties
-
Runmodes
-
TestNG
-
ScreenshotUtils
-
Parallel Execution
-
Docker
-
Java Generics
-
MultiThreading
-
Page Object and Page Factory
7 Live Projects with Different Frameworks implemented on:
-
Data Driven Framework
-
Data Driven extended with Grid Implementation
-
Page Object Model
-
Page Object Model with Page Factory
-
Cucumber BDD with Page Object and Page Factories
-
Page Object Model and Page Factory extended with Java Generics and MultiThreading (Parallel Execution)
-
Cucumber BDD with Page Objects and Page Factories with Parallel Execution
-
End to End Data + Keyword Driven Framework (Live Batch recordings)
-
End to End Page Object Model with Page Factories (Live Batch recordings)
Once again to join this course you should have basic understanding of Core Java and WebDriver.
Happy Learning !!!
Course Curriculum
Chapter 1: Live Project 1 – Data Driven Framework
Lecture 1: Introduction to the Project
Lecture 2: FIXING THE BLURRED VIDEO SCREEN
Lecture 3: Live Project 1 Code with Updated and Latest Dependencies
Lecture 4: Creating a new Maven Project
Lecture 5: Creating Base class
Lecture 6: Calling Properties and creating the very first test case
Lecture 7: Initializing Logs
Lecture 8: Adding Assertions
Lecture 9: Adding Data Provider and creating the second test
Lecture 10: Implementing ReportNG
Lecture 11: Adding Listeners
Lecture 12: Capturing unique screenshot and report customization part 1
Lecture 13: Capturing unique screenshot and report customization part 2
Lecture 14: Update Latest Extent Reports
Lecture 15: Generating Extent Reports
Lecture 16: Adding steps to testcases in Extent Report
Lecture 17: Creating a common DataProvider
Lecture 18: Adding Multiple failures to the Test
Lecture 19: Adding Parameterization and automating the third test
Lecture 20: Setting up run modes for Test Suites
Lecture 21: Setting up run modes for Test data and implementing parameterization
Lecture 22: Jenkins build generation
Lecture 23: Jenkins – Configuring HTML Publisher plugin for Extent Reports
Lecture 24: Jenkins – Parameterizing the build for browser and environment
Lecture 25: Jenkins – Configuring MAIL API to send test results in an automated email
Chapter 2: UPDATE 4.6 – NO WebDriverManager and Browser exe required
Lecture 1: UPDATE 4.6 – NO WebDriverManager and Browser exe required
Chapter 3: UPDATES – LATEST UPDATES FROM THE NEW APIs & LATEST SELENIUM 4
Lecture 1: ExcelReader Utility – APACHE POI 4.1.0
Lecture 2: Log4J API
Lecture 3: Download the code from above 2 lectures
Lecture 4: Log4j 2
Lecture 5: Log4J2 API – CODE
Lecture 6: JDBC Connection
Lecture 7: JDBC Connection – Code
Lecture 8: Selenium 4.0 New features and updates
Lecture 9: Selenium 4 – Handling New Tabs and Popups
Lecture 10: Selenium 4 – New Locator strategies through Relative Locators
Lecture 11: Selenium 4 – Selenium Grid 4
Lecture 12: Download the Selenium 4 and Grid 4 files
Chapter 4: XPATH VS CSS in Depth on Latest Browsers with Latest Extensions
Lecture 1: Xpath VS CSS in Depth – Part 1
Lecture 2: Xpath VS CSS in Depth – Part 2
Lecture 3: Xpath VS CSS in Depth – Part 3
Lecture 4: Plugin to Auto generate complex Xpath and CSS Selectors
Lecture 5: XPATH VS CSS PDF Document
Chapter 5: TESTNG FRAMEWORK IN DEPTH
Lecture 1: Introduction to TestNG and Configuring Eclipse plugin
Lecture 2: Creating the First Test Case
Lecture 3: Adding Assertions and Reporting Failures
Lecture 4: SoftAssertions and Reporting Multiple failures
Lecture 5: Creating Test Dependencies
Lecture 6: Creating Test Suite
Lecture 7: Managing Multiple Test Suites
Lecture 8: Test Groups
Lecture 9: TestNG Listeners
Lecture 10: Forcefully Skipping a Test Case
Lecture 11: Adding Before and After Suite annotations
Lecture 12: TestNG Report
Lecture 13: ReportNG
Lecture 14: Understanding Parameterization through DataProviders
Lecture 15: TestNG Parameterization Excel Reading
Lecture 16: TestNG Parameterization Excel Reading with Hashtable
Lecture 17: Handling Multiple Data Providers
Lecture 18: Reading Parameters from TestNG.xml file
Lecture 19: Running Parallel Test using TestNG.xml file
Lecture 20: Running Parallel Test using DataProvider
Lecture 21: InvocationCount and ThreadPoolSize
Lecture 22: Download code from Above Lectures
Chapter 6: Live Project 2 – Data Driven Extended with Grid and Docker
Lecture 1: Introduction to Docker
Lecture 2: Docker installation and running parallel Grid test
Lecture 3: Docker Compose
Lecture 4: Download the Docker code
Lecture 5: XML Parser for maintaining Object Repositories
Lecture 6: JSON Parser for maintaining Object Repositories
Lecture 7: Download the code for XML and JSON Utilities
Lecture 8: Integrating Excel Reading – Creating Test Data
Lecture 9: Setting up Runmodes at Suite and TestCase level
Lecture 10: Complex Parameterization with Hashtables
Lecture 11: Optimizing DataProvider code
Lecture 12: Handling Multiple Data Providers and suites
Lecture 13: Creating common Utility for Runmodes
Lecture 14: Data Driven – Creating the TestBase class
Lecture 15: Data Driven – Creating Test case and executing it on 10 different nodes
Lecture 16: Data Driven – Integrating Extent Report for Parallel Tests – Part 1
Lecture 17: Data Driven – Integrating Extent Report for Parallel Tests – Part 2
Lecture 18: Data Driven – Adding more test steps part 1
Lecture 19: Data Driven – Adding more test steps part 2
Lecture 20: Data Driven – Capturing Screenshots and Mapping them to different threads
Lecture 21: Data Driven – Adding user defined logs for parallel threads – Part 1
Lecture 22: Data Driven – Adding user defined logs for parallel threads – Part 2
Lecture 23: Data Driven – Adding user defined logs for parallel threads – Part 3
Lecture 24: Data Driven – Adding Maven and Jenkins for the final Project Run
Lecture 25: Download Code
Chapter 7: Live Project 3 – Page Object Model
Lecture 1: Page Object Model – Introduction to the framework basics
Lecture 2: Page Object Model – Designing Layout and creating the first business page
Lecture 3: Page Object Model – Creating business Pages – Part 2
Instructors
-
Rahul Arora
Way2Automation – Director & The Automation Guru
Rating Distribution
- 1 stars: 54 votes
- 2 stars: 55 votes
- 3 stars: 260 votes
- 4 stars: 784 votes
- 5 stars: 1222 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!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024