Explore
EXPLORE THE CATALOG
Supercharge your career with 700+ hands-on courses
View All Courses
Python
Java
JavaScript
C
React
Docker
Vue JS
R
Web Dev
DevOps
AWS
C#
LEARNING TOOLS
Explore the industry's most complete learning platform
Courses
Level up your skills
Cloud Labs
Setup-free practice with Cloud Services
Skill Paths
Achieve learning goals
Projects
Build real-world applications
Mock Interviews
New
AI-Powered interviews
Personalized Interview Prep
New
Get a custom roadmap tailored to your goals
Assessments
Benchmark your skills
Personalized Paths
Get the right resources for your goals
LEARN TO CODE
Check out our beginner friendly courses.
Pricing
For Business
Resources
Newsletter
Curated insights on AI, Cloud & System Design
Blog
For developers, By developers
Free Cheatsheets
Download handy guides for tech topics
Log In
Join
for free
Back To Module Home
Design a Test Automation Framework with Selenium and Java
0% completed
Introduction to UI Test Automation
UI Test Automation
Selenium WebDriver and its Architecture
Design Basics
Selenium WebDriver Basics
WebDriver Installation and Initialization for Different Browsers
All About Desired Capabilities
Emulate Mobile-Web using Chrome
Locators in Selenium
Working with WebElements
Handling JavaScript Alerts, Confirmations, and Prompts
Handling DropDown, CheckBox, and Radio Button
Implicit, Explicit and Fluent Waits
Exception Handling
Handling Cookies
Working with Drag, Drop & Mouse Hover
Double-Click and Right-Click
Capture Screenshots
Quiz: Selenium WebDriver
TestNG Framework
What is TestNG?
TestNG Annotations
Running Tests in Parallel
Grouping of Tests
Parameterisation, DataProvider and Factory
Using Listeners
Retrying Failed Tests
Writing Custom Annotations
Quiz: TestNG
Build Management
Creating Maven Project
Creating Gradle Project
Configuration Management
Basics of Configuration Management
Building Configuration Hierarchy and Overriding
Logging
Using Logback
Automatic Logging using Aspects
Reporting
TestNG Reporting
Integrate Allure Reports
Designing the UI Test Automation Framework
Designing Page Object Model
Loading the Components
Implement a WebDriver Manager
Implementing Page Object Model
Data Management
Putting Together - Design the UI Test Framework
Pitfalls and Suggestions
Writing First Test Script
Sample UI Test Framework
Downloading Sample UI Test Framework
Building and Running Tests
Create and Upload Test Framework as a Library
Distribution of Test Framework Library
Conclusion
Final Remarks