SlideShare a Scribd company logo
Leadership Lessons
     for the Test & QA Profession



                        Vaidyanathan Ramalingam (Vaidya)
                              Director Engineering (Test)
                  Huawei Technologies India Pvt. Ltd., Bangalore, INDIA




http://www.siliconindia.com/events-speakers/software-testing-Bangalore-SoftecBangalore_2011.html
5 Key Lessons!
                 1. Waterfall Testing Vs Agile Testing
                 2. Testing Checklist – 5 W & 2 H
                 3. Trade Off Economics in Testing
                 4. Software Testing Eco System
                 5. RCA (Root Cause Analysis)


                     Huawei is a global telecommunications solutions provider with long-term partnerships with operators
                     around the world. Huawei actively participates in 91 international standardization organization
                     including ITU, 3GPP, 3GPP2, ETSI, IETF, OMA andIEEE. Huawei holds the world’s #1 position in PCT
                     Patent applications (WIPO 2008) and is ranked among the top 3 in LTE essential patents. Huawei’s
                     products and solutions have been deployed in over 100 countries and have served 45 of the world's
                     top 50 telecom operators, as well as one third of the world's population.
www.huawei.com

                     *The content of this presentation is non commercial and based on self experience, interpretations/view points. The
                     data provided may not be full, accurate and latest. The intention is knowledge sharing & to promote the software
                     testing. The Product names, logos, brands, standard body/institute’s names & other trademarks referred within the
                     presentation are the property of their respective trademark holders.
1. Waterfall Testing Vs Agile Testing (1 of 2)

    Area            Testing In Waterfall Model                            Testing in Agile Model

(1) Test                    •Complete & Base-line (freeze)      •Incremental Req. as stories
Requirement                 •Separate Change Request /          •To accommodate change/dynamic Req.
                            Enhancement                         •Req. prioritized based on: business values of customers, early
                                                                realization & feedback


(2) Test                    •Detailed upfront test strategy     •Initial test strategy
Strategy                    •Covers e2e test scope              • incremental changes during iterations/sprints


(3) Test Team               •Independent team /mindset          •Collaborative team (dev & test) ; common goal; Agile mindset
Structure                   •Test Manager: Project &            •Test Manager:
                            Resource Management (people                  •Test Planning & Estimation (input to backlogs)
                            & lab)                                       •Resource Management (people & lab)
                            •Defined & Clear role               •Scrum Master: Release/Scrum Management
                                                                •Lack of role clarity & 100% buy-in on agile practices

(4) Test Cases              •One time TC dev.                   •Iterative/Sprint wise TCs dev. @ story level (Functional & Non
(TCs)                       •Longer time                        Functional)
Development                 •Ver. level contribution (partial   •TCs for inter-relation between stories (within & previous iterations)
                            & at the end) for acceptance        •Story level acceptance TCs dev. with customers
                            tests
(5) Test                    •Automation behind manual           •Iteration/Sprint based automation & in C.I.
Automation                  test phase                          •Shortage of time (poor scope) leads to missing/detailed scenarios
                            •Typically separate manual,         •Automation suite quality deteriorates - Poor Focus on:
                            automation & performance test                –     Scripting standard/review
                            team                                         –     SDLC approach
                                                                         –     Maintenance (Ver.2 Ver.)
                                                                         –     No Synch.: code <-> automation
                                                                •Lack of attention leads to: Random Failures, Longer time to run, GUI
                                                                errors, where the issue: defect or automation suite?
                                                                •Coverage metric
1. Waterfall Testing Vs Agile Testing (2 of 2)

   Area           Testing In Waterfall Model                           Testing in Agile Model
(6)                     •Not strict                            •Strictly followed (early feedback/defects); back bone of agile
Continuous              •Relatively longer time                •Efficient CI topology, architecture & timely automation suite
Integration             •Relatively less frequent builds       are critical
(C.I.)                                                         •CI pass rate metric




(7) Test Lab            •Required just before the testing      •Required from initial iteration onwards
/ Test bed              (due to phase approach)




(8) Test                •Longer, dedicated & multiple          •All the stories TCs tested within the iteration/sprint
Execution               test cycles                            •Continuous product/application visibility to testers
                        •Late product/application visibility   •Customer demo at each iteration
                        •Phase wise test cycles                •Short test cycles for Non Functional Testing @ iteration end
                                                               •Same Test engineers to iteratively test & be an expert in:
                                                                        –     customer domain
                                                                        –     test design
                                                                        –     test automation / scripting
                                                                        –     Non functional test
                                                                        –     C.I.

(9) Defect              •Zero defect target @ end of Ver.      •Early & iterative defect finding
Finding                 •Relatively Defect backlog is          •Less/zero iterative defect backlog
                        larger                                 •How much re-work metric
                        •Test cycle wise # defects trend       •Iteration wise # defects trend (much controlled)
                        (high-low-high-low ….)
2. Testing Checklist – 5 W & 2 H

       Why To TEST? To meet the Req., Architecture, Design, Code, Production
       Environment, Usability, Interoperability, Migration and their changes

       What to TEST? Customer/Domain Requirements, Test Strategy, Weak & Strong
       Area, Test Iteration/Sprint Scope or Focus, Buggy Module,

       When to TEST? Timeline asked for test iterations/sprints/phases/post release
       tests [R&D or Field tests)

       Who will TEST? Functional/Non Functional testers; integration/field testers; ext.
       certification bodies, customer reps.

       Where To TEST? Environment: Typical R&D Env, Integration
       (Platform/Component/Solution/Multiple Inter-operation Systems)

       How to TEST? Test Techniques, Automation, Script less Automation (Ref: Qualitia),
       Model Based Testing (Ref: Conformiq), Hypothesis Based Testing (Ref: STAG S/w)

       How Long to TEST? #Test Cycles, Release quality criteria, Iteration/ Sprints check
       point exit quality, Defects Trend, deadline/feedback based approach

 Note: The same approach can be applied for Test Automation also.
Example: Why to automate? What to automate? When to automate?....
3. Trade Off Economics in Testing




•Test coverage scope                                  •Iteration/Sprint & Release
•Iteration/sprint wise plan                           quality goal
•Test priorities                                      •Design/Code changes
•Automation scope / goal                              •Continuous reporting to
•Late features / stories                              PMO & prioritization
•Test Scope Risk mitigation                           •Defect Trend & Backlog
                                                      •Quality Risk Mitigation




•Test Estimation/planning &                           •Test phases/ iterations
resource allocation                                   •Handover to QA timeline
•Test bed/lab need                                    •Iteration/Sprint/Version
•Quality based (defect                                level release dates
trend/backlog) test cycles                            •Automation & Defect
•Automation cost                                      verification timeline
•Cost Risk Mitigation                                 •Time Risk Mitigation
4. Software Testing Eco System



 Technology (DB, OS, Platform,    Management / Client      QA / Testing               Development                   Program Office /
 IDE & Configuration/Topology,                            Capital / Budget         (add/delete/modify/               Product Owner
    Standards & Protocols)                                                           enhancements)




  Human Resource (On-site,                                                                                    Competency Development
  Offshore, Customers’ site,                                                                                        Framework
      Vendor partners)




Defect Management System                                                                                    Quality & Release Process
 & Project Tracking Tools                                                                                   Framework (SDLC or PDLC,
                                                                                                             Agile/Lean/ISO/CMMi etc)




    Test Automation &                                                                                          IT Support / Professional
   Tools Centre / CoE                                                                                           Services / Field & Tech
                                                                                                                       Support




   Software Configuration          Software Build &        System Test Lab /        Document Repository /       Access to Customers /
        Management               Continuous Integration   Test bed / Third party       Test Artifacts &           Clients / Remote
                                                             certification or      Knowledge Management         Environments / Cloud
                                                           benchmark / Cloud             Framework            Production Environments /
                                                            Test environment                                             HQ




(Needs collaboration with each stakeholders / elements to ensure QUALITY, COST, TIME-LINE & SCOPE
                                    based on your project need!)
5. RCA (Root Cause Analysis) 1 of 2



      Focus: within the version                           Focus: version to version


     RCA on defects must be used like                 RCA on defects should “not” be like
“preventive health check-up” to live longer            investigating “dead body” during
       & healthy (In-Phase Quality)                   postmortem (Post Release Quality)

The software we build & test to have in-phase     Often (in waterfall model) the RCA is done at
RCA at every checkpoints/ iterations/ sprints to   the end of the project to improve the “next”
ensure no defect slippage to next stage            release (not before death of the patient)
Each phase/iteration/sprint to demand quality     In this case the poor quality impact is already
from previous one and ensure to next one           made to S/w customers. (RCA learning in this
Quality to be achieved continuously!              case saves other patients, not the one who is
                                                   already dead!)
5. RCA (Root Cause Analysis) 2 of 2
 feedback
                                                          (I) Requirement Analysis & Architecture Phase Defects RCA
                                                                      with Corrective & Preventive Actions
                        RCA Scope: Requirement Documents /             RCA on: Requirement & Architecture           RCA by: Sys. Analyst/Architects/Product
                                    Architecture                                     Defects                       owner; Source: Review comments, Defects




                                                       (II) Design & Development Phase/Iterations/Sprints Defects RCA
                                                                      with Corrective & Preventive Actions
                                                                    RCA on: Design Issues; Unit & Module Test       RCA by: System Architects & Developers
                           RCA Scope: Design, Source Code
                                                                                      Defects                            Source: Review comments, Defects




                                                               (III) Testing Phase/Iterations/Sprints Defects RCA
                                                                      with Corrective & Preventive Actions
                      RCA Scope: Test Cases/Automation suite of                                                                  RCA by: Testers
                                                                       RCA on: Product / Application Defects
                       New & Old Features / Maintenance Fixes                                                        Source: Defects & Customers Feedback




                        (IV) SDLC [Software Development Life Cycle] Defects RCA with Corrective & Preventive Actions
                                       RCA by: Quality Engineers; Source: Defects (in-phase/post release)
                              RCA Scope: To analyze root causes on slipped defects & where/how the defects got                            customer
                                                             originated/injected.
                         Outcome: Report on systematic improvements w.r.t. SDLC phases/iterations/sprints/release


Iteration /sprint/release wise feedback to previous SDLC phases. Teams to conduct iterative/in-phase/Post Release RCA.
Thus team can improve/prevent on defects slippage in next iteration/sprints/release.
Knowledge Is Power
            Thank You!

                     Feedback / Suggestions / Power Point Request to:
                                              rvaidya67@hotmail.com

                                                          Vaidyanathan Ramalingam




http://www.siliconindia.com/events-speakers/software-testing-Bangalore-SoftecBangalore_2011.html

More Related Content

PDF
Shirly Ronen - User story testing activities
PDF
Shirly Ronen - Documenting an agile defect
PDF
Shirly Ronen - rapid release flow and agile testing-as
PPTX
Unosquare SlideShare Presentation
PDF
Dr. Ronen Bar-Nahor - Optimizing Agile Testing in Complex Environments
PDF
Testing in the lifecycle
PPTX
Quality Coding with Visual Studio 2012
PPTX
Quality Coding: What’s New with Visual Studio 2012
Shirly Ronen - User story testing activities
Shirly Ronen - Documenting an agile defect
Shirly Ronen - rapid release flow and agile testing-as
Unosquare SlideShare Presentation
Dr. Ronen Bar-Nahor - Optimizing Agile Testing in Complex Environments
Testing in the lifecycle
Quality Coding with Visual Studio 2012
Quality Coding: What’s New with Visual Studio 2012

What's hot (8)

PPTX
Quality Coding: What's New with Visual Studio 2012
PPTX
Model-Based Testing: Theory and Practice. Keynote @ MoTiP (ISSRE) 2012.
DOC
Manual Testing Notes
PPT
TEA Presentation V 0.3
PDF
Model-Based Testing: Concepts, Tools, and Techniques
PPTX
Manual testing1
PDF
SOFTWARE TESTING COURSE MODULES BY WWW.QATESTINGONLINETRAINING.COM
PPT
SAP Test automation - fully automatic test of complex business processes incl...
Quality Coding: What's New with Visual Studio 2012
Model-Based Testing: Theory and Practice. Keynote @ MoTiP (ISSRE) 2012.
Manual Testing Notes
TEA Presentation V 0.3
Model-Based Testing: Concepts, Tools, and Techniques
Manual testing1
SOFTWARE TESTING COURSE MODULES BY WWW.QATESTINGONLINETRAINING.COM
SAP Test automation - fully automatic test of complex business processes incl...
Ad

Similar to Vaidyanathan Ramalingam Testing Checklist Conference Speech (20)

PDF
Engaging IV&V Testing Services for Agile Projects
PPTX
Agile Testing: The Role Of The Agile Tester
PDF
Pariksha testing services
PPTX
Do The Right Thing - Empowering Your Test Teams
PDF
Gateway test labs
PPTX
Software testing introduction
PDF
Swiss Testing Day - Testautomation, 10 (sometimes painful) lessons learned
PDF
Agile case studies
PPT
Software testing for biginners
PDF
Continuous Integration testing based on Selenium and Hudson
PDF
Open Source tools in Continuous Integration environment (case study for agil...
PDF
Evolving the Product Management Process to Match Company Growth
PPT
Software Testing Process
PPT
Testing process
PPTX
My talk at PMI Sweden Congress 2013 on Agile and Large Software Products
PDF
Software Quality and Test Strategies for Ruby and Rails Applications
PDF
High Performance Software Engineering Teams
PDF
Agile testing principles and practices - Anil Karade
PDF
Process Guidelines V2
PDF
10 Lessons learned in test automation
Engaging IV&V Testing Services for Agile Projects
Agile Testing: The Role Of The Agile Tester
Pariksha testing services
Do The Right Thing - Empowering Your Test Teams
Gateway test labs
Software testing introduction
Swiss Testing Day - Testautomation, 10 (sometimes painful) lessons learned
Agile case studies
Software testing for biginners
Continuous Integration testing based on Selenium and Hudson
Open Source tools in Continuous Integration environment (case study for agil...
Evolving the Product Management Process to Match Company Growth
Software Testing Process
Testing process
My talk at PMI Sweden Congress 2013 on Agile and Large Software Products
Software Quality and Test Strategies for Ruby and Rails Applications
High Performance Software Engineering Teams
Agile testing principles and practices - Anil Karade
Process Guidelines V2
10 Lessons learned in test automation
Ad

More from Skills2Talent (Integrated Talent Management and L&D Software - Hire to ROI) (20)

PDF
#Cloud #Talent #software for #Startups #SMBs and Large #enterprises #MNCs
PDF
Skills2Talent - Integrated Talent Management & HR ERP Software - Hire to Retire
PPTX
Integrated Talent Management Solution - from hire to retire
PPTX
Transform from tactical talent management to strategic integrated talent dev...
PPTX
A world class integrated talent development life cycle solution from hire to ...
PDF
Top 100 agile books for reference vaidyanathan ramalingam director engineerin...
PDF
Vaidyanathan Ramalingam_Sprint Testing_SOFTEC_2_July2011_Silicon India Conf_B...
PDF
Vaidyanathan Ramalingam_Iterative Testing_SOFTEC_2_July2011_Silicon India Con...
PDF
Vaidyanathan Ramalingam_Testing in Agile_SOFTEC_2_July2011_Silicon India Conf...
PDF
Vaidyanathan Ramalingam_Agile QA_SOFTEC_2_July2011_Silicon India Conf_Bangalore
PDF
Vaidyanathan Ramalingam Waterfall Vs Agile Testing Conference Speech
PDF
Vaidyanathan Ramalingam Trade Off Economics In Testing Conference Speech
PDF
Vaidyanathan Ramalingam Software Testing Eco System Conference Speech
PDF
Vaidyanathan Ramalingam Silicon India Testing Conference 2 July2011 Speech
PDF
Vaidyanathan Ramalingam Rca In Testing Conference Speech
PDF
Vaidyanathan Ramalingam Rca In Agile Conference Speech
PDF
PDF
Vaidyanathan Ramalingam Agile Testing Conference Speech
PDF
Vaidyanathan Ramalingam Agile Testing Leadership Lessons Softec 2 July2011
#Cloud #Talent #software for #Startups #SMBs and Large #enterprises #MNCs
Skills2Talent - Integrated Talent Management & HR ERP Software - Hire to Retire
Integrated Talent Management Solution - from hire to retire
Transform from tactical talent management to strategic integrated talent dev...
A world class integrated talent development life cycle solution from hire to ...
Top 100 agile books for reference vaidyanathan ramalingam director engineerin...
Vaidyanathan Ramalingam_Sprint Testing_SOFTEC_2_July2011_Silicon India Conf_B...
Vaidyanathan Ramalingam_Iterative Testing_SOFTEC_2_July2011_Silicon India Con...
Vaidyanathan Ramalingam_Testing in Agile_SOFTEC_2_July2011_Silicon India Conf...
Vaidyanathan Ramalingam_Agile QA_SOFTEC_2_July2011_Silicon India Conf_Bangalore
Vaidyanathan Ramalingam Waterfall Vs Agile Testing Conference Speech
Vaidyanathan Ramalingam Trade Off Economics In Testing Conference Speech
Vaidyanathan Ramalingam Software Testing Eco System Conference Speech
Vaidyanathan Ramalingam Silicon India Testing Conference 2 July2011 Speech
Vaidyanathan Ramalingam Rca In Testing Conference Speech
Vaidyanathan Ramalingam Rca In Agile Conference Speech
Vaidyanathan Ramalingam Agile Testing Conference Speech
Vaidyanathan Ramalingam Agile Testing Leadership Lessons Softec 2 July2011

Recently uploaded (20)

PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
A Presentation on Artificial Intelligence
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPT
Teaching material agriculture food technology
PDF
NewMind AI Monthly Chronicles - July 2025
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Electronic commerce courselecture one. Pdf
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Modernizing your data center with Dell and AMD
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Encapsulation_ Review paper, used for researhc scholars
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Building Integrated photovoltaic BIPV_UPV.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
A Presentation on Artificial Intelligence
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
“AI and Expert System Decision Support & Business Intelligence Systems”
The Rise and Fall of 3GPP – Time for a Sabbatical?
Teaching material agriculture food technology
NewMind AI Monthly Chronicles - July 2025
20250228 LYD VKU AI Blended-Learning.pptx
Review of recent advances in non-invasive hemoglobin estimation
Per capita expenditure prediction using model stacking based on satellite ima...
Electronic commerce courselecture one. Pdf
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Digital-Transformation-Roadmap-for-Companies.pptx
Understanding_Digital_Forensics_Presentation.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
Modernizing your data center with Dell and AMD
Advanced methodologies resolving dimensionality complications for autism neur...
Encapsulation_ Review paper, used for researhc scholars

Vaidyanathan Ramalingam Testing Checklist Conference Speech

  • 1. Leadership Lessons for the Test & QA Profession Vaidyanathan Ramalingam (Vaidya) Director Engineering (Test) Huawei Technologies India Pvt. Ltd., Bangalore, INDIA http://www.siliconindia.com/events-speakers/software-testing-Bangalore-SoftecBangalore_2011.html
  • 2. 5 Key Lessons! 1. Waterfall Testing Vs Agile Testing 2. Testing Checklist – 5 W & 2 H 3. Trade Off Economics in Testing 4. Software Testing Eco System 5. RCA (Root Cause Analysis) Huawei is a global telecommunications solutions provider with long-term partnerships with operators around the world. Huawei actively participates in 91 international standardization organization including ITU, 3GPP, 3GPP2, ETSI, IETF, OMA andIEEE. Huawei holds the world’s #1 position in PCT Patent applications (WIPO 2008) and is ranked among the top 3 in LTE essential patents. Huawei’s products and solutions have been deployed in over 100 countries and have served 45 of the world's top 50 telecom operators, as well as one third of the world's population. www.huawei.com *The content of this presentation is non commercial and based on self experience, interpretations/view points. The data provided may not be full, accurate and latest. The intention is knowledge sharing & to promote the software testing. The Product names, logos, brands, standard body/institute’s names & other trademarks referred within the presentation are the property of their respective trademark holders.
  • 3. 1. Waterfall Testing Vs Agile Testing (1 of 2) Area Testing In Waterfall Model Testing in Agile Model (1) Test •Complete & Base-line (freeze) •Incremental Req. as stories Requirement •Separate Change Request / •To accommodate change/dynamic Req. Enhancement •Req. prioritized based on: business values of customers, early realization & feedback (2) Test •Detailed upfront test strategy •Initial test strategy Strategy •Covers e2e test scope • incremental changes during iterations/sprints (3) Test Team •Independent team /mindset •Collaborative team (dev & test) ; common goal; Agile mindset Structure •Test Manager: Project & •Test Manager: Resource Management (people •Test Planning & Estimation (input to backlogs) & lab) •Resource Management (people & lab) •Defined & Clear role •Scrum Master: Release/Scrum Management •Lack of role clarity & 100% buy-in on agile practices (4) Test Cases •One time TC dev. •Iterative/Sprint wise TCs dev. @ story level (Functional & Non (TCs) •Longer time Functional) Development •Ver. level contribution (partial •TCs for inter-relation between stories (within & previous iterations) & at the end) for acceptance •Story level acceptance TCs dev. with customers tests (5) Test •Automation behind manual •Iteration/Sprint based automation & in C.I. Automation test phase •Shortage of time (poor scope) leads to missing/detailed scenarios •Typically separate manual, •Automation suite quality deteriorates - Poor Focus on: automation & performance test – Scripting standard/review team – SDLC approach – Maintenance (Ver.2 Ver.) – No Synch.: code <-> automation •Lack of attention leads to: Random Failures, Longer time to run, GUI errors, where the issue: defect or automation suite? •Coverage metric
  • 4. 1. Waterfall Testing Vs Agile Testing (2 of 2) Area Testing In Waterfall Model Testing in Agile Model (6) •Not strict •Strictly followed (early feedback/defects); back bone of agile Continuous •Relatively longer time •Efficient CI topology, architecture & timely automation suite Integration •Relatively less frequent builds are critical (C.I.) •CI pass rate metric (7) Test Lab •Required just before the testing •Required from initial iteration onwards / Test bed (due to phase approach) (8) Test •Longer, dedicated & multiple •All the stories TCs tested within the iteration/sprint Execution test cycles •Continuous product/application visibility to testers •Late product/application visibility •Customer demo at each iteration •Phase wise test cycles •Short test cycles for Non Functional Testing @ iteration end •Same Test engineers to iteratively test & be an expert in: – customer domain – test design – test automation / scripting – Non functional test – C.I. (9) Defect •Zero defect target @ end of Ver. •Early & iterative defect finding Finding •Relatively Defect backlog is •Less/zero iterative defect backlog larger •How much re-work metric •Test cycle wise # defects trend •Iteration wise # defects trend (much controlled) (high-low-high-low ….)
  • 5. 2. Testing Checklist – 5 W & 2 H Why To TEST? To meet the Req., Architecture, Design, Code, Production Environment, Usability, Interoperability, Migration and their changes What to TEST? Customer/Domain Requirements, Test Strategy, Weak & Strong Area, Test Iteration/Sprint Scope or Focus, Buggy Module, When to TEST? Timeline asked for test iterations/sprints/phases/post release tests [R&D or Field tests) Who will TEST? Functional/Non Functional testers; integration/field testers; ext. certification bodies, customer reps. Where To TEST? Environment: Typical R&D Env, Integration (Platform/Component/Solution/Multiple Inter-operation Systems) How to TEST? Test Techniques, Automation, Script less Automation (Ref: Qualitia), Model Based Testing (Ref: Conformiq), Hypothesis Based Testing (Ref: STAG S/w) How Long to TEST? #Test Cycles, Release quality criteria, Iteration/ Sprints check point exit quality, Defects Trend, deadline/feedback based approach Note: The same approach can be applied for Test Automation also. Example: Why to automate? What to automate? When to automate?....
  • 6. 3. Trade Off Economics in Testing •Test coverage scope •Iteration/Sprint & Release •Iteration/sprint wise plan quality goal •Test priorities •Design/Code changes •Automation scope / goal •Continuous reporting to •Late features / stories PMO & prioritization •Test Scope Risk mitigation •Defect Trend & Backlog •Quality Risk Mitigation •Test Estimation/planning & •Test phases/ iterations resource allocation •Handover to QA timeline •Test bed/lab need •Iteration/Sprint/Version •Quality based (defect level release dates trend/backlog) test cycles •Automation & Defect •Automation cost verification timeline •Cost Risk Mitigation •Time Risk Mitigation
  • 7. 4. Software Testing Eco System Technology (DB, OS, Platform, Management / Client QA / Testing Development Program Office / IDE & Configuration/Topology, Capital / Budget (add/delete/modify/ Product Owner Standards & Protocols) enhancements) Human Resource (On-site, Competency Development Offshore, Customers’ site, Framework Vendor partners) Defect Management System Quality & Release Process & Project Tracking Tools Framework (SDLC or PDLC, Agile/Lean/ISO/CMMi etc) Test Automation & IT Support / Professional Tools Centre / CoE Services / Field & Tech Support Software Configuration Software Build & System Test Lab / Document Repository / Access to Customers / Management Continuous Integration Test bed / Third party Test Artifacts & Clients / Remote certification or Knowledge Management Environments / Cloud benchmark / Cloud Framework Production Environments / Test environment HQ (Needs collaboration with each stakeholders / elements to ensure QUALITY, COST, TIME-LINE & SCOPE based on your project need!)
  • 8. 5. RCA (Root Cause Analysis) 1 of 2 Focus: within the version Focus: version to version RCA on defects must be used like RCA on defects should “not” be like “preventive health check-up” to live longer investigating “dead body” during & healthy (In-Phase Quality) postmortem (Post Release Quality) The software we build & test to have in-phase Often (in waterfall model) the RCA is done at RCA at every checkpoints/ iterations/ sprints to the end of the project to improve the “next” ensure no defect slippage to next stage release (not before death of the patient) Each phase/iteration/sprint to demand quality In this case the poor quality impact is already from previous one and ensure to next one made to S/w customers. (RCA learning in this Quality to be achieved continuously! case saves other patients, not the one who is already dead!)
  • 9. 5. RCA (Root Cause Analysis) 2 of 2 feedback (I) Requirement Analysis & Architecture Phase Defects RCA with Corrective & Preventive Actions RCA Scope: Requirement Documents / RCA on: Requirement & Architecture RCA by: Sys. Analyst/Architects/Product Architecture Defects owner; Source: Review comments, Defects (II) Design & Development Phase/Iterations/Sprints Defects RCA with Corrective & Preventive Actions RCA on: Design Issues; Unit & Module Test RCA by: System Architects & Developers RCA Scope: Design, Source Code Defects Source: Review comments, Defects (III) Testing Phase/Iterations/Sprints Defects RCA with Corrective & Preventive Actions RCA Scope: Test Cases/Automation suite of RCA by: Testers RCA on: Product / Application Defects New & Old Features / Maintenance Fixes Source: Defects & Customers Feedback (IV) SDLC [Software Development Life Cycle] Defects RCA with Corrective & Preventive Actions RCA by: Quality Engineers; Source: Defects (in-phase/post release) RCA Scope: To analyze root causes on slipped defects & where/how the defects got customer originated/injected. Outcome: Report on systematic improvements w.r.t. SDLC phases/iterations/sprints/release Iteration /sprint/release wise feedback to previous SDLC phases. Teams to conduct iterative/in-phase/Post Release RCA. Thus team can improve/prevent on defects slippage in next iteration/sprints/release.
  • 10. Knowledge Is Power Thank You! Feedback / Suggestions / Power Point Request to: rvaidya67@hotmail.com Vaidyanathan Ramalingam http://www.siliconindia.com/events-speakers/software-testing-Bangalore-SoftecBangalore_2011.html