SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler offline
Source:
http://debasishbhadra.blogspot.com/2013/12/create-your-own-mindmap-for-test-data.html
Subject: Test Data Management
Tags: Test Data Management, mindmap
Mindmap for Test Data Management
In the era of Big data and cloud computing, most of the application under test (AUT)
contains huge amount of data interrelated with each other. Test data plays a major role for
the success any project. Extracting the right data from the large volume is always a
tedious task. Test Data Management (TDM) consists of managing the provisioning of
required test data efficiently and effectively, while at the same time ensuring compliance
to regulatory and organizational standards. Managing effective test data not only reduces
redundancy, also helps to improve the entire testing process in an organized and planned
way.
Sometimes we need to deliver real quick. To achieve reliable test result in a short time
frame, I have been applying different techniques. A mind map is a perfect solution where
we can visualize the most important tasks to be done. This article is all about creating an
effective Mind map for TDM.
From my personal experience, Apart from creating test plan, test cases and test scripts we
spend a considerable amount of time to prepare test data. In fact, it takes around 55-60%
of QA effort. With traditional approach of test data generation, we followed a hybrid
approach to minimize the amount of effort being spent on creating/generating test data.
Techniques followed
• Identify the challenges and constraints behind managing and maintaining high volumes of
test data.
• Analysis of the best practices which can be followed to ensure effective maintenance of
test data.
• Limitations of the solutions being suggested.
• Recommendations on future scope of improvement in Test Data Management.
Software Test Life cycle (STLC) and its dependency on test data
Test data is closely related to all the stages of STLC. Just think, if we don’t have appropriate
data to create test plan, test case development or automated scripts, how reliable and
effective the entire testing process will be?
Not only test planning and creation, test data plays a very vital role in test execution. It
also includes QA report generation and regression testing of any future iteration of the
application.
Challenges for Effective TDM
• In most of the application, extremely high volume of data is used.
• Different modules of the same application in the project may require different sets of data.
• In most of the scenarios a lot of applications interface with each other thus increasing the
dependency of all of them on the same sets of data. Also due to this the volume of data to
be generated also goes up.
• Amount of effort required to create data that have to be used across multiple releases and
cycles.
• Centralized database is generally used for many applications. So maintenance becomes
another issue.
• Defect injection ratio goes up due to manual errors.
• Faulty selection of test data.
• Increase in rework effort as a result of lack of proper TDM.
• Increase in cost to the client as rework effort increases.
• Dissatisfied clients.
Best practices followed in the industry for effective TDM
Overview
1. Test data source
2. Extract or create data
3. Transform data
4. Provision
5. Target
1. Test data source - The first step to generate appropriate test data is to collect relevant
information about test the data source. This can be achieved by the following techniques-
• Data identification – Accurate test data can be identified based upon different attributes
like Physical attributes, Relational attributes, Location attributes, Value attributes,
Conceptual attributes etc.
• Data dependencies – Is a situation in which a program statement refers to the data of a
preceding statement. Data depends on True data dependency, Anti-dependency, Output
dependency.
• Data types – Choose different types of data including Integers, Booleans, Characters,
Floating point number data types.
• Data requirements - It is important to thoroughly understand the requirements to generate
test data. Important data set includes valid data set, No data, Invalid data set, Illegal data
format, Boundary condition data set and Data set for load test.
2. Extract/ Create – Once we identify the source of test data, the next step is to extract
data. If the project is started from the scratch then we should create test data. Different
data extraction methods can be applied to extract data are-
• Data selection - Before developing new data, identify the already existing data sets. We
must select Data from production database and data within test scope. To reduce human
error while data selection, it is always better to automate data selection process for
accurate test data selection.
• Data mapping - While creating test data we can create data element mappings between
two distinct data models using data mapping. Tasks associated with data mapping are
Identification of data relationships, Discovery of hidden data and Eliminate redundant data
• Data mining- It allows user to analyze data from different perspectives using Anomaly
detection, Dependency modeling, Clustering, Classification, Regression and Sequential
pattern mining. It is beneficial to use automation to correlate data among dozens of fields
in large relational databases.
3. Transform - Next step is to transform the extracted data into a suitable form. The
following techniques should be applied during data transform-
• Data security - Apply data security rules to minimize collected data and Limit access levels.
Use encryption methods. Always create a backup of test data & setup data recovery.
• Data masking - It is also advisable to apply masking to a data field for additional security.
Substitution, Number and date variance, shuffling, Data Encryption, Nulling out/ Deletion,
Masking out are some of the techniques can be applied to mask test data.
• Data preparation - Data in real world is inconsistent. Before using the data as usable test
data we should prepare data by applying Data discretization, Data cleaning, Data
integration, Data transformation and data reduction techniques.
• Data privatization - Because of data in test environment are less secure we can add table-
based randomization and character-based randomization to make it more secure.
• Data Sub setting – Define, create a sub set of large database by importing & exporting
subset templates and dumps for use in test database.
4. Provision - When data transformation is completed, we should provision the data
towards delivering polished data to use in staging environment. Provisioning can be done
by applying data migration and data validation techniques.
5. Final test data - Includes data refresh, data maintenance and actionable test data. Test
data should be refreshed two or three times in each monthly or quarterly release cycle.
The project should have configuration management plan. It ensures us with the data for
future reference. Includes
• Data refresh - Move test data to target, Load data in production, back up & notify.
• Data maintenance - Create reusable data, maintain version tracking, actionable test data.
• & Configuration management - Crawl through data, Test data for future referral.
Benefits of TDM and a Mindmap made it simpler!
•Reduce tons of work for what need to be done
•See the whole picture of TDM at once
•Improved data quality and thus improved testing quality
•Considerable effort reduction
•Improved defect detection due to correct data
•Reliable and better quality
•Focus on what is required for better result
•Accurate test data sets
•Up to 80% reduction in test environment storage capacity requirements.
•Up to 50% reduction in test environment CPU requirements.
TDM Mindmap: A case study
Process of manually selecting the Test Data
•Many large databases of integrated circuits were provided by client.
•We had to select the test data manually from that database.
•Integrated circuit specifications were selected based on SKU, Model Number, Frequency
Range and other parameters.
•These product specifications along with product description, images and some unique
parameter needed to be put in the unified database.
•All products had to be indexed accurately, so that it can be accessed through parametric
search feature.
Using Mindmap to create TDM layout
We used Mindmap to research and generate what should the correct process to manage test
data. Because of the nature and the complexity of the project, we automated test data
generation and managing process with DBUnit with our customized data migration validation
tool. In our Mindmap, all the steps and associated branches are added for easier reference
Conclusion
•From our hybrid approach, we were able to identify defects early in the development stage. It
not only saved huge time and resources also helped us to accelerate the entire process.
•Reduction in cost to organization by 40-50% by automated process and correct TDM process.
•Only the necessary test data was created, hence redundancy and confusion was avoided.
•Data security was increased marginally with well-defined data security policy.
•Overall improvement of testing process.
References
1.http://www-01.ibm.com/software/data/optim/streamline-test-data-management/
2.http://en.wikipedia.org/wiki/Data_masking
3.http://www.dbunit.org/migration.html
4.Kaus Haller; wp test data management conference journal
5.Kunal Taneja1, Yi Zhang2, Tao Xie1; Automated Test Generation for Database Applications
via Mock Objects

Mais conteúdo relacionado

Mais procurados

Optimizing Callidus TrueComp Suite: Tips and Tricks
Optimizing Callidus TrueComp Suite: Tips and TricksOptimizing Callidus TrueComp Suite: Tips and Tricks
Optimizing Callidus TrueComp Suite: Tips and TricksCallidus Software
 
Callidus Software Product Installation And Performance Tuning
Callidus Software Product Installation And Performance TuningCallidus Software Product Installation And Performance Tuning
Callidus Software Product Installation And Performance TuningCallidus Software
 
Test Data Management a Managed Service for Software Quality Assurance
Test Data Management a Managed Service for Software Quality AssuranceTest Data Management a Managed Service for Software Quality Assurance
Test Data Management a Managed Service for Software Quality AssuranceSoftware Testing Solution
 
Test data management
Test data managementTest data management
Test data managementRohit Gupta
 
Digitalization in Electronics Manufacturing
Digitalization in Electronics ManufacturingDigitalization in Electronics Manufacturing
Digitalization in Electronics ManufacturingTom Arne Danielsen
 
Lessons Learned: Implementation / Migration to Callidus On-Demand v5.2
Lessons Learned: Implementation / Migration to Callidus On-Demand v5.2Lessons Learned: Implementation / Migration to Callidus On-Demand v5.2
Lessons Learned: Implementation / Migration to Callidus On-Demand v5.2Callidus Software
 
Test data management a case study Presented at SiGIST
Test data management a case study Presented at SiGISTTest data management a case study Presented at SiGIST
Test data management a case study Presented at SiGISTrenardv74
 
Performance Of Callidus TrueComp Pipeline And Datamart ETL And Reports
Performance Of Callidus TrueComp Pipeline And Datamart ETL And ReportsPerformance Of Callidus TrueComp Pipeline And Datamart ETL And Reports
Performance Of Callidus TrueComp Pipeline And Datamart ETL And ReportsCallidus Software
 
Process Automation Powerpoint Presentation Slides
Process Automation Powerpoint Presentation SlidesProcess Automation Powerpoint Presentation Slides
Process Automation Powerpoint Presentation SlidesSlideTeam
 
Ray Scott - Agile Solutions – Leading with Test Data Management - EuroSTAR 2012
Ray Scott - Agile Solutions – Leading with Test Data Management - EuroSTAR 2012Ray Scott - Agile Solutions – Leading with Test Data Management - EuroSTAR 2012
Ray Scott - Agile Solutions – Leading with Test Data Management - EuroSTAR 2012TEST Huddle
 
Joseph Ours - The Scourge Of Testing: Test Data Management
Joseph Ours - The Scourge Of Testing: Test Data ManagementJoseph Ours - The Scourge Of Testing: Test Data Management
Joseph Ours - The Scourge Of Testing: Test Data ManagementQA or the Highway
 
Multidimensional Challenges and the Impact of Test Data Management
Multidimensional Challenges and the Impact of Test Data ManagementMultidimensional Challenges and the Impact of Test Data Management
Multidimensional Challenges and the Impact of Test Data ManagementCognizant
 
Application Test Management and Quality Assurance
Application Test Management and Quality Assurance Application Test Management and Quality Assurance
Application Test Management and Quality Assurance SAP Solution Extensions
 
Whitepaper cloud 2016
Whitepaper cloud 2016Whitepaper cloud 2016
Whitepaper cloud 2016Kaizenlogcom
 
Data center optimization through event driven process automation
Data center optimization through event driven process automationData center optimization through event driven process automation
Data center optimization through event driven process automationRichard Page
 
Net Suite Open Air Data Sheet
Net Suite Open Air Data SheetNet Suite Open Air Data Sheet
Net Suite Open Air Data Sheetcraig1201
 
Operational Agility for your Distribution Center
Operational Agility for your Distribution CenterOperational Agility for your Distribution Center
Operational Agility for your Distribution CenterDematic Reddwerks
 
Webinar - 8 ways to align IT to your business
Webinar - 8 ways to align IT to your businessWebinar - 8 ways to align IT to your business
Webinar - 8 ways to align IT to your businessManageEngine
 

Mais procurados (20)

Optimizing Callidus TrueComp Suite: Tips and Tricks
Optimizing Callidus TrueComp Suite: Tips and TricksOptimizing Callidus TrueComp Suite: Tips and Tricks
Optimizing Callidus TrueComp Suite: Tips and Tricks
 
Callidus Software Product Installation And Performance Tuning
Callidus Software Product Installation And Performance TuningCallidus Software Product Installation And Performance Tuning
Callidus Software Product Installation And Performance Tuning
 
Test Data Management a Managed Service for Software Quality Assurance
Test Data Management a Managed Service for Software Quality AssuranceTest Data Management a Managed Service for Software Quality Assurance
Test Data Management a Managed Service for Software Quality Assurance
 
Test data management
Test data managementTest data management
Test data management
 
Digitalization in Electronics Manufacturing
Digitalization in Electronics ManufacturingDigitalization in Electronics Manufacturing
Digitalization in Electronics Manufacturing
 
Lessons Learned: Implementation / Migration to Callidus On-Demand v5.2
Lessons Learned: Implementation / Migration to Callidus On-Demand v5.2Lessons Learned: Implementation / Migration to Callidus On-Demand v5.2
Lessons Learned: Implementation / Migration to Callidus On-Demand v5.2
 
Test data management a case study Presented at SiGIST
Test data management a case study Presented at SiGISTTest data management a case study Presented at SiGIST
Test data management a case study Presented at SiGIST
 
Performance Of Callidus TrueComp Pipeline And Datamart ETL And Reports
Performance Of Callidus TrueComp Pipeline And Datamart ETL And ReportsPerformance Of Callidus TrueComp Pipeline And Datamart ETL And Reports
Performance Of Callidus TrueComp Pipeline And Datamart ETL And Reports
 
Process Automation Powerpoint Presentation Slides
Process Automation Powerpoint Presentation SlidesProcess Automation Powerpoint Presentation Slides
Process Automation Powerpoint Presentation Slides
 
Ray Scott - Agile Solutions – Leading with Test Data Management - EuroSTAR 2012
Ray Scott - Agile Solutions – Leading with Test Data Management - EuroSTAR 2012Ray Scott - Agile Solutions – Leading with Test Data Management - EuroSTAR 2012
Ray Scott - Agile Solutions – Leading with Test Data Management - EuroSTAR 2012
 
Data Migration Made Easy
Data Migration Made EasyData Migration Made Easy
Data Migration Made Easy
 
SAP LoadRunner by HP Solution Brief
SAP LoadRunner by HP Solution Brief SAP LoadRunner by HP Solution Brief
SAP LoadRunner by HP Solution Brief
 
Joseph Ours - The Scourge Of Testing: Test Data Management
Joseph Ours - The Scourge Of Testing: Test Data ManagementJoseph Ours - The Scourge Of Testing: Test Data Management
Joseph Ours - The Scourge Of Testing: Test Data Management
 
Multidimensional Challenges and the Impact of Test Data Management
Multidimensional Challenges and the Impact of Test Data ManagementMultidimensional Challenges and the Impact of Test Data Management
Multidimensional Challenges and the Impact of Test Data Management
 
Application Test Management and Quality Assurance
Application Test Management and Quality Assurance Application Test Management and Quality Assurance
Application Test Management and Quality Assurance
 
Whitepaper cloud 2016
Whitepaper cloud 2016Whitepaper cloud 2016
Whitepaper cloud 2016
 
Data center optimization through event driven process automation
Data center optimization through event driven process automationData center optimization through event driven process automation
Data center optimization through event driven process automation
 
Net Suite Open Air Data Sheet
Net Suite Open Air Data SheetNet Suite Open Air Data Sheet
Net Suite Open Air Data Sheet
 
Operational Agility for your Distribution Center
Operational Agility for your Distribution CenterOperational Agility for your Distribution Center
Operational Agility for your Distribution Center
 
Webinar - 8 ways to align IT to your business
Webinar - 8 ways to align IT to your businessWebinar - 8 ways to align IT to your business
Webinar - 8 ways to align IT to your business
 

Semelhante a Mindmap for Effective Test Data Management

Ibm test data_management_v0.4
Ibm test data_management_v0.4Ibm test data_management_v0.4
Ibm test data_management_v0.4Rosario Cunha
 
Techniques for effective test data management in test automation.pptx
Techniques for effective test data management in test automation.pptxTechniques for effective test data management in test automation.pptx
Techniques for effective test data management in test automation.pptxKnoldus Inc.
 
What is Test Data Management? Why Should You Focus on It?
What is Test Data Management? Why Should You Focus on It?What is Test Data Management? Why Should You Focus on It?
What is Test Data Management? Why Should You Focus on It?Enov8
 
Data Collection Process And Integrity
Data Collection Process And IntegrityData Collection Process And Integrity
Data Collection Process And IntegrityGerrit Klaschke, CSM
 
Data Quality in Test Automation Navigating the Path to Reliable Testing
Data Quality in Test Automation Navigating the Path to Reliable TestingData Quality in Test Automation Navigating the Path to Reliable Testing
Data Quality in Test Automation Navigating the Path to Reliable TestingKnoldus Inc.
 
Test Data Management: Benefits, Challenges & Techniques
Test Data Management: Benefits, Challenges & TechniquesTest Data Management: Benefits, Challenges & Techniques
Test Data Management: Benefits, Challenges & TechniquesEnov8
 
Testing Data Analysis Framework - A Case Study_orig.pptx
Testing Data Analysis Framework - A Case Study_orig.pptxTesting Data Analysis Framework - A Case Study_orig.pptx
Testing Data Analysis Framework - A Case Study_orig.pptxAgile Testing Alliance
 
Building a Robust Big Data QA Ecosystem to Mitigate Data Integrity Challenges
Building a Robust Big Data QA Ecosystem to Mitigate Data Integrity ChallengesBuilding a Robust Big Data QA Ecosystem to Mitigate Data Integrity Challenges
Building a Robust Big Data QA Ecosystem to Mitigate Data Integrity ChallengesCognizant
 
Data migration patterns special
Data migration patterns   specialData migration patterns   special
Data migration patterns specialManikandan Suresh
 
Saksham Sarode - Building Effective test Data Management in Distributed Envir...
Saksham Sarode - Building Effective test Data Management in Distributed Envir...Saksham Sarode - Building Effective test Data Management in Distributed Envir...
Saksham Sarode - Building Effective test Data Management in Distributed Envir...TEST Huddle
 
Test data documentation ss
Test data documentation ssTest data documentation ss
Test data documentation ssAshwiniPoloju
 
PayPal Decision Management Architecture
PayPal Decision Management ArchitecturePayPal Decision Management Architecture
PayPal Decision Management ArchitecturePradeep Ballal
 
MetaSuite and_hp_quality_center_enterprise
MetaSuite and_hp_quality_center_enterpriseMetaSuite and_hp_quality_center_enterprise
MetaSuite and_hp_quality_center_enterpriseMinerva SoftCare GmbH
 
A Detailed Guide To Test Data Management.pdf
A Detailed Guide To Test Data Management.pdfA Detailed Guide To Test Data Management.pdf
A Detailed Guide To Test Data Management.pdfEnov8
 
Warehouse Planning and Implementation
Warehouse Planning and ImplementationWarehouse Planning and Implementation
Warehouse Planning and ImplementationSHIKHA GAUTAM
 
A Short and Sweet Guide to Test Data Development
A Short and Sweet Guide to Test Data DevelopmentA Short and Sweet Guide to Test Data Development
A Short and Sweet Guide to Test Data DevelopmentEnov8
 
Group 1 Report CRISP - DM METHODOLOGY.pptx
Group 1 Report CRISP - DM METHODOLOGY.pptxGroup 1 Report CRISP - DM METHODOLOGY.pptx
Group 1 Report CRISP - DM METHODOLOGY.pptxellamangapis2003
 
SCRIMPS-STD: Test Automation Design Principles - and asking the right questions!
SCRIMPS-STD: Test Automation Design Principles - and asking the right questions!SCRIMPS-STD: Test Automation Design Principles - and asking the right questions!
SCRIMPS-STD: Test Automation Design Principles - and asking the right questions!Richard Robinson
 
Deliveinrg explainable AI
Deliveinrg explainable AIDeliveinrg explainable AI
Deliveinrg explainable AIGary Allemann
 

Semelhante a Mindmap for Effective Test Data Management (20)

Ibm test data_management_v0.4
Ibm test data_management_v0.4Ibm test data_management_v0.4
Ibm test data_management_v0.4
 
Techniques for effective test data management in test automation.pptx
Techniques for effective test data management in test automation.pptxTechniques for effective test data management in test automation.pptx
Techniques for effective test data management in test automation.pptx
 
What is Test Data Management? Why Should You Focus on It?
What is Test Data Management? Why Should You Focus on It?What is Test Data Management? Why Should You Focus on It?
What is Test Data Management? Why Should You Focus on It?
 
Data Collection Process And Integrity
Data Collection Process And IntegrityData Collection Process And Integrity
Data Collection Process And Integrity
 
Data Quality in Test Automation Navigating the Path to Reliable Testing
Data Quality in Test Automation Navigating the Path to Reliable TestingData Quality in Test Automation Navigating the Path to Reliable Testing
Data Quality in Test Automation Navigating the Path to Reliable Testing
 
Test Data Management: Benefits, Challenges & Techniques
Test Data Management: Benefits, Challenges & TechniquesTest Data Management: Benefits, Challenges & Techniques
Test Data Management: Benefits, Challenges & Techniques
 
Testing Data Analysis Framework - A Case Study_orig.pptx
Testing Data Analysis Framework - A Case Study_orig.pptxTesting Data Analysis Framework - A Case Study_orig.pptx
Testing Data Analysis Framework - A Case Study_orig.pptx
 
Building a Robust Big Data QA Ecosystem to Mitigate Data Integrity Challenges
Building a Robust Big Data QA Ecosystem to Mitigate Data Integrity ChallengesBuilding a Robust Big Data QA Ecosystem to Mitigate Data Integrity Challenges
Building a Robust Big Data QA Ecosystem to Mitigate Data Integrity Challenges
 
Data migration patterns special
Data migration patterns   specialData migration patterns   special
Data migration patterns special
 
Saksham Sarode - Building Effective test Data Management in Distributed Envir...
Saksham Sarode - Building Effective test Data Management in Distributed Envir...Saksham Sarode - Building Effective test Data Management in Distributed Envir...
Saksham Sarode - Building Effective test Data Management in Distributed Envir...
 
Test data documentation ss
Test data documentation ssTest data documentation ss
Test data documentation ss
 
Data processing
Data processingData processing
Data processing
 
PayPal Decision Management Architecture
PayPal Decision Management ArchitecturePayPal Decision Management Architecture
PayPal Decision Management Architecture
 
MetaSuite and_hp_quality_center_enterprise
MetaSuite and_hp_quality_center_enterpriseMetaSuite and_hp_quality_center_enterprise
MetaSuite and_hp_quality_center_enterprise
 
A Detailed Guide To Test Data Management.pdf
A Detailed Guide To Test Data Management.pdfA Detailed Guide To Test Data Management.pdf
A Detailed Guide To Test Data Management.pdf
 
Warehouse Planning and Implementation
Warehouse Planning and ImplementationWarehouse Planning and Implementation
Warehouse Planning and Implementation
 
A Short and Sweet Guide to Test Data Development
A Short and Sweet Guide to Test Data DevelopmentA Short and Sweet Guide to Test Data Development
A Short and Sweet Guide to Test Data Development
 
Group 1 Report CRISP - DM METHODOLOGY.pptx
Group 1 Report CRISP - DM METHODOLOGY.pptxGroup 1 Report CRISP - DM METHODOLOGY.pptx
Group 1 Report CRISP - DM METHODOLOGY.pptx
 
SCRIMPS-STD: Test Automation Design Principles - and asking the right questions!
SCRIMPS-STD: Test Automation Design Principles - and asking the right questions!SCRIMPS-STD: Test Automation Design Principles - and asking the right questions!
SCRIMPS-STD: Test Automation Design Principles - and asking the right questions!
 
Deliveinrg explainable AI
Deliveinrg explainable AIDeliveinrg explainable AI
Deliveinrg explainable AI
 

Último

Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfAccredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfadriantubila
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxolyaivanovalion
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...SUHANI PANDEY
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Researchmichael115558
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...amitlee9823
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxolyaivanovalion
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFxolyaivanovalion
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% SecurePooja Nehwal
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionfulawalesam
 
Vip Model Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...
Vip Model  Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...Vip Model  Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...
Vip Model Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...shivangimorya083
 

Último (20)

Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfAccredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptx
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptx
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interaction
 
Vip Model Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...
Vip Model  Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...Vip Model  Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...
Vip Model Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...
 

Mindmap for Effective Test Data Management

  • 1. Source: http://debasishbhadra.blogspot.com/2013/12/create-your-own-mindmap-for-test-data.html Subject: Test Data Management Tags: Test Data Management, mindmap Mindmap for Test Data Management In the era of Big data and cloud computing, most of the application under test (AUT) contains huge amount of data interrelated with each other. Test data plays a major role for the success any project. Extracting the right data from the large volume is always a tedious task. Test Data Management (TDM) consists of managing the provisioning of required test data efficiently and effectively, while at the same time ensuring compliance to regulatory and organizational standards. Managing effective test data not only reduces redundancy, also helps to improve the entire testing process in an organized and planned way. Sometimes we need to deliver real quick. To achieve reliable test result in a short time frame, I have been applying different techniques. A mind map is a perfect solution where we can visualize the most important tasks to be done. This article is all about creating an effective Mind map for TDM. From my personal experience, Apart from creating test plan, test cases and test scripts we spend a considerable amount of time to prepare test data. In fact, it takes around 55-60% of QA effort. With traditional approach of test data generation, we followed a hybrid approach to minimize the amount of effort being spent on creating/generating test data. Techniques followed • Identify the challenges and constraints behind managing and maintaining high volumes of test data. • Analysis of the best practices which can be followed to ensure effective maintenance of test data. • Limitations of the solutions being suggested. • Recommendations on future scope of improvement in Test Data Management. Software Test Life cycle (STLC) and its dependency on test data Test data is closely related to all the stages of STLC. Just think, if we don’t have appropriate data to create test plan, test case development or automated scripts, how reliable and effective the entire testing process will be? Not only test planning and creation, test data plays a very vital role in test execution. It
  • 2. also includes QA report generation and regression testing of any future iteration of the application. Challenges for Effective TDM • In most of the application, extremely high volume of data is used. • Different modules of the same application in the project may require different sets of data. • In most of the scenarios a lot of applications interface with each other thus increasing the dependency of all of them on the same sets of data. Also due to this the volume of data to be generated also goes up. • Amount of effort required to create data that have to be used across multiple releases and cycles. • Centralized database is generally used for many applications. So maintenance becomes another issue. • Defect injection ratio goes up due to manual errors. • Faulty selection of test data. • Increase in rework effort as a result of lack of proper TDM. • Increase in cost to the client as rework effort increases. • Dissatisfied clients. Best practices followed in the industry for effective TDM Overview 1. Test data source 2. Extract or create data 3. Transform data 4. Provision 5. Target 1. Test data source - The first step to generate appropriate test data is to collect relevant information about test the data source. This can be achieved by the following techniques- • Data identification – Accurate test data can be identified based upon different attributes like Physical attributes, Relational attributes, Location attributes, Value attributes, Conceptual attributes etc. • Data dependencies – Is a situation in which a program statement refers to the data of a preceding statement. Data depends on True data dependency, Anti-dependency, Output dependency.
  • 3. • Data types – Choose different types of data including Integers, Booleans, Characters, Floating point number data types. • Data requirements - It is important to thoroughly understand the requirements to generate test data. Important data set includes valid data set, No data, Invalid data set, Illegal data format, Boundary condition data set and Data set for load test. 2. Extract/ Create – Once we identify the source of test data, the next step is to extract data. If the project is started from the scratch then we should create test data. Different data extraction methods can be applied to extract data are- • Data selection - Before developing new data, identify the already existing data sets. We must select Data from production database and data within test scope. To reduce human error while data selection, it is always better to automate data selection process for accurate test data selection. • Data mapping - While creating test data we can create data element mappings between two distinct data models using data mapping. Tasks associated with data mapping are Identification of data relationships, Discovery of hidden data and Eliminate redundant data • Data mining- It allows user to analyze data from different perspectives using Anomaly detection, Dependency modeling, Clustering, Classification, Regression and Sequential pattern mining. It is beneficial to use automation to correlate data among dozens of fields in large relational databases. 3. Transform - Next step is to transform the extracted data into a suitable form. The following techniques should be applied during data transform- • Data security - Apply data security rules to minimize collected data and Limit access levels. Use encryption methods. Always create a backup of test data & setup data recovery. • Data masking - It is also advisable to apply masking to a data field for additional security. Substitution, Number and date variance, shuffling, Data Encryption, Nulling out/ Deletion, Masking out are some of the techniques can be applied to mask test data. • Data preparation - Data in real world is inconsistent. Before using the data as usable test data we should prepare data by applying Data discretization, Data cleaning, Data integration, Data transformation and data reduction techniques. • Data privatization - Because of data in test environment are less secure we can add table- based randomization and character-based randomization to make it more secure. • Data Sub setting – Define, create a sub set of large database by importing & exporting subset templates and dumps for use in test database. 4. Provision - When data transformation is completed, we should provision the data towards delivering polished data to use in staging environment. Provisioning can be done by applying data migration and data validation techniques. 5. Final test data - Includes data refresh, data maintenance and actionable test data. Test
  • 4. data should be refreshed two or three times in each monthly or quarterly release cycle. The project should have configuration management plan. It ensures us with the data for future reference. Includes • Data refresh - Move test data to target, Load data in production, back up & notify. • Data maintenance - Create reusable data, maintain version tracking, actionable test data. • & Configuration management - Crawl through data, Test data for future referral. Benefits of TDM and a Mindmap made it simpler! •Reduce tons of work for what need to be done •See the whole picture of TDM at once •Improved data quality and thus improved testing quality •Considerable effort reduction •Improved defect detection due to correct data •Reliable and better quality •Focus on what is required for better result •Accurate test data sets •Up to 80% reduction in test environment storage capacity requirements. •Up to 50% reduction in test environment CPU requirements. TDM Mindmap: A case study
  • 5. Process of manually selecting the Test Data •Many large databases of integrated circuits were provided by client. •We had to select the test data manually from that database. •Integrated circuit specifications were selected based on SKU, Model Number, Frequency Range and other parameters. •These product specifications along with product description, images and some unique parameter needed to be put in the unified database. •All products had to be indexed accurately, so that it can be accessed through parametric search feature. Using Mindmap to create TDM layout We used Mindmap to research and generate what should the correct process to manage test data. Because of the nature and the complexity of the project, we automated test data generation and managing process with DBUnit with our customized data migration validation tool. In our Mindmap, all the steps and associated branches are added for easier reference Conclusion •From our hybrid approach, we were able to identify defects early in the development stage. It not only saved huge time and resources also helped us to accelerate the entire process. •Reduction in cost to organization by 40-50% by automated process and correct TDM process. •Only the necessary test data was created, hence redundancy and confusion was avoided. •Data security was increased marginally with well-defined data security policy. •Overall improvement of testing process. References 1.http://www-01.ibm.com/software/data/optim/streamline-test-data-management/ 2.http://en.wikipedia.org/wiki/Data_masking 3.http://www.dbunit.org/migration.html 4.Kaus Haller; wp test data management conference journal 5.Kunal Taneja1, Yi Zhang2, Tao Xie1; Automated Test Generation for Database Applications via Mock Objects