SlideShare a Scribd company logo
1 of 20
®
WEBINAR: Planet Test Automation: First Steps
Part 5: Data-Driven Testing
• December 18th, 2019 – Denis Markovtsev, @dmarkovtsev
We will be starting the webinar shortly, please stand by…
All phones will be automatically on mute until the Q&A.
®
2 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation
Hey, I am Denis
• Working on Rapise test
automation tool @Inflectra
• 20 years in software
development
• 10 years in test automation
• Twitter: @dmarkovtsev
• Email: denis@Inflectra.com
®
3 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation
Webinar Series: Useful Information
• Housekeeping Matters
• Post Webinar Follow-Up:
• Blog
• Webinar Recording
• Presentation On Slideshare
• Post-Webinar Quiz
• Webinar Series: Planet Test
Automation: First Steps
• Webinar Series Certificate Rules &
FAQs
®
4 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation
Data-Driven Testing
®
5 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation
Formal Diagram of Data-Driven Testing
Data
Source
Test
Expected
Output
Actual
Output
Input
Data
Compare
Test Result
®
6 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation
Advantages of Data-Driven Testing
 Reveals power of test automation
 Running same test cases with different input data. Scalability!
 Separates data from test logic
 Easier to manage data
 Enables work breakdown
 Automation engineer creates tests
 Manual testers and domain experts prepare data
®
7 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation
Complexity of Data-Driven Testing
 You may need to know:
 How to parameterize a test
 How to work with files, spreadsheets and databases within a test
 How to code
 Such techniques as
 equivalence class testing,
 boundary values testing,
 pairwise testing.
®
8 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation
Agenda
Data Sources
Data Origin
Data Output & Comparison
Data Usage Scenarios
Data Selection
®
9 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation
Data Sources
Text File CSV File XML File JSON File
Excel File Database RVL Map Generators
®
10 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation
Data Origin
Fixed
Random
Unique
Sequences
Encrypted
®
11 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation
Data Output & Comparison
Text File CSV File
XML File JSON File
Excel File
Bitmap
File
 Built-In Comparison
 Colorful bitmaps
 BW bitmaps
 Spreadsheets
 Excel
 CSV
 User-Defined Comparison
 Text file
 JSON file
 XML file
®
12 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation
Data Usage Scenarios
Data seeding
Testing with valid data
Testing with invalid data
®
13 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation
Data Selection
Equivalence class testing
Boundary value testing
Pairwise testing
®
14 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation
Equivalence Class Testing
Bar operation rules:
 1 – 50 beers – take the order
 51+ beers – refuse the order
 any other input is invalid
Take one value from each class:
 10, 100, qwerty
®
15 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation
Boundary Value Testing
Bar operation rules:
 1 – 50 beers – take the order
 51+ beers – refuse the order
 any other input is invalid
Take boundary values + some edge cases:
 1, 50, 51, 1000000, 0, -1
®
16 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation
Pairwise Testing
 Most of bugs are caused by combination of at most two
factors
 A set of all-pairs combinations is signifiactly smaller than a
set of all combinations
 Learn mode on http://www.pairwise.org/
®
17 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation
Demo
®
18 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation
AUT: OpenMRS
 Online
https://demo.openmrs.org
 Standalone
https://openmrs.org/download/
®
19 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation
Sample Framework: OpenMRS_DDT
 https://github.com/Inflectra/rapise-framework-
examples/tree/master/OpenMRS_DDT
®
20 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation
Q&A
Thank You!

More Related Content

What's hot

What's hot (20)

Microsoft Dynamics AX- Robotic Process Automation (RPA) with Rapise
Microsoft Dynamics AX- Robotic Process Automation (RPA) with RapiseMicrosoft Dynamics AX- Robotic Process Automation (RPA) with Rapise
Microsoft Dynamics AX- Robotic Process Automation (RPA) with Rapise
 
SpiraPlan 6.4 and 6.5: Portfolios & OAuth Have Arrived
SpiraPlan 6.4 and 6.5: Portfolios & OAuth Have ArrivedSpiraPlan 6.4 and 6.5: Portfolios & OAuth Have Arrived
SpiraPlan 6.4 and 6.5: Portfolios & OAuth Have Arrived
 
From Manual To Automated Software Testing - A Webinar Presentation
From Manual To Automated Software Testing - A Webinar PresentationFrom Manual To Automated Software Testing - A Webinar Presentation
From Manual To Automated Software Testing - A Webinar Presentation
 
Microsoft Dynamics NAV - Robotic Process Automation (RPA) with Rapise
Microsoft Dynamics NAV - Robotic Process Automation (RPA) with RapiseMicrosoft Dynamics NAV - Robotic Process Automation (RPA) with Rapise
Microsoft Dynamics NAV - Robotic Process Automation (RPA) with Rapise
 
Art of Agile Estimation
Art of Agile EstimationArt of Agile Estimation
Art of Agile Estimation
 
Transform Software Testing and Quality with the Neotys-Inflectra Platform
Transform Software Testing and Quality with the Neotys-Inflectra PlatformTransform Software Testing and Quality with the Neotys-Inflectra Platform
Transform Software Testing and Quality with the Neotys-Inflectra Platform
 
SpiraPlan 6.2 by Inflectra - Feature Enhancements 2019/Q3
SpiraPlan 6.2 by Inflectra - Feature Enhancements 2019/Q3SpiraPlan 6.2 by Inflectra - Feature Enhancements 2019/Q3
SpiraPlan 6.2 by Inflectra - Feature Enhancements 2019/Q3
 
Rapise 7.1: New Functionality and Enhancements
Rapise 7.1: New Functionality and EnhancementsRapise 7.1: New Functionality and Enhancements
Rapise 7.1: New Functionality and Enhancements
 
Microsoft Dynamics NAV - Robotic Process Automation (RPA) with Rapise
Microsoft Dynamics NAV - Robotic Process Automation (RPA) with RapiseMicrosoft Dynamics NAV - Robotic Process Automation (RPA) with Rapise
Microsoft Dynamics NAV - Robotic Process Automation (RPA) with Rapise
 
Rapise - Introduction to Powerful New Rapise 6.0
Rapise - Introduction to Powerful New Rapise 6.0Rapise - Introduction to Powerful New Rapise 6.0
Rapise - Introduction to Powerful New Rapise 6.0
 
Choosing A Test Automation Tool: 8 Features That Matter - A Webinar Presentation
Choosing A Test Automation Tool: 8 Features That Matter - A Webinar PresentationChoosing A Test Automation Tool: 8 Features That Matter - A Webinar Presentation
Choosing A Test Automation Tool: 8 Features That Matter - A Webinar Presentation
 
Codeless Test Automation - Myth or Magic
Codeless Test Automation - Myth or MagicCodeless Test Automation - Myth or Magic
Codeless Test Automation - Myth or Magic
 
Testing Microsoft Dynamics NAV with Rapise
Testing Microsoft Dynamics NAV with RapiseTesting Microsoft Dynamics NAV with Rapise
Testing Microsoft Dynamics NAV with Rapise
 
Friends & Foes of Software Test Automation - Test Automation, Demystified | W...
Friends & Foes of Software Test Automation - Test Automation, Demystified | W...Friends & Foes of Software Test Automation - Test Automation, Demystified | W...
Friends & Foes of Software Test Automation - Test Automation, Demystified | W...
 
SpiraPlan - Key Elements of Inflectra Spira 6.0
SpiraPlan - Key Elements of Inflectra Spira 6.0SpiraPlan - Key Elements of Inflectra Spira 6.0
SpiraPlan - Key Elements of Inflectra Spira 6.0
 
Agile Risk Management
Agile Risk ManagementAgile Risk Management
Agile Risk Management
 
Agile Engineering Practices for Software Product Development
Agile Engineering Practices for Software Product DevelopmentAgile Engineering Practices for Software Product Development
Agile Engineering Practices for Software Product Development
 
Inflectra 2017 London User Summit
Inflectra 2017 London User SummitInflectra 2017 London User Summit
Inflectra 2017 London User Summit
 
Alternatives to the Micro Focus QA Suite
Alternatives to the Micro Focus QA SuiteAlternatives to the Micro Focus QA Suite
Alternatives to the Micro Focus QA Suite
 
Inflectra User Summit in Mannheim, Germany
Inflectra User Summit in Mannheim, GermanyInflectra User Summit in Mannheim, Germany
Inflectra User Summit in Mannheim, Germany
 

Similar to Data Driven Testing (Part 5)

High performing Salesforce Data Connectors
High performing Salesforce Data ConnectorsHigh performing Salesforce Data Connectors
High performing Salesforce Data Connectors
Nishanth Kadiyala
 
From Challenger to Champion: How SpiraPlan Outperforms JIRA+Plugins
From Challenger to Champion: How SpiraPlan Outperforms JIRA+PluginsFrom Challenger to Champion: How SpiraPlan Outperforms JIRA+Plugins
From Challenger to Champion: How SpiraPlan Outperforms JIRA+Plugins
Inflectra
 
Using Big Data Analysis to Reduce Test Flakiness
Using Big Data Analysis to Reduce Test FlakinessUsing Big Data Analysis to Reduce Test Flakiness
Using Big Data Analysis to Reduce Test Flakiness
Inflectra
 

Similar to Data Driven Testing (Part 5) (19)

Automating REST/SOAP API Testing (Part 4)
Automating REST/SOAP API Testing (Part 4)Automating REST/SOAP API Testing (Part 4)
Automating REST/SOAP API Testing (Part 4)
 
Introduction to Powerful New Rapise 6.0
Introduction to Powerful New Rapise 6.0Introduction to Powerful New Rapise 6.0
Introduction to Powerful New Rapise 6.0
 
Inflectra Partner Program 2023
Inflectra Partner Program 2023Inflectra Partner Program 2023
Inflectra Partner Program 2023
 
Testing & Compliance Challenges for Healthcare in the Cloud
Testing & Compliance Challenges for Healthcare in the CloudTesting & Compliance Challenges for Healthcare in the Cloud
Testing & Compliance Challenges for Healthcare in the Cloud
 
BSAD 372 - CH 3
BSAD 372 - CH 3BSAD 372 - CH 3
BSAD 372 - CH 3
 
Agile in Software Testing - The Government Edition
Agile in Software Testing - The Government EditionAgile in Software Testing - The Government Edition
Agile in Software Testing - The Government Edition
 
Move InterBase Management to the Next Level with Aqua Data Studio
Move InterBase Management to the Next Level with Aqua Data StudioMove InterBase Management to the Next Level with Aqua Data Studio
Move InterBase Management to the Next Level with Aqua Data Studio
 
Testing a Complex ERP Application Using a Data-Driven Framework
Testing a Complex ERP Application Using a Data-Driven FrameworkTesting a Complex ERP Application Using a Data-Driven Framework
Testing a Complex ERP Application Using a Data-Driven Framework
 
Data Agility for Enterprise DevOps Adoption
Data Agility for Enterprise DevOps AdoptionData Agility for Enterprise DevOps Adoption
Data Agility for Enterprise DevOps Adoption
 
APEX Interactive Grid API Essentials: The Stuff You Will Really Use
APEX Interactive Grid API Essentials:  The Stuff You Will Really UseAPEX Interactive Grid API Essentials:  The Stuff You Will Really Use
APEX Interactive Grid API Essentials: The Stuff You Will Really Use
 
Running on Amazon EKS – How Greenlight Gets Security Right
Running on Amazon EKS – How Greenlight Gets Security RightRunning on Amazon EKS – How Greenlight Gets Security Right
Running on Amazon EKS – How Greenlight Gets Security Right
 
High performing Salesforce Data Connectors
High performing Salesforce Data ConnectorsHigh performing Salesforce Data Connectors
High performing Salesforce Data Connectors
 
Accel series 2020_winter-en
Accel series 2020_winter-enAccel series 2020_winter-en
Accel series 2020_winter-en
 
Inflectra User Summit California 2018 - SpiraTeam, SpiraTest, SpiraPlan, Rapi...
Inflectra User Summit California 2018 - SpiraTeam, SpiraTest, SpiraPlan, Rapi...Inflectra User Summit California 2018 - SpiraTeam, SpiraTest, SpiraPlan, Rapi...
Inflectra User Summit California 2018 - SpiraTeam, SpiraTest, SpiraPlan, Rapi...
 
From Challenger to Champion: How SpiraPlan Outperforms JIRA+Plugins
From Challenger to Champion: How SpiraPlan Outperforms JIRA+PluginsFrom Challenger to Champion: How SpiraPlan Outperforms JIRA+Plugins
From Challenger to Champion: How SpiraPlan Outperforms JIRA+Plugins
 
Splunk Phantom, the Endpoint Data Model & Splunk Security Essentials App!
Splunk Phantom, the Endpoint Data Model & Splunk Security Essentials App!Splunk Phantom, the Endpoint Data Model & Splunk Security Essentials App!
Splunk Phantom, the Endpoint Data Model & Splunk Security Essentials App!
 
Using Big Data Analysis to Reduce Test Flakiness
Using Big Data Analysis to Reduce Test FlakinessUsing Big Data Analysis to Reduce Test Flakiness
Using Big Data Analysis to Reduce Test Flakiness
 
Agile Test Data Automation with CA Automic Service Orchestration and CA Test ...
Agile Test Data Automation with CA Automic Service Orchestration and CA Test ...Agile Test Data Automation with CA Automic Service Orchestration and CA Test ...
Agile Test Data Automation with CA Automic Service Orchestration and CA Test ...
 
Software Development & Testing Challenges in Finance & Banking
Software Development & Testing Challenges in Finance & BankingSoftware Development & Testing Challenges in Finance & Banking
Software Development & Testing Challenges in Finance & Banking
 

More from Inflectra

[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
Inflectra
 
Lightning Sesssion: How To Turbo-Charge Your Test Management with SpiraTest
Lightning Sesssion: How To Turbo-Charge Your Test Management with SpiraTestLightning Sesssion: How To Turbo-Charge Your Test Management with SpiraTest
Lightning Sesssion: How To Turbo-Charge Your Test Management with SpiraTest
Inflectra
 
Lightning Session: How to Manage Your Agile Projects with SpiraTeam
Lightning Session: How to Manage Your Agile Projects with SpiraTeamLightning Session: How to Manage Your Agile Projects with SpiraTeam
Lightning Session: How to Manage Your Agile Projects with SpiraTeam
Inflectra
 
Blockchain Development and Innovation in the Banking and Finance Space Webina...
Blockchain Development and Innovation in the Banking and Finance Space Webina...Blockchain Development and Innovation in the Banking and Finance Space Webina...
Blockchain Development and Innovation in the Banking and Finance Space Webina...
Inflectra
 
Top Ten Tips for Tackling Test Automation Webinar Presentation.pptx
Top Ten Tips for Tackling Test Automation Webinar Presentation.pptxTop Ten Tips for Tackling Test Automation Webinar Presentation.pptx
Top Ten Tips for Tackling Test Automation Webinar Presentation.pptx
Inflectra
 
Rethinking Risk-Based Project Management in the Emerging IT initiatives.pptx
Rethinking Risk-Based Project Management in the Emerging IT initiatives.pptxRethinking Risk-Based Project Management in the Emerging IT initiatives.pptx
Rethinking Risk-Based Project Management in the Emerging IT initiatives.pptx
Inflectra
 
Alternatives to Legacy Tech Solutions: The Case of Micro Focus Webinar Presen...
Alternatives to Legacy Tech Solutions: The Case of Micro Focus Webinar Presen...Alternatives to Legacy Tech Solutions: The Case of Micro Focus Webinar Presen...
Alternatives to Legacy Tech Solutions: The Case of Micro Focus Webinar Presen...
Inflectra
 

More from Inflectra (20)

[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Webinar: SpiraTeam - A Jira Alternative to Revolutionize Your Project Management
Webinar: SpiraTeam - A Jira Alternative to Revolutionize Your Project ManagementWebinar: SpiraTeam - A Jira Alternative to Revolutionize Your Project Management
Webinar: SpiraTeam - A Jira Alternative to Revolutionize Your Project Management
 
Webinar: Discover the Power of SpiraTeam - A Jira Alternative To Revolutioniz...
Webinar: Discover the Power of SpiraTeam - A Jira Alternative To Revolutioniz...Webinar: Discover the Power of SpiraTeam - A Jira Alternative To Revolutioniz...
Webinar: Discover the Power of SpiraTeam - A Jira Alternative To Revolutioniz...
 
Inflectra Lightning Session: Exploring the Full Potential of the Inflectra Suite
Inflectra Lightning Session: Exploring the Full Potential of the Inflectra SuiteInflectra Lightning Session: Exploring the Full Potential of the Inflectra Suite
Inflectra Lightning Session: Exploring the Full Potential of the Inflectra Suite
 
Webinar: Unleashing the Power of Spira 7.7 - Scaling Agile with Program Capab...
Webinar: Unleashing the Power of Spira 7.7 - Scaling Agile with Program Capab...Webinar: Unleashing the Power of Spira 7.7 - Scaling Agile with Program Capab...
Webinar: Unleashing the Power of Spira 7.7 - Scaling Agile with Program Capab...
 
Webinar: Transforming Healthcare QA with SpiraTeam - Achieving Excellence in ...
Webinar: Transforming Healthcare QA with SpiraTeam - Achieving Excellence in ...Webinar: Transforming Healthcare QA with SpiraTeam - Achieving Excellence in ...
Webinar: Transforming Healthcare QA with SpiraTeam - Achieving Excellence in ...
 
Intro inflectra PTA DATIS Summit 2023
Intro inflectra PTA DATIS Summit 2023Intro inflectra PTA DATIS Summit 2023
Intro inflectra PTA DATIS Summit 2023
 
Inflectra User Summit - Mannheim - PTA 2023
Inflectra User Summit - Mannheim - PTA 2023Inflectra User Summit - Mannheim - PTA 2023
Inflectra User Summit - Mannheim - PTA 2023
 
Webinar: How to Leverage SpiraTeam for QA Excellence
Webinar: How to Leverage SpiraTeam for QA ExcellenceWebinar: How to Leverage SpiraTeam for QA Excellence
Webinar: How to Leverage SpiraTeam for QA Excellence
 
Embedding GAMP Compliance into Digital Health Software - The Case of SpiraPlan
Embedding GAMP Compliance into Digital Health Software - The Case of SpiraPlanEmbedding GAMP Compliance into Digital Health Software - The Case of SpiraPlan
Embedding GAMP Compliance into Digital Health Software - The Case of SpiraPlan
 
Inflectra Overview Presentation (2023)
Inflectra Overview Presentation (2023)Inflectra Overview Presentation (2023)
Inflectra Overview Presentation (2023)
 
Lightning Sesssion: How To Turbo-Charge Your Test Management with SpiraTest
Lightning Sesssion: How To Turbo-Charge Your Test Management with SpiraTestLightning Sesssion: How To Turbo-Charge Your Test Management with SpiraTest
Lightning Sesssion: How To Turbo-Charge Your Test Management with SpiraTest
 
Lightning Session: How to Manage Your Agile Projects with SpiraTeam
Lightning Session: How to Manage Your Agile Projects with SpiraTeamLightning Session: How to Manage Your Agile Projects with SpiraTeam
Lightning Session: How to Manage Your Agile Projects with SpiraTeam
 
Lightning Session: Rapid & Easy Test Automation Using Rapise
Lightning Session: Rapid & Easy  Test Automation Using RapiseLightning Session: Rapid & Easy  Test Automation Using Rapise
Lightning Session: Rapid & Easy Test Automation Using Rapise
 
Spira 7.3: Agile Planning Boards To Rule Your Projects
Spira 7.3: Agile Planning Boards To Rule Your ProjectsSpira 7.3: Agile Planning Boards To Rule Your Projects
Spira 7.3: Agile Planning Boards To Rule Your Projects
 
Rapise 7.4 Highlights.pptx
Rapise 7.4 Highlights.pptxRapise 7.4 Highlights.pptx
Rapise 7.4 Highlights.pptx
 
Blockchain Development and Innovation in the Banking and Finance Space Webina...
Blockchain Development and Innovation in the Banking and Finance Space Webina...Blockchain Development and Innovation in the Banking and Finance Space Webina...
Blockchain Development and Innovation in the Banking and Finance Space Webina...
 
Top Ten Tips for Tackling Test Automation Webinar Presentation.pptx
Top Ten Tips for Tackling Test Automation Webinar Presentation.pptxTop Ten Tips for Tackling Test Automation Webinar Presentation.pptx
Top Ten Tips for Tackling Test Automation Webinar Presentation.pptx
 
Rethinking Risk-Based Project Management in the Emerging IT initiatives.pptx
Rethinking Risk-Based Project Management in the Emerging IT initiatives.pptxRethinking Risk-Based Project Management in the Emerging IT initiatives.pptx
Rethinking Risk-Based Project Management in the Emerging IT initiatives.pptx
 
Alternatives to Legacy Tech Solutions: The Case of Micro Focus Webinar Presen...
Alternatives to Legacy Tech Solutions: The Case of Micro Focus Webinar Presen...Alternatives to Legacy Tech Solutions: The Case of Micro Focus Webinar Presen...
Alternatives to Legacy Tech Solutions: The Case of Micro Focus Webinar Presen...
 

Recently uploaded

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 

Recently uploaded (20)

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 

Data Driven Testing (Part 5)

  • 1. ® WEBINAR: Planet Test Automation: First Steps Part 5: Data-Driven Testing • December 18th, 2019 – Denis Markovtsev, @dmarkovtsev We will be starting the webinar shortly, please stand by… All phones will be automatically on mute until the Q&A.
  • 2. ® 2 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation Hey, I am Denis • Working on Rapise test automation tool @Inflectra • 20 years in software development • 10 years in test automation • Twitter: @dmarkovtsev • Email: denis@Inflectra.com
  • 3. ® 3 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation Webinar Series: Useful Information • Housekeeping Matters • Post Webinar Follow-Up: • Blog • Webinar Recording • Presentation On Slideshare • Post-Webinar Quiz • Webinar Series: Planet Test Automation: First Steps • Webinar Series Certificate Rules & FAQs
  • 4. ® 4 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation Data-Driven Testing
  • 5. ® 5 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation Formal Diagram of Data-Driven Testing Data Source Test Expected Output Actual Output Input Data Compare Test Result
  • 6. ® 6 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation Advantages of Data-Driven Testing  Reveals power of test automation  Running same test cases with different input data. Scalability!  Separates data from test logic  Easier to manage data  Enables work breakdown  Automation engineer creates tests  Manual testers and domain experts prepare data
  • 7. ® 7 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation Complexity of Data-Driven Testing  You may need to know:  How to parameterize a test  How to work with files, spreadsheets and databases within a test  How to code  Such techniques as  equivalence class testing,  boundary values testing,  pairwise testing.
  • 8. ® 8 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation Agenda Data Sources Data Origin Data Output & Comparison Data Usage Scenarios Data Selection
  • 9. ® 9 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation Data Sources Text File CSV File XML File JSON File Excel File Database RVL Map Generators
  • 10. ® 10 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation Data Origin Fixed Random Unique Sequences Encrypted
  • 11. ® 11 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation Data Output & Comparison Text File CSV File XML File JSON File Excel File Bitmap File  Built-In Comparison  Colorful bitmaps  BW bitmaps  Spreadsheets  Excel  CSV  User-Defined Comparison  Text file  JSON file  XML file
  • 12. ® 12 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation Data Usage Scenarios Data seeding Testing with valid data Testing with invalid data
  • 13. ® 13 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation Data Selection Equivalence class testing Boundary value testing Pairwise testing
  • 14. ® 14 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation Equivalence Class Testing Bar operation rules:  1 – 50 beers – take the order  51+ beers – refuse the order  any other input is invalid Take one value from each class:  10, 100, qwerty
  • 15. ® 15 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation Boundary Value Testing Bar operation rules:  1 – 50 beers – take the order  51+ beers – refuse the order  any other input is invalid Take boundary values + some edge cases:  1, 50, 51, 1000000, 0, -1
  • 16. ® 16 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation Pairwise Testing  Most of bugs are caused by combination of at most two factors  A set of all-pairs combinations is signifiactly smaller than a set of all combinations  Learn mode on http://www.pairwise.org/
  • 17. ® 17 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation Demo
  • 18. ® 18 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation AUT: OpenMRS  Online https://demo.openmrs.org  Standalone https://openmrs.org/download/
  • 19. ® 19 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation Sample Framework: OpenMRS_DDT  https://github.com/Inflectra/rapise-framework- examples/tree/master/OpenMRS_DDT
  • 20. ® 20 | 12/18/2019 © Copyright 2006-2019 Inflectra Corporation Q&A Thank You!