SlideShare una empresa de Scribd logo
1 de 19
Descargar para leer sin conexión
WHITEPAPER
Quality at
the speed of digital
Modern testing
using a cognitive
approach
Introduction
Quality has always been at the backburner despite being the most critical part of the software development process
where delivering a high performing application is priority. With businesses coping with a dynamic and demanding
marketplace, the pressure to deliver high quality software is never ending. Agile methodology has taken the industry
with a storm, especially the IT industry. Apart from customer satisfaction, reduced risks, and quick ROI, agile helps in:
The World Quality Report from CapGemini, Sogeti and Hewlett Packard Enterprise provides a detailed view of just how
Quality Assurance (QA) is changing. The process of digital transformation and shifts to agile and constant DevOps
management models are changing how QA and testing is carried out. Moreover, the demands placed on the test
function in enterprises are widening and changing too. Testing departments looking at these areas of business are
also expected to provide intelligence for business development and growth, not just report on past
performance.
This paper will look at what the traditional QA cycle offers and its challenges, how we can streamline QA process with
the current development life cycles (Agile) using a cognitive testing approach and the ‘LEFT SHIFT’.
Whitepaper I NAGARRO
PAGE 2
1. Stakeholder engagement
2. Transparency
3. Early and predictable delivery
4. Predictable costs and schedule
5. Flexibility
6. Quality
Table of Content
Introduction 2
The traditional approach and its challenges 4
Quality Assurance in an agile world: Digital testing using cognitive approach 6
Key components of our digitized QA approach
The left shift 17
Conclusion 18
Whitepaper I NAGARRO
PAGE 3
BBD approach and API testing: Automate the Automation
Infrastructure testing
DevOps QA
Parallel Testing
Pairwise Testing
Predictive Analysis of Metrics Value for Monitoring and Control
8
10
11
12
14
15
The traditional approach and its
challenges
Whitepaper I NAGARRO
PAGE 4
The traditional approach of QA in the software development process will involve the following:
Challenges in agile software development pertaining to Quality Assurance and Validation, such as time
constraints in development and test cycles, executing large volumes of test cases and testing diverse legacy
applications remains unanswered even after coming a long way since the industry has been introduced to agile
methodology.
A constant need of a business is to reduce the time between development and delivery. A QA expert must evolve
and transform which requires a paradigm shift from a conventional QA to what we call ‘QA in Agile World’. The
challenges these days go beyond the technology stack. The following are the pain areas in a traditional QA
process:
Technical complexity
The technology and platform stack is not limited to traditional desktop and the web for current application
portfolios. It extends to multiple OS (platforms), mobile devices and the most cutting-edge responsive web
applications. The challenge lies in complete testing of an application on all platforms within the give
deployment cycle.
Infrastructure, licensing and training costs
To test diverse applications, multiple test automation tools need to be procured (license cost), testing
environment needs to be setup (infrastructure setup cost and time), and the technical skills of the team need to
be up to speed through trainings and self-learning/experimentation (incurring costs and time).
1. Ensuring applic ation functionality
2. Functional application automation
3. Workflow: Development, Testing, Ops
4. Descriptive metrices used for monitoring and control.
Whitepaper I NAGARRO
PAGE 5
Inadequate test coverage
With continuous integration and changing requirements, critical tests for any requirement are easy to miss.
Another reason could be changing the code that was not anticipated. Due to less development time in the agile
environment, developers often refrain from writing Unit Tests which means poor code coverage, resulting in
deficient code coverage and the end result being poor quality software being delivered to the customer.
Performance bottlenecks
As software becomes more mature, complexity increases. This complexity adds more lines of code which
introduces performance issues if the developer is not focused on how their changes are impacting end-user
performance. It becomes important for the QA team to focus on each module to make sure application can take
proper load once live.
Late involvement of users
The end user is not involved in the development process until acceptance testing and is totally unaware of
whether the implemented systems meet user requirements. There is no direct traceability between
requirements and implemented system features. User validation goes for a toss if there is late involvement of the
user resulting in re-work which involves additional costs as well as time, moreover delays time to market.
Late involvement of testers
Often QA is involved in the later part of the development cycle which often delays deliverability. For example, API
testing and BDD approach needs to start earlier in the life cycle with agile achieved through the amalgamation of
technical and domain skills of the team, as well as the end user.
As we can see traditional QA process are no longer sufficient in overcoming challenges that we face while
developing in new and agile software development lifecycles. We need a modern approach to ensure seamless
testing and quality assurance in the agile development lifecycle.
Quality Assurance in an agile world:
Digital testing using cognitive approach
Whitepaper I NAGARRO
PAGE 6
To meet the current business requirements, we have reformed the QA strategy. We need to move away from the
traditional QA approach, and embrace ‘QA in agile world’ and DevOps. The various dimensions which need to be
taken care going ahead include:
01. Focus on business value
02. Customer-centricity
03. Industrialization of security testing
04. Predictive analysis to prioritize testing activities
05. Automating the automation
06. Virtualization and cloud testing platform capabilities
07. Expand the QA skill set. QA -> QE -> SET -> SDET
Whitepaper I NAGARRO
PAGE 7
Our approach to speed up the current QA practices to digital testing using cognitive approach includes:
The modern approach answers or helps in:
PLAN
Investment decision
analytics
Portfolio backlog
priortization and
value anaysis
Improved scheduling
and capacity
..............................................
DEFINE
DX-based
requirements
Validated
requirements in
backlog
Improved estimates
..............................................
DEVELOP
Code quality
analytics
Predict failures
based on code
commits
Dynamic code
promotion criteria
..............................................
TEST
Test optimization &
Defect prediction
Predict defects/
failures
Optimized Tests
..............................................
RELEASE
A/B Testing &
Canary
Scenario
identification based
on trends
..............................................
OPERATE
Log & DX
Analytics
DX Scores
Anomaly detection
..............................................
• Machine Learning
• Artificial Intelligence
• DevOps
• Automation
• Getting the estimation to test new features
• Understand the associated risk
• Predict solution
• Value of cognitive testing
Key components of our digital QA
approach
Whitepaper I NAGARRO
PAGE 8
Behavioral-Driven development and testing (BDD and BDT) is a way to reduce the gap between the end user and
the actual software being built. It is also called ‘specification by example’. It uses natural language to describe the
‘desired behavior’ of the system in a common notation that can be understood by domain experts, developers,
testers and the client alike, improving communication. It is a refinement of practices such as Test-Driven
Development (TDD) and Acceptance Test-Driven Development (ATDD).
The idea behind this approach is to describe the behavior of the system that is being built and tested. The main
advantage is that the tests verifying the behavior reflect the actual business requirements/user stories and
generate live documentation of the requirements, i.e. the successful stories and features as test results.
Therefore, the test results generated can be read and understood by a non-technical person for example a
project sponsor, a domain expert, or a business analyst, and the tests can be validated.
BDD approach and API testing:
Automate the Automation
TDD Cadence
Refactor
Passing
Failing................
....................................................................
.................. ................
....................................................................
..................
................
.......................................
................
Write code to
make the test
pass
Write a new
failing test
Execute acceptance
tests, all fail
Execute acceptance
tests, all pass
Write acceptance
tests
Commit a new
story
Sign story off as
completed
Demo new feature to
customer
Whitepaper I NAGARRO
PAGE 9
API Testing: API is the brain of our connected world. It is the set of tools, protocols, standards and code that
glues our digital world together. APIs enable companies to become more agile, for things to go mobile, and
everything to work together in a streamlined and integrated manner. Moreover, using API automation we can
effectively use the API execution result to validate the functionality in one go after the API is developed.
While developers tend to test only the basic functionality, testers are in charge of testing functionality,
performance and security of APIs, discovering how all components work together end-to- end. API testing should
be done with all sets of data, testing techniques including Equivalence partitioning, Boundary Value Analysis and
Positive/Negative Data.
The API gateway is the core piece of infrastructure that enforces API security. Unlike traditional firewalls, API
security requires analyzing messages, tokens, and parameters, all in an intelligent way. It checks authorization,
then checks parameters and the content sent by authorized users as well.
API testing should test the performance of the application, like how much time is taken to login.
Benefits of API Testing
• Early detection of bugs
• Technology independent
• Protection from malicious code and breakage
• Test reuse
• Integration of API testing with CI/CD
Whitepaper I NAGARRO
PAGE 10
The concept of infrastructure testing comes from the agile methodology where projects continues to make
significant changes in revamping their infrastructure to keep pace with the performance of applications with
change in frequent requirement. However, the lack of a structured approach to validate the underlying
infrastructure leads to technical glitches and outage, resulting in sever business impact.
Infrastructure testing is an integrated solution that enables organizations to test and validate infrastructure
components, thereby reducing the chances of downtime and improving the performance of their infrastructure.
Infrastructure testing is any test activity performed as result of the setup of or an intervention made on
hardware, network and/or software components which are part of an integral infrastructure platform to facilitate
applications in a managed and controlled way. Infrastructure testing involve testing for the client, server,
network, storage, and middleware.
Challenges and Opportunities
Across an organization, diverse technologies are used, including virtualization and cloud. The increasing number
of technologies usage needs to be validated and streamline to transform within the data centers. End-to-end
infrastructure testing services with related program governance, risk assessment and performance will help
organizations scale up to meet the challenges resulting from the multidimensional complexity of their growing
infrastructure and application portfolios.
Benefits of Infrastructure Testing
Infrastructure Testing
• Unwarranted system failures, performance issues, and unplanned downtime
• Post deployment errors that lead and require highest cost of corrections
• Lack of standardized processes which gives out inconsistent results and deliverables
• Cyber-security is typically enabled at the infrastructure level
• Disaster recovery and Business Continuity Planning is critically dependent upon tested
infrastructure
• Faster time to market with reduced testing cycle time
• Reduced cost due to accelerated testing using pre-defined testing libraries
Whitepaper I NAGARRO
PAGE 11
Continuous testing acts as the key driver for DevOps initiatives to yield desired outcomes. This calls for specialists
who understand the nuances of continuous testing through effective end-to-end automation leading to quality at
speed. DevOps provides solutions that enable automated test orchestration and ensures rapid product
development and deployment through an integrated model of continuous integration, continuous testing, and
continuous delivery. Incorporating DevOps QA testing helps organizations develop a seamless development and
production environment, armed with a continuous feedback made possible through continuous testing. Each
stakeholder in all the areas pertaining to development plays a crucial role in our approach towards DevOps QA,
whether they are involved in the stages of production, build, or release. This has the following implications.
DevOps QA
QA owns continuous improvement and quality tracking across the entire development cycle. They are
the ones who are primarily responsible for identifying problems not just in the product but also in the
process and recommending changes wherever they can.
Tests are code, as any test automation expert will tell you. It’s a necessity, of course. If your process is
designed to publish a new release every day (or every hour) there is no room for manual testing. You
must develop automation systems, through code, that can ensure quality standards are maintained.
Automation rules. Anything that can be automated, should be automated. When Carl describes
Unbounce’s deployment process as “push-button easy,” this is what he’s talking about.
Testers are the quality advocates, influencing both development and operational processes. They
don’t just find bugs. They look for an opportunity to improve repeatability and predictability.
DevOps is agile taken through its logical evolution, removing
all the obstacles to getting high-quality software in the hands
of customers. Once you have a smooth process for agile
development and continuous integration, automating the
deployment process makes total sense because it’s
achieving the objectives that business managers aim for:
Faster time to market
Better quality
Increased organizational effectivenes
Agile
Testing
01
Business
Agility
03
Continuous
Delivery
02
DevOps
04
Whitepaper I NAGARRO
PAGE 12
Parallel testing is the process of running multiple test cases on multiple combinations of operating systems and
browsers at the same time. The process is automated, and it often runs on virtual machines.
QA and Development: Working in Parallel
In agile software development, where small teams are working fast and releasing new features frequently, this
isn’t the best approach. Being agile and delivering a good quality product in less time, QA and developers should
be in sync, working together in parallel.
Parallel Testing
Parallel Testing with multiple Devices
Using Power mapper tool, we can reduce the testing efforts from 80% to 20%. As Power Mapper or
crossbrowsertesting.com tool allow you to test on different configurations, environments and operating
systems. Product features which can be tested easily and covers below aspects of testing automatically:
Broken links, server configuration errors and spell checking (English and French)
Accessibility (WCAG 1.0 AAA, WCAG 2.0 AAA, and Section 508)
Browser compatibility (Internet Explorer, Firefox, Safari, Chrome, Opera, iPhone/iPad)
Privacy checking (including EU Privacy Regulations)
Search optimization (Google, Bing and Yahoo Webmaster Guidelines, Robots.txt, Search Best
Practices)
Web standards (HTML, XHTML and CSS validation)
Usability (Usability.gov Guidelines, W3C Best Practices)
Whitepaper I NAGARRO
PAGE 13
...................................................................................................................................................................................................................
Sequential Testing
Test Computer
Test 1 Test 2 Test 3 Test 4
Time
Execution Time
.............................................
Parallel Testing
Test Computer A
Test 1
Time
Execution Time
Test Computer B
Test 2
Test Computer C
Test 3
Test Computer D
Test 4
Whitepaper I NAGARRO
PAGE 14
You cannot test everything with so many possible tests to choose from all, so we need to select just a few tests
and still adequate the coverage. Greater coverage with fewer test cases
Pairwise Testing also called combinatorial testing or all-pair testing. To cover all the combination of parameters
interacting with each other need to be tested and to identify smartly we use pairwise testing. Pairwise testing is
most effective way of optimizing number of test cases without impacting on coverage. It executes a pairwise test
data set.
How to create pairwise test sets:
Pairwise Testing/Combinatorial Testing
Tools for pairwise testing
Test Case Optimizer
Based on the concept of orthogonal array, our Test Case Optimizer is an innovative tool designed to improve
productivity and reduce the test lifecycle significantly. It can help:
Limitation of pairwise testing
Number of
input
Number of selected
test data values
Size of test
size
Number of
combinations
7 2 128 8
a. Generating using Orthogonal Array
b. Algorithmic generation
a. Hexawise
b. AllPairs
c. PICT (Pairwise Independent Combinatorial Testing Tool)
d. Automatic Efficient Test Generator
Boost productivity by reducing test cycle time
Increase test coverage
Optimize the size of a test pack by rejecting redundant test cases, reducing test design and
execution effort
• Selecting wrong inputs
• High probability combination gets little attention
• Not knowing the interdependencies between variables
Whitepaper I NAGARRO
PAGE 15
Predictive analysis is practice of analyzing useful information from data to determine the trend and predict the
outcome pattern using algorithm and machine learning.
Some of the key analytics approach and use case
Descriptive & Diagnostic analysis would answer the root cause for past defects, predictive analytics would help
in what defect we like to find with some prescriptive analysis and deep learning for undiscovered errors and what
preventive measure should we take.
Key reason for predictive analysis for software testing
Independent system testing takes about 20 to 50 % of the development time depending on various combination
of types testing conducted on a product. The complex the testing gets, more would be the effort required. The
more a product is tested, the more quality it would be. Typically, test result reporting would consist of about 5%
to 10 % of this effort.
Predictive Analysis of Metrics Value for Monitoring
and Control
1. Descriptive Analytics
2. Diagnostic Analytics
3. Predictive Analytics
4. Prescriptive Analytics
5. Deep Learning
• Build customer- centric QA using customer feedback analytics. Listen to social feedback to
formulate QA process.
• Facilitates insights for prioritizing testing activities
• Predict right environment/right tools and boost testing efficiency
• Reduces overall cost due to early defect detection
Whitepaper I NAGARRO
PAGE 16
Following is the difference between what Traditional Automation and Cognitive Automation.
Comparative view
Traditional Automation
Failure detection and Prevention
Cognitive Automation
Failure Prediction
....................................................................................................................................................................................................
Scripted Automation Automate the automation
....................................................................................................................................................................................................
Limited process automation based on
static rules
Inteliegent process automation based on
dynamic inference
....................................................................................................................................................................................................
Individual metrics based on structured
data in lifecycle sile
Analytics based on large scale structured
and unstructured data across the lifecycle
....................................................................................................................................................................................................
Limited insight and perpectives Focus on Insights
....................................................................................................................................................................................................
Reactive: Deals with “Past” Predictive: From “What did happen?” to
“What could happen?”
Whitepaper I NAGARRO
PAGE 17
In Traditional QA process, we have seen the involvement of QA in the later part of the project when the project has
been built and the testing needs to be done just before deployment. This results in poor requirement
understanding and poor QA process as now we are validating what has been built and not what was intended to be
built. In Cognitive Testing Approach, testing team needs to be involved during the requirement gathering and
analysis so that a proper Test Strategy and a Test Architecture can be defined for the project. The essence of
BDD and API testing is best achieved through this approach. We need to define the Test Lifecycle at the start of
the project so that the purpose of Agile Mythology is not defeated.
ATDD approach also works in similar manner where we write Test first and then write code to make them pass.
This can only happen in LEFT SHIFT approach. ATDD is like what Unit Testing is in TDD. The idea is to write tests
first and then write code to make the tests pass. This approach starts right from the requirement understanding
phase of a user story or a ticket. We can define tests which we need to run against the functionality and automate
them. Of course, they will fail but eventually pass once we have functionality in place.
The Left Shift
Requirements
Architecture &
Design
Development Testing Release
Test Driven
Development
Behavior Driven
Development
Defect Management Exploratory Tests
Functional Tests
Regression Tests
Sprint Acceptance Tests
Non-Functional Tests
PerformanceTests
Environment
Virtualization
Continuous
Integration
UAT
Automation
UAT
Automation
Continuous
Delivery
Continuous
Monitoring
RIGHT SHIFTLEFT SHIFT
Conclusion
What we are aiming is for a Value-Driven Delivery to the customer which involves a holistic view of the things we work
on. The idea is to have QA as a part of strategy of the company. When we talk about strategy we talk about Goals of the
company and how company’s Portfolio of projects is aligned with the strategy of the company. Managing and
Monitoring customer experience lies at the heart of the QA. This trickles down to the various aspects how we manage
projects, how we develop and test and Release and Deploy. Creating a Customer Driver Value Proposition should be
our aim. This includes:
Whitepaper I NAGARRO
PAGE 18
References
https://techbeacon.com/how-tech-giants-test-software-theres-no-one-way-qa
http://www.softwaretestinghelp.com/devops-and-software-testing/
https://www.guru99.com/parallel-testing.html
http://www.cigniti.com/blog/how-digital-assurance-is-different-from-traditional-qa/
https://support.smartbear.com/testcomplete/docs/testing-approaches/parallel-testing.html
https://devops.com/7-key-reasons-make-move-sequential-parallel-testing/
https://help.crossbrowsertesting.com/selenium-testing/getting-started/what-is-parallel-testing/
https://www.infosys.com/IT-services/validation-solutions/service-offerings/Documents/api-test-automation.pdf
1. Minimum viable experience
2. Continuous Delivery
3. Minimum viable quality
4. Minimum viable, validate, value product
About Nagarro
Nagarro drives technology-led business breakthroughs for industry leaders
and challengers. When our clients want to move fast and make things, they
turn to us. Today, we are 5000 experts across 20 countries. Together we form
Nagarro, the global services division of Munich-based Allgeier SE.
Whitepaper I NAGARRO
Nagarro GmbH
Guglgasse 15/BT4B/3.OG,
1110 Wien, Austria
Phone: +43 1 513 33 22
Email:
Whitepaper I NAGARRO
PAGE 19
About the author
Rajni is a dynamic, self-driven and result oriented leader with excellent technical ability to
deliver seamless solutions. She possesses excellent management and leadership skill
with focus on continuous improvement and client-centricity. With understanding of
various domains to deliver value to customers, her continuous focus is on digital testing,
current industry testing trends like blockchain, chatbot, AI/ML and agile transformation.
Rajni Singh
Manager, Quality Assurance
PAGE 19

Más contenido relacionado

La actualidad más candente

Computer Vision Technology and Expertise
Computer Vision Technology and ExpertiseComputer Vision Technology and Expertise
Computer Vision Technology and ExpertiseRhonda Software
 
소프트웨어 QA 및 테스팅 트렌드
소프트웨어 QA 및 테스팅 트렌드소프트웨어 QA 및 테스팅 트렌드
소프트웨어 QA 및 테스팅 트렌드Ki Bae Kim
 
Quality engineering in DevOps... Why? How? (TestBusters Day&Night))
Quality engineering in DevOps... Why? How? (TestBusters Day&Night))Quality engineering in DevOps... Why? How? (TestBusters Day&Night))
Quality engineering in DevOps... Why? How? (TestBusters Day&Night))Rik Marselis
 
09 fse qualitymanagement
09 fse qualitymanagement09 fse qualitymanagement
09 fse qualitymanagementMohesh Chandran
 
Aginext 2021: Built-in Quality - How agile coaches can contribute
Aginext 2021: Built-in Quality - How agile coaches can contributeAginext 2021: Built-in Quality - How agile coaches can contribute
Aginext 2021: Built-in Quality - How agile coaches can contributeDerk-Jan de Grood
 
Process Guidelines V2
Process Guidelines V2Process Guidelines V2
Process Guidelines V2Imaginea
 
Delight Your Customers with Four Eyes of Quality: Agile Quality Improvement S...
Delight Your Customers with Four Eyes of Quality: Agile Quality Improvement S...Delight Your Customers with Four Eyes of Quality: Agile Quality Improvement S...
Delight Your Customers with Four Eyes of Quality: Agile Quality Improvement S...Kaali Dass PMP, PhD.
 
A Research Study on importance of Testing and Quality Assurance in Software D...
A Research Study on importance of Testing and Quality Assurance in Software D...A Research Study on importance of Testing and Quality Assurance in Software D...
A Research Study on importance of Testing and Quality Assurance in Software D...Sehrish Asif
 
How Quality Assurance is Important in Development Life Cycle
How Quality Assurance is Important in Development Life CycleHow Quality Assurance is Important in Development Life Cycle
How Quality Assurance is Important in Development Life Cycleijtsrd
 
Implementing a Test Dashboard to Boost Quality
Implementing a Test Dashboard to Boost QualityImplementing a Test Dashboard to Boost Quality
Implementing a Test Dashboard to Boost QualityTechWell
 
Summarized presentation VDA 6.3 2016 (development)
Summarized presentation VDA 6.3 2016 (development)Summarized presentation VDA 6.3 2016 (development)
Summarized presentation VDA 6.3 2016 (development)Kiran Walimbe
 
Software Quality Assurance
Software Quality AssuranceSoftware Quality Assurance
Software Quality AssuranceSachithra Gayan
 

La actualidad más candente (18)

Asq wcqi t24 dy softtestplan (07 mar-2018) v1 (1)
Asq wcqi t24 dy softtestplan (07 mar-2018) v1 (1)Asq wcqi t24 dy softtestplan (07 mar-2018) v1 (1)
Asq wcqi t24 dy softtestplan (07 mar-2018) v1 (1)
 
Computer Vision Technology and Expertise
Computer Vision Technology and ExpertiseComputer Vision Technology and Expertise
Computer Vision Technology and Expertise
 
Agile testing
Agile testingAgile testing
Agile testing
 
소프트웨어 QA 및 테스팅 트렌드
소프트웨어 QA 및 테스팅 트렌드소프트웨어 QA 및 테스팅 트렌드
소프트웨어 QA 및 테스팅 트렌드
 
Agile deep dive scu
Agile deep dive   scuAgile deep dive   scu
Agile deep dive scu
 
Quality engineering in DevOps... Why? How? (TestBusters Day&Night))
Quality engineering in DevOps... Why? How? (TestBusters Day&Night))Quality engineering in DevOps... Why? How? (TestBusters Day&Night))
Quality engineering in DevOps... Why? How? (TestBusters Day&Night))
 
09 fse qualitymanagement
09 fse qualitymanagement09 fse qualitymanagement
09 fse qualitymanagement
 
Aginext 2021: Built-in Quality - How agile coaches can contribute
Aginext 2021: Built-in Quality - How agile coaches can contributeAginext 2021: Built-in Quality - How agile coaches can contribute
Aginext 2021: Built-in Quality - How agile coaches can contribute
 
Quality in Software Testing
Quality in Software TestingQuality in Software Testing
Quality in Software Testing
 
Softwaretesting
SoftwaretestingSoftwaretesting
Softwaretesting
 
Process Guidelines V2
Process Guidelines V2Process Guidelines V2
Process Guidelines V2
 
Delight Your Customers with Four Eyes of Quality: Agile Quality Improvement S...
Delight Your Customers with Four Eyes of Quality: Agile Quality Improvement S...Delight Your Customers with Four Eyes of Quality: Agile Quality Improvement S...
Delight Your Customers with Four Eyes of Quality: Agile Quality Improvement S...
 
A Research Study on importance of Testing and Quality Assurance in Software D...
A Research Study on importance of Testing and Quality Assurance in Software D...A Research Study on importance of Testing and Quality Assurance in Software D...
A Research Study on importance of Testing and Quality Assurance in Software D...
 
How Quality Assurance is Important in Development Life Cycle
How Quality Assurance is Important in Development Life CycleHow Quality Assurance is Important in Development Life Cycle
How Quality Assurance is Important in Development Life Cycle
 
Implementing a Test Dashboard to Boost Quality
Implementing a Test Dashboard to Boost QualityImplementing a Test Dashboard to Boost Quality
Implementing a Test Dashboard to Boost Quality
 
Resume_Chandhru-NOV-2016
Resume_Chandhru-NOV-2016Resume_Chandhru-NOV-2016
Resume_Chandhru-NOV-2016
 
Summarized presentation VDA 6.3 2016 (development)
Summarized presentation VDA 6.3 2016 (development)Summarized presentation VDA 6.3 2016 (development)
Summarized presentation VDA 6.3 2016 (development)
 
Software Quality Assurance
Software Quality AssuranceSoftware Quality Assurance
Software Quality Assurance
 

Similar a White paper quality at the speed of digital

Presentation by meghna jadhav
Presentation by meghna jadhavPresentation by meghna jadhav
Presentation by meghna jadhavPMI_IREP_TP
 
Test Automation Strategies in a Continuous Delivery Ecosystem
Test Automation Strategies in a Continuous Delivery EcosystemTest Automation Strategies in a Continuous Delivery Ecosystem
Test Automation Strategies in a Continuous Delivery EcosystemCognizant
 
Why is QA Transformation vital for Digital Transformation.pdf
Why is QA Transformation vital for Digital Transformation.pdfWhy is QA Transformation vital for Digital Transformation.pdf
Why is QA Transformation vital for Digital Transformation.pdfSparity1
 
Making a Quantum Leap with Continuous Analytics-Based QA
Making a Quantum Leap with Continuous Analytics-Based QAMaking a Quantum Leap with Continuous Analytics-Based QA
Making a Quantum Leap with Continuous Analytics-Based QACognizant
 
Transformation to World Leading Quality: Is Your Organization Ready?
Transformation to World Leading Quality: Is Your Organization Ready?Transformation to World Leading Quality: Is Your Organization Ready?
Transformation to World Leading Quality: Is Your Organization Ready?Cognizant
 
Problems and challenges related to qa outsourcing
Problems and challenges related to qa outsourcingProblems and challenges related to qa outsourcing
Problems and challenges related to qa outsourcingAlisha Henderson
 
Zero touch QA automation platform for DevOps
Zero touch QA automation platform for DevOpsZero touch QA automation platform for DevOps
Zero touch QA automation platform for DevOpsTaUB Solutions
 
Bots for Quality: Augmenting QA's Scope in the Digital Age
Bots for Quality: Augmenting QA's Scope in the Digital AgeBots for Quality: Augmenting QA's Scope in the Digital Age
Bots for Quality: Augmenting QA's Scope in the Digital AgeCognizant
 
Independent verification & validation presented by Maneat v02
Independent verification & validation presented by Maneat v02Independent verification & validation presented by Maneat v02
Independent verification & validation presented by Maneat v02Dr. Pierpaolo Mangeruga
 
Presentation by lavika upadhyay
Presentation by lavika upadhyayPresentation by lavika upadhyay
Presentation by lavika upadhyayPMI_IREP_TP
 
Tips To Grow Your Corporate Banking Services (2).pdf
Tips To Grow Your Corporate Banking Services (2).pdfTips To Grow Your Corporate Banking Services (2).pdf
Tips To Grow Your Corporate Banking Services (2).pdfHazelTaylor11
 
The quality assurance checklist for progressive testing
The quality assurance checklist for progressive testingThe quality assurance checklist for progressive testing
The quality assurance checklist for progressive testingMaitrikpaida
 
The Quality Assurance Checklist for Progressive Testing
The Quality Assurance Checklist for Progressive TestingThe Quality Assurance Checklist for Progressive Testing
The Quality Assurance Checklist for Progressive TestingCygnet Infotech
 
From Continuous to Autonomous Testing with AI
From Continuous to Autonomous Testing with AIFrom Continuous to Autonomous Testing with AI
From Continuous to Autonomous Testing with AICognizant
 
End-to-End Quality Approach: 14 Levels of Testing
End-to-End Quality Approach: 14 Levels of TestingEnd-to-End Quality Approach: 14 Levels of Testing
End-to-End Quality Approach: 14 Levels of TestingJosiah Renaudin
 
An outline on quality engineering services
An outline on quality engineering servicesAn outline on quality engineering services
An outline on quality engineering servicesMaveric Systems
 
quality-assurance_best_practice_guide_4 0
quality-assurance_best_practice_guide_4 0quality-assurance_best_practice_guide_4 0
quality-assurance_best_practice_guide_4 0Andrei Hortúa
 

Similar a White paper quality at the speed of digital (20)

Presentation by meghna jadhav
Presentation by meghna jadhavPresentation by meghna jadhav
Presentation by meghna jadhav
 
Test Automation Strategies in a Continuous Delivery Ecosystem
Test Automation Strategies in a Continuous Delivery EcosystemTest Automation Strategies in a Continuous Delivery Ecosystem
Test Automation Strategies in a Continuous Delivery Ecosystem
 
Why is QA Transformation vital for Digital Transformation.pdf
Why is QA Transformation vital for Digital Transformation.pdfWhy is QA Transformation vital for Digital Transformation.pdf
Why is QA Transformation vital for Digital Transformation.pdf
 
Making a Quantum Leap with Continuous Analytics-Based QA
Making a Quantum Leap with Continuous Analytics-Based QAMaking a Quantum Leap with Continuous Analytics-Based QA
Making a Quantum Leap with Continuous Analytics-Based QA
 
Transformation to World Leading Quality: Is Your Organization Ready?
Transformation to World Leading Quality: Is Your Organization Ready?Transformation to World Leading Quality: Is Your Organization Ready?
Transformation to World Leading Quality: Is Your Organization Ready?
 
Problems and challenges related to qa outsourcing
Problems and challenges related to qa outsourcingProblems and challenges related to qa outsourcing
Problems and challenges related to qa outsourcing
 
Zero touch QA automation platform for DevOps
Zero touch QA automation platform for DevOpsZero touch QA automation platform for DevOps
Zero touch QA automation platform for DevOps
 
QA Standards
QA StandardsQA Standards
QA Standards
 
Bots for Quality: Augmenting QA's Scope in the Digital Age
Bots for Quality: Augmenting QA's Scope in the Digital AgeBots for Quality: Augmenting QA's Scope in the Digital Age
Bots for Quality: Augmenting QA's Scope in the Digital Age
 
Independent verification & validation presented by Maneat v02
Independent verification & validation presented by Maneat v02Independent verification & validation presented by Maneat v02
Independent verification & validation presented by Maneat v02
 
Q!Digitz
Q!Digitz Q!Digitz
Q!Digitz
 
Presentation by lavika upadhyay
Presentation by lavika upadhyayPresentation by lavika upadhyay
Presentation by lavika upadhyay
 
Tips To Grow Your Corporate Banking Services (2).pdf
Tips To Grow Your Corporate Banking Services (2).pdfTips To Grow Your Corporate Banking Services (2).pdf
Tips To Grow Your Corporate Banking Services (2).pdf
 
The Modern QA.pdf
The Modern QA.pdfThe Modern QA.pdf
The Modern QA.pdf
 
The quality assurance checklist for progressive testing
The quality assurance checklist for progressive testingThe quality assurance checklist for progressive testing
The quality assurance checklist for progressive testing
 
The Quality Assurance Checklist for Progressive Testing
The Quality Assurance Checklist for Progressive TestingThe Quality Assurance Checklist for Progressive Testing
The Quality Assurance Checklist for Progressive Testing
 
From Continuous to Autonomous Testing with AI
From Continuous to Autonomous Testing with AIFrom Continuous to Autonomous Testing with AI
From Continuous to Autonomous Testing with AI
 
End-to-End Quality Approach: 14 Levels of Testing
End-to-End Quality Approach: 14 Levels of TestingEnd-to-End Quality Approach: 14 Levels of Testing
End-to-End Quality Approach: 14 Levels of Testing
 
An outline on quality engineering services
An outline on quality engineering servicesAn outline on quality engineering services
An outline on quality engineering services
 
quality-assurance_best_practice_guide_4 0
quality-assurance_best_practice_guide_4 0quality-assurance_best_practice_guide_4 0
quality-assurance_best_practice_guide_4 0
 

Último

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
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.pdfsudhanshuwaghmare1
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
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 WorkerThousandEyes
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 

Último (20)

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
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
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
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
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 

White paper quality at the speed of digital

  • 1. WHITEPAPER Quality at the speed of digital Modern testing using a cognitive approach
  • 2. Introduction Quality has always been at the backburner despite being the most critical part of the software development process where delivering a high performing application is priority. With businesses coping with a dynamic and demanding marketplace, the pressure to deliver high quality software is never ending. Agile methodology has taken the industry with a storm, especially the IT industry. Apart from customer satisfaction, reduced risks, and quick ROI, agile helps in: The World Quality Report from CapGemini, Sogeti and Hewlett Packard Enterprise provides a detailed view of just how Quality Assurance (QA) is changing. The process of digital transformation and shifts to agile and constant DevOps management models are changing how QA and testing is carried out. Moreover, the demands placed on the test function in enterprises are widening and changing too. Testing departments looking at these areas of business are also expected to provide intelligence for business development and growth, not just report on past performance. This paper will look at what the traditional QA cycle offers and its challenges, how we can streamline QA process with the current development life cycles (Agile) using a cognitive testing approach and the ‘LEFT SHIFT’. Whitepaper I NAGARRO PAGE 2 1. Stakeholder engagement 2. Transparency 3. Early and predictable delivery 4. Predictable costs and schedule 5. Flexibility 6. Quality
  • 3. Table of Content Introduction 2 The traditional approach and its challenges 4 Quality Assurance in an agile world: Digital testing using cognitive approach 6 Key components of our digitized QA approach The left shift 17 Conclusion 18 Whitepaper I NAGARRO PAGE 3 BBD approach and API testing: Automate the Automation Infrastructure testing DevOps QA Parallel Testing Pairwise Testing Predictive Analysis of Metrics Value for Monitoring and Control 8 10 11 12 14 15
  • 4. The traditional approach and its challenges Whitepaper I NAGARRO PAGE 4 The traditional approach of QA in the software development process will involve the following: Challenges in agile software development pertaining to Quality Assurance and Validation, such as time constraints in development and test cycles, executing large volumes of test cases and testing diverse legacy applications remains unanswered even after coming a long way since the industry has been introduced to agile methodology. A constant need of a business is to reduce the time between development and delivery. A QA expert must evolve and transform which requires a paradigm shift from a conventional QA to what we call ‘QA in Agile World’. The challenges these days go beyond the technology stack. The following are the pain areas in a traditional QA process: Technical complexity The technology and platform stack is not limited to traditional desktop and the web for current application portfolios. It extends to multiple OS (platforms), mobile devices and the most cutting-edge responsive web applications. The challenge lies in complete testing of an application on all platforms within the give deployment cycle. Infrastructure, licensing and training costs To test diverse applications, multiple test automation tools need to be procured (license cost), testing environment needs to be setup (infrastructure setup cost and time), and the technical skills of the team need to be up to speed through trainings and self-learning/experimentation (incurring costs and time). 1. Ensuring applic ation functionality 2. Functional application automation 3. Workflow: Development, Testing, Ops 4. Descriptive metrices used for monitoring and control.
  • 5. Whitepaper I NAGARRO PAGE 5 Inadequate test coverage With continuous integration and changing requirements, critical tests for any requirement are easy to miss. Another reason could be changing the code that was not anticipated. Due to less development time in the agile environment, developers often refrain from writing Unit Tests which means poor code coverage, resulting in deficient code coverage and the end result being poor quality software being delivered to the customer. Performance bottlenecks As software becomes more mature, complexity increases. This complexity adds more lines of code which introduces performance issues if the developer is not focused on how their changes are impacting end-user performance. It becomes important for the QA team to focus on each module to make sure application can take proper load once live. Late involvement of users The end user is not involved in the development process until acceptance testing and is totally unaware of whether the implemented systems meet user requirements. There is no direct traceability between requirements and implemented system features. User validation goes for a toss if there is late involvement of the user resulting in re-work which involves additional costs as well as time, moreover delays time to market. Late involvement of testers Often QA is involved in the later part of the development cycle which often delays deliverability. For example, API testing and BDD approach needs to start earlier in the life cycle with agile achieved through the amalgamation of technical and domain skills of the team, as well as the end user. As we can see traditional QA process are no longer sufficient in overcoming challenges that we face while developing in new and agile software development lifecycles. We need a modern approach to ensure seamless testing and quality assurance in the agile development lifecycle.
  • 6. Quality Assurance in an agile world: Digital testing using cognitive approach Whitepaper I NAGARRO PAGE 6 To meet the current business requirements, we have reformed the QA strategy. We need to move away from the traditional QA approach, and embrace ‘QA in agile world’ and DevOps. The various dimensions which need to be taken care going ahead include: 01. Focus on business value 02. Customer-centricity 03. Industrialization of security testing 04. Predictive analysis to prioritize testing activities 05. Automating the automation 06. Virtualization and cloud testing platform capabilities 07. Expand the QA skill set. QA -> QE -> SET -> SDET
  • 7. Whitepaper I NAGARRO PAGE 7 Our approach to speed up the current QA practices to digital testing using cognitive approach includes: The modern approach answers or helps in: PLAN Investment decision analytics Portfolio backlog priortization and value anaysis Improved scheduling and capacity .............................................. DEFINE DX-based requirements Validated requirements in backlog Improved estimates .............................................. DEVELOP Code quality analytics Predict failures based on code commits Dynamic code promotion criteria .............................................. TEST Test optimization & Defect prediction Predict defects/ failures Optimized Tests .............................................. RELEASE A/B Testing & Canary Scenario identification based on trends .............................................. OPERATE Log & DX Analytics DX Scores Anomaly detection .............................................. • Machine Learning • Artificial Intelligence • DevOps • Automation • Getting the estimation to test new features • Understand the associated risk • Predict solution • Value of cognitive testing
  • 8. Key components of our digital QA approach Whitepaper I NAGARRO PAGE 8 Behavioral-Driven development and testing (BDD and BDT) is a way to reduce the gap between the end user and the actual software being built. It is also called ‘specification by example’. It uses natural language to describe the ‘desired behavior’ of the system in a common notation that can be understood by domain experts, developers, testers and the client alike, improving communication. It is a refinement of practices such as Test-Driven Development (TDD) and Acceptance Test-Driven Development (ATDD). The idea behind this approach is to describe the behavior of the system that is being built and tested. The main advantage is that the tests verifying the behavior reflect the actual business requirements/user stories and generate live documentation of the requirements, i.e. the successful stories and features as test results. Therefore, the test results generated can be read and understood by a non-technical person for example a project sponsor, a domain expert, or a business analyst, and the tests can be validated. BDD approach and API testing: Automate the Automation TDD Cadence Refactor Passing Failing................ .................................................................... .................. ................ .................................................................... .................. ................ ....................................... ................ Write code to make the test pass Write a new failing test Execute acceptance tests, all fail Execute acceptance tests, all pass Write acceptance tests Commit a new story Sign story off as completed Demo new feature to customer
  • 9. Whitepaper I NAGARRO PAGE 9 API Testing: API is the brain of our connected world. It is the set of tools, protocols, standards and code that glues our digital world together. APIs enable companies to become more agile, for things to go mobile, and everything to work together in a streamlined and integrated manner. Moreover, using API automation we can effectively use the API execution result to validate the functionality in one go after the API is developed. While developers tend to test only the basic functionality, testers are in charge of testing functionality, performance and security of APIs, discovering how all components work together end-to- end. API testing should be done with all sets of data, testing techniques including Equivalence partitioning, Boundary Value Analysis and Positive/Negative Data. The API gateway is the core piece of infrastructure that enforces API security. Unlike traditional firewalls, API security requires analyzing messages, tokens, and parameters, all in an intelligent way. It checks authorization, then checks parameters and the content sent by authorized users as well. API testing should test the performance of the application, like how much time is taken to login. Benefits of API Testing • Early detection of bugs • Technology independent • Protection from malicious code and breakage • Test reuse • Integration of API testing with CI/CD
  • 10. Whitepaper I NAGARRO PAGE 10 The concept of infrastructure testing comes from the agile methodology where projects continues to make significant changes in revamping their infrastructure to keep pace with the performance of applications with change in frequent requirement. However, the lack of a structured approach to validate the underlying infrastructure leads to technical glitches and outage, resulting in sever business impact. Infrastructure testing is an integrated solution that enables organizations to test and validate infrastructure components, thereby reducing the chances of downtime and improving the performance of their infrastructure. Infrastructure testing is any test activity performed as result of the setup of or an intervention made on hardware, network and/or software components which are part of an integral infrastructure platform to facilitate applications in a managed and controlled way. Infrastructure testing involve testing for the client, server, network, storage, and middleware. Challenges and Opportunities Across an organization, diverse technologies are used, including virtualization and cloud. The increasing number of technologies usage needs to be validated and streamline to transform within the data centers. End-to-end infrastructure testing services with related program governance, risk assessment and performance will help organizations scale up to meet the challenges resulting from the multidimensional complexity of their growing infrastructure and application portfolios. Benefits of Infrastructure Testing Infrastructure Testing • Unwarranted system failures, performance issues, and unplanned downtime • Post deployment errors that lead and require highest cost of corrections • Lack of standardized processes which gives out inconsistent results and deliverables • Cyber-security is typically enabled at the infrastructure level • Disaster recovery and Business Continuity Planning is critically dependent upon tested infrastructure • Faster time to market with reduced testing cycle time • Reduced cost due to accelerated testing using pre-defined testing libraries
  • 11. Whitepaper I NAGARRO PAGE 11 Continuous testing acts as the key driver for DevOps initiatives to yield desired outcomes. This calls for specialists who understand the nuances of continuous testing through effective end-to-end automation leading to quality at speed. DevOps provides solutions that enable automated test orchestration and ensures rapid product development and deployment through an integrated model of continuous integration, continuous testing, and continuous delivery. Incorporating DevOps QA testing helps organizations develop a seamless development and production environment, armed with a continuous feedback made possible through continuous testing. Each stakeholder in all the areas pertaining to development plays a crucial role in our approach towards DevOps QA, whether they are involved in the stages of production, build, or release. This has the following implications. DevOps QA QA owns continuous improvement and quality tracking across the entire development cycle. They are the ones who are primarily responsible for identifying problems not just in the product but also in the process and recommending changes wherever they can. Tests are code, as any test automation expert will tell you. It’s a necessity, of course. If your process is designed to publish a new release every day (or every hour) there is no room for manual testing. You must develop automation systems, through code, that can ensure quality standards are maintained. Automation rules. Anything that can be automated, should be automated. When Carl describes Unbounce’s deployment process as “push-button easy,” this is what he’s talking about. Testers are the quality advocates, influencing both development and operational processes. They don’t just find bugs. They look for an opportunity to improve repeatability and predictability. DevOps is agile taken through its logical evolution, removing all the obstacles to getting high-quality software in the hands of customers. Once you have a smooth process for agile development and continuous integration, automating the deployment process makes total sense because it’s achieving the objectives that business managers aim for: Faster time to market Better quality Increased organizational effectivenes Agile Testing 01 Business Agility 03 Continuous Delivery 02 DevOps 04
  • 12. Whitepaper I NAGARRO PAGE 12 Parallel testing is the process of running multiple test cases on multiple combinations of operating systems and browsers at the same time. The process is automated, and it often runs on virtual machines. QA and Development: Working in Parallel In agile software development, where small teams are working fast and releasing new features frequently, this isn’t the best approach. Being agile and delivering a good quality product in less time, QA and developers should be in sync, working together in parallel. Parallel Testing Parallel Testing with multiple Devices Using Power mapper tool, we can reduce the testing efforts from 80% to 20%. As Power Mapper or crossbrowsertesting.com tool allow you to test on different configurations, environments and operating systems. Product features which can be tested easily and covers below aspects of testing automatically: Broken links, server configuration errors and spell checking (English and French) Accessibility (WCAG 1.0 AAA, WCAG 2.0 AAA, and Section 508) Browser compatibility (Internet Explorer, Firefox, Safari, Chrome, Opera, iPhone/iPad) Privacy checking (including EU Privacy Regulations) Search optimization (Google, Bing and Yahoo Webmaster Guidelines, Robots.txt, Search Best Practices) Web standards (HTML, XHTML and CSS validation) Usability (Usability.gov Guidelines, W3C Best Practices)
  • 13. Whitepaper I NAGARRO PAGE 13 ................................................................................................................................................................................................................... Sequential Testing Test Computer Test 1 Test 2 Test 3 Test 4 Time Execution Time ............................................. Parallel Testing Test Computer A Test 1 Time Execution Time Test Computer B Test 2 Test Computer C Test 3 Test Computer D Test 4
  • 14. Whitepaper I NAGARRO PAGE 14 You cannot test everything with so many possible tests to choose from all, so we need to select just a few tests and still adequate the coverage. Greater coverage with fewer test cases Pairwise Testing also called combinatorial testing or all-pair testing. To cover all the combination of parameters interacting with each other need to be tested and to identify smartly we use pairwise testing. Pairwise testing is most effective way of optimizing number of test cases without impacting on coverage. It executes a pairwise test data set. How to create pairwise test sets: Pairwise Testing/Combinatorial Testing Tools for pairwise testing Test Case Optimizer Based on the concept of orthogonal array, our Test Case Optimizer is an innovative tool designed to improve productivity and reduce the test lifecycle significantly. It can help: Limitation of pairwise testing Number of input Number of selected test data values Size of test size Number of combinations 7 2 128 8 a. Generating using Orthogonal Array b. Algorithmic generation a. Hexawise b. AllPairs c. PICT (Pairwise Independent Combinatorial Testing Tool) d. Automatic Efficient Test Generator Boost productivity by reducing test cycle time Increase test coverage Optimize the size of a test pack by rejecting redundant test cases, reducing test design and execution effort • Selecting wrong inputs • High probability combination gets little attention • Not knowing the interdependencies between variables
  • 15. Whitepaper I NAGARRO PAGE 15 Predictive analysis is practice of analyzing useful information from data to determine the trend and predict the outcome pattern using algorithm and machine learning. Some of the key analytics approach and use case Descriptive & Diagnostic analysis would answer the root cause for past defects, predictive analytics would help in what defect we like to find with some prescriptive analysis and deep learning for undiscovered errors and what preventive measure should we take. Key reason for predictive analysis for software testing Independent system testing takes about 20 to 50 % of the development time depending on various combination of types testing conducted on a product. The complex the testing gets, more would be the effort required. The more a product is tested, the more quality it would be. Typically, test result reporting would consist of about 5% to 10 % of this effort. Predictive Analysis of Metrics Value for Monitoring and Control 1. Descriptive Analytics 2. Diagnostic Analytics 3. Predictive Analytics 4. Prescriptive Analytics 5. Deep Learning • Build customer- centric QA using customer feedback analytics. Listen to social feedback to formulate QA process. • Facilitates insights for prioritizing testing activities • Predict right environment/right tools and boost testing efficiency • Reduces overall cost due to early defect detection
  • 16. Whitepaper I NAGARRO PAGE 16 Following is the difference between what Traditional Automation and Cognitive Automation. Comparative view Traditional Automation Failure detection and Prevention Cognitive Automation Failure Prediction .................................................................................................................................................................................................... Scripted Automation Automate the automation .................................................................................................................................................................................................... Limited process automation based on static rules Inteliegent process automation based on dynamic inference .................................................................................................................................................................................................... Individual metrics based on structured data in lifecycle sile Analytics based on large scale structured and unstructured data across the lifecycle .................................................................................................................................................................................................... Limited insight and perpectives Focus on Insights .................................................................................................................................................................................................... Reactive: Deals with “Past” Predictive: From “What did happen?” to “What could happen?”
  • 17. Whitepaper I NAGARRO PAGE 17 In Traditional QA process, we have seen the involvement of QA in the later part of the project when the project has been built and the testing needs to be done just before deployment. This results in poor requirement understanding and poor QA process as now we are validating what has been built and not what was intended to be built. In Cognitive Testing Approach, testing team needs to be involved during the requirement gathering and analysis so that a proper Test Strategy and a Test Architecture can be defined for the project. The essence of BDD and API testing is best achieved through this approach. We need to define the Test Lifecycle at the start of the project so that the purpose of Agile Mythology is not defeated. ATDD approach also works in similar manner where we write Test first and then write code to make them pass. This can only happen in LEFT SHIFT approach. ATDD is like what Unit Testing is in TDD. The idea is to write tests first and then write code to make the tests pass. This approach starts right from the requirement understanding phase of a user story or a ticket. We can define tests which we need to run against the functionality and automate them. Of course, they will fail but eventually pass once we have functionality in place. The Left Shift Requirements Architecture & Design Development Testing Release Test Driven Development Behavior Driven Development Defect Management Exploratory Tests Functional Tests Regression Tests Sprint Acceptance Tests Non-Functional Tests PerformanceTests Environment Virtualization Continuous Integration UAT Automation UAT Automation Continuous Delivery Continuous Monitoring RIGHT SHIFTLEFT SHIFT
  • 18. Conclusion What we are aiming is for a Value-Driven Delivery to the customer which involves a holistic view of the things we work on. The idea is to have QA as a part of strategy of the company. When we talk about strategy we talk about Goals of the company and how company’s Portfolio of projects is aligned with the strategy of the company. Managing and Monitoring customer experience lies at the heart of the QA. This trickles down to the various aspects how we manage projects, how we develop and test and Release and Deploy. Creating a Customer Driver Value Proposition should be our aim. This includes: Whitepaper I NAGARRO PAGE 18 References https://techbeacon.com/how-tech-giants-test-software-theres-no-one-way-qa http://www.softwaretestinghelp.com/devops-and-software-testing/ https://www.guru99.com/parallel-testing.html http://www.cigniti.com/blog/how-digital-assurance-is-different-from-traditional-qa/ https://support.smartbear.com/testcomplete/docs/testing-approaches/parallel-testing.html https://devops.com/7-key-reasons-make-move-sequential-parallel-testing/ https://help.crossbrowsertesting.com/selenium-testing/getting-started/what-is-parallel-testing/ https://www.infosys.com/IT-services/validation-solutions/service-offerings/Documents/api-test-automation.pdf 1. Minimum viable experience 2. Continuous Delivery 3. Minimum viable quality 4. Minimum viable, validate, value product
  • 19. About Nagarro Nagarro drives technology-led business breakthroughs for industry leaders and challengers. When our clients want to move fast and make things, they turn to us. Today, we are 5000 experts across 20 countries. Together we form Nagarro, the global services division of Munich-based Allgeier SE. Whitepaper I NAGARRO Nagarro GmbH Guglgasse 15/BT4B/3.OG, 1110 Wien, Austria Phone: +43 1 513 33 22 Email: Whitepaper I NAGARRO PAGE 19 About the author Rajni is a dynamic, self-driven and result oriented leader with excellent technical ability to deliver seamless solutions. She possesses excellent management and leadership skill with focus on continuous improvement and client-centricity. With understanding of various domains to deliver value to customers, her continuous focus is on digital testing, current industry testing trends like blockchain, chatbot, AI/ML and agile transformation. Rajni Singh Manager, Quality Assurance PAGE 19