SlideShare a Scribd company logo
www.edureka.co/testing-with-selenium-webdriver
Designing Data Driven Automation
Framework with Selenium
www.edureka.co/testing-with-selenium-webdriver
What will you learn today?
Let us have a quick poll, do you know the following topics?
 What is Automation Testing
 Selenium Suite
 How to design a Test Framework
 Demo on designing a Selenium Test Framework
www.edureka.co/testing-with-selenium-webdriver
Manual Testing
It’s boring and tedious !!
I have to do the same process
again and again with multiple
sets of data. There is no change
in the application as well
www.edureka.co/testing-with-selenium-webdriver
Automation Testing
www.edureka.co/testing-with-selenium-webdriver
Automation Testing
Auto-generation of
result file
Automated execution
through test scripts
Taking Screenshot and Auto-
generation of report
www.edureka.co/testing-with-selenium-webdriver
Automation Testing (Contd.)
Thanks to Automation Testing
Amazing !!
Now I don’t have to do the same
process again and again with
different sets of data. Everything
is handled by the tool itself. Even
execution flow is too fast.
www.edureka.co/testing-with-selenium-webdriver
Automation Testing Advantages
Cost
Reduction
Reusability
Fast
Unattended
Execution
Reliability
Better
Quality
www.edureka.co/testing-with-selenium-webdriver
What is Selenium?
Selenium is a suite of tools to automate web browsers across many platforms
Selenium features
 Support for different programming languages - Java, Python, PHP, Ruby, Perl, JavaScript
 Support for different Operating Systems - Windows, Mac, Linux, iOS, Android
 Support for different browsers – IE, Firefox, Chrome, Safari, Opera
www.edureka.co/testing-with-selenium-webdriver
Who uses Selenium?
www.edureka.co/testing-with-selenium-webdriver
Understanding Selenium Suite
www.edureka.co/testing-with-selenium-webdriver
Selenium Suite
WebDriver
Selenium
RC
Selenium
IDE
Selenium
Grid
Selenium
2
Merged
Selenium
Suite
www.edureka.co/testing-with-selenium-webdriver
Selenium Suite – Selenium IDE
Selenium IDE is a Firefox plugin which records and plays
back user interactions with the browser
Using Selenium IDE you can export the programming
code in different languages like Java, Ruby, Python etc.
It allows to record and play back tests conveniently that
were recorded previously in Selenium IDE
Selenium IDE is not the best solution for production
testing
www.edureka.co/testing-with-selenium-webdriver
Selenium Suite – Selenium RC
Selenium Remote Control (RC) is a test tool
that allows you to write web application
tests in any programming language
RC Server receives the Selenium commands
called Selenese from test program using
simple HTTP GET/POST requests
Selenium RC Architecture
www.edureka.co/testing-with-selenium-webdriver
Selenium Suite – Web Driver
Selenium WebDriver is a compact Object Oriented API when compared to Selenium 1.0
It interacts with browser directly while Selenium RC needs help of RC Server to interact with browser
which makes it slow
Selenium WebDriver overcomes the limitations of Selenium 1, like file upload or download, pop-ups and
dialogs barrier
www.edureka.co/testing-with-selenium-webdriver
Selenium Suite – Selenium Grid
 Selenium-Grid runs
multiple tests at the same
time against different
machines running different
browsers and operating
systems
Node 1: IE
on Windows
Node 2:
Android
Node 3: Safari
on Mac
Node 4: Firefox
in Ubuntu
www.edureka.co/testing-with-selenium-webdriver
Designing Selenium Test
Framework
www.edureka.co/testing-with-selenium-webdriver
Selenium Test Framework
While testing a web application using Selenium its very important to design a flexible test framework that can
easily be modified and reused
Selenium offers flexibility to create different types of test framework that can be reused
KeywordDriven
Framework runs
on list of
keywords
HybridFramework
Keyword Driven
+
Data Driven
DataDriven
Recursively tests
application using
large data pool
www.edureka.co/testing-with-selenium-webdriver
Types of Test Framework
www.edureka.co/testing-with-selenium-webdriver
Keyword Driven Framework
In this framework flow of the automation is dependent on keywords
Each keyword in keyword driven framework has a specific meaning like
» Wait: Wait for some specific time
» Verify: Validation of text, object, value, or more
» Store: Store the value from web application
» Scroll Down: Scroll down in application
» Click, Enter Text, Select  They are actions
www.edureka.co/testing-with-selenium-webdriver
Keyword Driven Framework (Contd.)
www.edureka.co/testing-with-selenium-webdriver
Keyword Driven Framework (Contd.)
The above snapshot is of test script for Keyword Driven Framework
Test Case to test framework will not change only data in excel will change with corresponding action
Object Name  Gives a picture what is there in that step
Value  If any value has to be entered then it has to be passed or else blank
Action  What action to be performed
Property Type  which identifier is used to find an object
Property Value  identifier value
Status  If action performed successfully then Pass or else Fail
www.edureka.co/testing-with-selenium-webdriver
Demo
www.edureka.co/testing-with-selenium-webdriver
Data Driven Framework
Data driven framework is almost same as keyword driven framework but in this framework we deal with
variable data
Executing test case with different sets of data
Data driven framework is very helpful when we want to test the application with different sets of data and
doing it manually is a difficult and error prone task
www.edureka.co/testing-with-selenium-webdriver
Data Driven Framework (Contd.)
www.edureka.co/testing-with-selenium-webdriver
Data Driven Framework (Contd.)
In second column of DataDriven tab values are in curly
braces({,}) which tells the tool that this field is dynamic
and it’s value has to be fetched from dataset tab
Total Number of Execution = Number of Rows in dataset
www.edureka.co/testing-with-selenium-webdriver
Certifications
Edureka's XX course:
• Master the Software Automation testing framework for web applications using TDD, TestNG, Sikuli, JaCoCo.
• Online Live Courses: 30 hours
• Assignments: 20 hours
• Project: 20 hours
• Lifetime Access + 24 X 7 Support
Go to www.edureka.co/testing-with-selenium-webdriver
Batch starts from 21 November (Weekend Batch)
www.edureka.co/testing-with-selenium-webdriver
Thank You
Questions/Queries/Feedback
Recording and presentation will be made available to you within 24 hours

More Related Content

What's hot (20)

PPTX
An overview of selenium webdriver
Anuraj S.L
 
PPTX
Selenium WebDriver training
Vijay Krishnan Ramaswamy
 
PPTX
Selenium test automation
Srikanth Vuriti
 
PDF
Page Object Model and Implementation in Selenium
Zoe Gilbert
 
PPTX
Hybrid automation framework
doai tran
 
PPTX
Automation Testing by Selenium Web Driver
Cuelogic Technologies Pvt. Ltd.
 
PPTX
Selenium-Locators
Mithilesh Singh
 
PPTX
Automation - web testing with selenium
Tzirla Rozental
 
PDF
Automation Testing using Selenium
Naresh Chintalcheru
 
PDF
Data Driven Framework in Selenium
Knoldus Inc.
 
PPT
Hybrid framework
Sudhakar Mangi
 
PPTX
Test Automation and Selenium
Karapet Sarkisyan
 
PPT
Selenium Presentation at Engineering Colleges
Vijay Rangaiah
 
PPT
Hybrid Automation Framework Development introduction
Ganuka Yashantha
 
DOC
Hybrid framework for test automation
srivinayak
 
PPT
QSpiders - Automation using Selenium
Qspiders - Software Testing Training Institute
 
PPSX
Selenium WebDriver
Rajathi-QA
 
PPTX
What Is Selenium? | Selenium Basics For Beginners | Introduction To Selenium ...
Simplilearn
 
PPT
Test Automation Framework Development Introduction
Ganuka Yashantha
 
PPTX
TestNG with selenium
Gousalya Ramachandran
 
An overview of selenium webdriver
Anuraj S.L
 
Selenium WebDriver training
Vijay Krishnan Ramaswamy
 
Selenium test automation
Srikanth Vuriti
 
Page Object Model and Implementation in Selenium
Zoe Gilbert
 
Hybrid automation framework
doai tran
 
Automation Testing by Selenium Web Driver
Cuelogic Technologies Pvt. Ltd.
 
Selenium-Locators
Mithilesh Singh
 
Automation - web testing with selenium
Tzirla Rozental
 
Automation Testing using Selenium
Naresh Chintalcheru
 
Data Driven Framework in Selenium
Knoldus Inc.
 
Hybrid framework
Sudhakar Mangi
 
Test Automation and Selenium
Karapet Sarkisyan
 
Selenium Presentation at Engineering Colleges
Vijay Rangaiah
 
Hybrid Automation Framework Development introduction
Ganuka Yashantha
 
Hybrid framework for test automation
srivinayak
 
QSpiders - Automation using Selenium
Qspiders - Software Testing Training Institute
 
Selenium WebDriver
Rajathi-QA
 
What Is Selenium? | Selenium Basics For Beginners | Introduction To Selenium ...
Simplilearn
 
Test Automation Framework Development Introduction
Ganuka Yashantha
 
TestNG with selenium
Gousalya Ramachandran
 

Viewers also liked (20)

PDF
Designing keyword and Data Driven Automation framework with Selenium
Edureka!
 
PPT
Selenium Automation Framework
Mindfire Solutions
 
PPT
Data driven automation testing of web applications using selenium
anandseelan
 
PDF
Automation framework using selenium webdriver with java
Narayanan Palani
 
PDF
Data Driven Testing
Maveryx
 
PPT
BDD with JBehave and Selenium
Nikolay Vasilev
 
PPT
Web Test Automation with Selenium
vivek_prahlad
 
PPT
Java Basics for selenium
apoorvams
 
PPT
Test Automation Framework Designs
Sauce Labs
 
PDF
Deployment automation framework with selenium
Wenhua Wang
 
PPT
Hybrid Automation Framework Developement
Glasdon Falcao
 
DOCX
Selenium interview Q&A
Pavan Kumar
 
PPTX
selenium-cucumber
Sameer Sawant
 
PPTX
Nasdanika WebTest - Modular functional testing of Web and Mobile Applications
Pavel Vlasov
 
PPTX
Selenium and Cucumber Automation Services
LMS Solutions (India) Pvt.Ltd.
 
PDF
Selenium 1july
Edureka!
 
PPTX
2 selenium-aakar gupte
aakar gupte
 
PPTX
Selenium Test Automation
BabuDevanandam
 
PDF
Automated Web Testing With Selenium
Deepak Mittal
 
Designing keyword and Data Driven Automation framework with Selenium
Edureka!
 
Selenium Automation Framework
Mindfire Solutions
 
Data driven automation testing of web applications using selenium
anandseelan
 
Automation framework using selenium webdriver with java
Narayanan Palani
 
Data Driven Testing
Maveryx
 
BDD with JBehave and Selenium
Nikolay Vasilev
 
Web Test Automation with Selenium
vivek_prahlad
 
Java Basics for selenium
apoorvams
 
Test Automation Framework Designs
Sauce Labs
 
Deployment automation framework with selenium
Wenhua Wang
 
Hybrid Automation Framework Developement
Glasdon Falcao
 
Selenium interview Q&A
Pavan Kumar
 
selenium-cucumber
Sameer Sawant
 
Nasdanika WebTest - Modular functional testing of Web and Mobile Applications
Pavel Vlasov
 
Selenium and Cucumber Automation Services
LMS Solutions (India) Pvt.Ltd.
 
Selenium 1july
Edureka!
 
2 selenium-aakar gupte
aakar gupte
 
Selenium Test Automation
BabuDevanandam
 
Automated Web Testing With Selenium
Deepak Mittal
 
Ad

Similar to Data driven Automation Framework with Selenium (20)

PDF
Automate Web Apps With Selenium
Edureka!
 
PDF
Selenium Automation Testing Interview Questions And Answers
Ajit Jadhav
 
PPTX
Selenium Interview Questions and Answers | Selenium Tutorial | Selenium Train...
Edureka!
 
PDF
Webinar: Selenium WebDriver - Automation Uncomplicated
Edureka!
 
PDF
Automation Using Selenium Webdriver
Edureka!
 
PPTX
Test Automation Using Selenium
Nikhil Kapoor
 
PPTX
Step by step - Selenium 3 web-driver - From Scratch
Haitham Refaat
 
PPTX
Selenium Tutorial For Beginners | Selenium Automation Testing Tutorial | Sele...
Simplilearn
 
PPTX
What is Selenium Introduction to Selenium Testing.pptx
Syntax Technologies
 
PDF
selenium-webdriver-interview-questions.pdf
AnuragMourya8
 
PPT
Selenium-Webdriver With PHPUnit Automation test for Joomla CMS!
Puneet Kala
 
PPTX
Selenium Tutorial For Beginners | What Is Selenium? | Selenium Automation Tes...
Edureka!
 
PDF
Best automation testing syllabus 2025.pdf
mayra0232020
 
DOCX
Software Testing Tools Training
QEdge Tech
 
PPT
Selenium Primer
gueste1e4db
 
PPTX
Selenium WebDriver Tutorial For Beginners | What Is Selenium WebDriver | Sele...
Edureka!
 
PPTX
Selenium web driver
Sun Technlogies
 
PPT
Automation with Selenium Presented by Quontra Solutions
Quontra Solutions
 
DOCX
Selenium WebDriver FAQ's
Praveen Gorantla
 
PPTX
Selenium IDE Tutorial For Beginners | What Is Selenium IDE? | Selenium Tutori...
Edureka!
 
Automate Web Apps With Selenium
Edureka!
 
Selenium Automation Testing Interview Questions And Answers
Ajit Jadhav
 
Selenium Interview Questions and Answers | Selenium Tutorial | Selenium Train...
Edureka!
 
Webinar: Selenium WebDriver - Automation Uncomplicated
Edureka!
 
Automation Using Selenium Webdriver
Edureka!
 
Test Automation Using Selenium
Nikhil Kapoor
 
Step by step - Selenium 3 web-driver - From Scratch
Haitham Refaat
 
Selenium Tutorial For Beginners | Selenium Automation Testing Tutorial | Sele...
Simplilearn
 
What is Selenium Introduction to Selenium Testing.pptx
Syntax Technologies
 
selenium-webdriver-interview-questions.pdf
AnuragMourya8
 
Selenium-Webdriver With PHPUnit Automation test for Joomla CMS!
Puneet Kala
 
Selenium Tutorial For Beginners | What Is Selenium? | Selenium Automation Tes...
Edureka!
 
Best automation testing syllabus 2025.pdf
mayra0232020
 
Software Testing Tools Training
QEdge Tech
 
Selenium Primer
gueste1e4db
 
Selenium WebDriver Tutorial For Beginners | What Is Selenium WebDriver | Sele...
Edureka!
 
Selenium web driver
Sun Technlogies
 
Automation with Selenium Presented by Quontra Solutions
Quontra Solutions
 
Selenium WebDriver FAQ's
Praveen Gorantla
 
Selenium IDE Tutorial For Beginners | What Is Selenium IDE? | Selenium Tutori...
Edureka!
 
Ad

More from Edureka! (20)

PDF
What to learn during the 21 days Lockdown | Edureka
Edureka!
 
PDF
Top 10 Dying Programming Languages in 2020 | Edureka
Edureka!
 
PDF
Top 5 Trending Business Intelligence Tools | Edureka
Edureka!
 
PDF
Tableau Tutorial for Data Science | Edureka
Edureka!
 
PDF
Python Programming Tutorial | Edureka
Edureka!
 
PDF
Top 5 PMP Certifications | Edureka
Edureka!
 
PDF
Top Maven Interview Questions in 2020 | Edureka
Edureka!
 
PDF
Linux Mint Tutorial | Edureka
Edureka!
 
PDF
How to Deploy Java Web App in AWS| Edureka
Edureka!
 
PDF
Importance of Digital Marketing | Edureka
Edureka!
 
PDF
RPA in 2020 | Edureka
Edureka!
 
PDF
Email Notifications in Jenkins | Edureka
Edureka!
 
PDF
EA Algorithm in Machine Learning | Edureka
Edureka!
 
PDF
Cognitive AI Tutorial | Edureka
Edureka!
 
PDF
AWS Cloud Practitioner Tutorial | Edureka
Edureka!
 
PDF
Blue Prism Top Interview Questions | Edureka
Edureka!
 
PDF
Big Data on AWS Tutorial | Edureka
Edureka!
 
PDF
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Edureka!
 
PDF
Kubernetes Installation on Ubuntu | Edureka
Edureka!
 
PDF
Introduction to DevOps | Edureka
Edureka!
 
What to learn during the 21 days Lockdown | Edureka
Edureka!
 
Top 10 Dying Programming Languages in 2020 | Edureka
Edureka!
 
Top 5 Trending Business Intelligence Tools | Edureka
Edureka!
 
Tableau Tutorial for Data Science | Edureka
Edureka!
 
Python Programming Tutorial | Edureka
Edureka!
 
Top 5 PMP Certifications | Edureka
Edureka!
 
Top Maven Interview Questions in 2020 | Edureka
Edureka!
 
Linux Mint Tutorial | Edureka
Edureka!
 
How to Deploy Java Web App in AWS| Edureka
Edureka!
 
Importance of Digital Marketing | Edureka
Edureka!
 
RPA in 2020 | Edureka
Edureka!
 
Email Notifications in Jenkins | Edureka
Edureka!
 
EA Algorithm in Machine Learning | Edureka
Edureka!
 
Cognitive AI Tutorial | Edureka
Edureka!
 
AWS Cloud Practitioner Tutorial | Edureka
Edureka!
 
Blue Prism Top Interview Questions | Edureka
Edureka!
 
Big Data on AWS Tutorial | Edureka
Edureka!
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Edureka!
 
Kubernetes Installation on Ubuntu | Edureka
Edureka!
 
Introduction to DevOps | Edureka
Edureka!
 

Recently uploaded (20)

PDF
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PDF
Staying Human in a Machine- Accelerated World
Catalin Jora
 
PDF
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
PDF
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
PDF
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
PPTX
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
PDF
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
PPTX
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
PDF
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
PDF
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
PDF
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PDF
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
PPT
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
PDF
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
Staying Human in a Machine- Accelerated World
Catalin Jora
 
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 

Data driven Automation Framework with Selenium