SlideShare a Scribd company logo
1 of 24
Page 1Classification: Restricted
Business Analysis
Training
Quality Assurance/
Software Testing and
A Business Analyst’s Role
Page 2Classification: Restricted
Agenda
• Software Quality Testing
• Purpose of Quality Testing
• Project Life Cycle and Software Testing
• Quality Testing in Different Phases of Project Life Cycle
• Role of a Software Tester
• Types of Software Testing
• Software Testing Types Explained
• Various Software Testing Tools
• Verification and Validation
• Role of Business Analyst
• Purpose of Business Analysis and a Business Analyst Role
• Business Analyst Effects the Change
• Business Analyst’s role in different phases of Project life cycle - PLC
Page 3Classification: Restricted
What is it?
• Software testing is an investigation conducted to provide stakeholders with
information about the quality of the product or service under test.
• Software testing can also provide an objective, independent view of the
software to allow the business to appreciate and understand the risks of
software implementation.
• Test techniques include, but are not limited to, the process of executing a
program or application with the intent of finding software bugs(errors or
other defects).
Software testing can be stated as the process of validating and verifying that
a software program/application/product:
• Meets the requirements that guided its design and development;
• Works as expected; and
• Can be implemented with the same characteristics.
Software Quality Testing
Page 4Classification: Restricted
Purpose of Quality Testing
A primary purpose of testing is to detect software failures so that defects may
be discovered and corrected.
Testing cannot establish that a product functions properly under all conditions
but can only establish that it does not function properly under specific
conditions.
The scope of software testing often includes examination of code as well as
execution of that code in various environments and conditions as well as
examining the aspects of code: does it do what it is supposed to do and do what
it needs to do.
In the current culture of software development, a testing organization may be
separate from the development team.
There are various roles for testing team members. Information derived from
software testing may be used to correct the process by which software is
developed
Page 5Classification: Restricted
Project Life Cycle and Software Testing
Software testing, depending on the testing method employed, can be
implemented at any time in the development process.
However, most of the test effort occurs after the requirements have been
defined and the coding process has been completed. As such, the methodology
of the test is governed by the software development methodology adopted.
Different software development models will focus the test effort at different
points in the development process.
Newer development models, such as Agile, often employ test driven
development and place an increased portion of the testing in the hands of the
developer, before it reaches a formal team of testers.
In a more traditional model, most of the test execution occurs after the
requirements have been defined and the coding process has been completed.
Page 6Classification: Restricted
Quality Testing in Different Phases of
Project Life Cycle
Page 7Classification: Restricted
Role of a Software Tester
Page 8Classification: Restricted
Other Stake holders
User Communities
Sponsors
Developers
Project Management
Business Analysts
Test metrics
Root cause
analysis of bugs
Software Tester
Communicate
bugs and
resolve issues
Acquire
requirements
and CRs
User acceptance
tests
User acceptance
tests.
Certify/Approve
the software
Alpha/Beta
testing
User acceptance
tests.
Certify/Approve
the software
Software tester acts like a security gate to ensure quality software
that meets business expectations
Page 9Classification: Restricted
• ACCEPTANCE TESTING.
• BLACK BOX TESTING
• COMPATIBILITY TESTING.
• CONFORMANCE TESTING
• FUNCTIONAL TESTING
• INTEGRATION TESTING.
• LOAD TESTING.
• PERFORMANCE TESTING
• REGRESSION TESTING.
• SMOKE TESTING
• STRESS TESTING
• SYSTEM TESTING
• UNIT TESTING
• WHITE BOX TESTING
Types of Software Testing
Page 10Classification: Restricted
• Black box testing – Internal system design is not considered in this type of
testing. Tests are based on requirements and functionality
• White box testing – This testing is based on knowledge of the internal
logic of an application’s code. Also known as Glass box Testing. Internal
software and code working should be known for this type of testing. Tests
are based on coverage of code statements, branches, paths, conditions
• Unit testing – Testing of individual software components or modules.
Typically done by the programmer and not by testers, as it requires
detailed knowledge of the internal program design and code. may require
developing test driver modules or test harnesses.
• Incremental integration testing – Bottom up approach for testing i.e
continuous testing of an application as new functionality is added;
Application functionality and modules should be independent enough to
test separately. done by programmers or by testers.
Software Testing Types Explained
Page 11Classification: Restricted
• Integration testing – Testing of integrated modules to verify combined
functionality after integration. Modules are typically code modules,
individual applications, client and server applications on a network, etc.
This type of testing is especially relevant to client/server and distributed
systems.
• Functional testing – This type of testing ignores the internal parts and
focus on the output is as per requirement or not. Black-box type testing
geared to functional requirements of an application.
• System testing – Entire system is tested as per the requirements. Black-
box type testing that is based on overall requirements specifications,
covers all combined parts of a system.
• End-to-end testing – Similar to system testing, involves testing of a
complete application environment in a situation that mimics real-world
use, such as interacting with a database, using network communications,
or interacting with other hardware, applications, or systems if
appropriate.
Software Testing Types Explained
Page 12Classification: Restricted
• Sanity testing - Testing to determine if a new software version is
performing well enough to accept it for a major testing effort. If
application is crashing for initial use then system is not stable enough for
further testing and build or application is assigned to fix.
• Regression testing – Testing the application as a whole for the
modification in any module or functionality. Difficult to cover all the
system in regression testing so typically automation tools are used for
these testing types.
Software Testing Types Explained
Page 13Classification: Restricted
• Acceptance testing -Normally this type of testing is done to verify if system meets
the customer specified requirements. User or customer do this testing to
determine whether to accept application.
• Load testing – Its a performance testing to check system behavior under load.
Testing an application under heavy loads, such as testing of a web site under a
range of loads to determine at what point the system’s response time degrades or
fails.
• Stress testing – System is stressed beyond its specifications to check how and
when it fails. Performed under heavy load like putting large number beyond
storage capacity, complex database queries, continuous input to system or
database load.
• Performance testing – Term often used interchangeably with ‘stress’ and ‘load’
testing. To check whether system meets performance requirements. Used
different performance and load tools to do this.
• Usability testing – User-friendliness check. Application flow is tested, Can new
user understand the application easily, Proper help documented whenever user
stuck at any point. Basically system navigation is checked in this testing.
• Install/uninstall testing - Tested for full, partial, or upgrade install/uninstall
processes on different operating systems under different hardware, software
environment.
• Recovery testing – Testing how well a system recovers from crashes, hardware
failures, or other catastrophic problems.
Cont’d…
Software Testing Types Explained
Page 14Classification: Restricted
• Security testing – Can system be penetrated by any hacking way. Testing how well
the system protects against unauthorized internal or external access. Checked if
system, database is safe from external attacks.
• Compatibility testing – Testing how well software performs in a particular
hardware/software/operating system/network environment and different
combination s of above.
• Comparison testing – Comparison of product strengths and weaknesses with
previous versions or other similar products.
• Alpha testing – In house virtual user environment can be created for this type of
testing. Testing is done at the end of development. Still minor design changes may
be made as a result of such testing.
• Beta testing – Testing typically done by end-users or others. Final testing before
releasing application for commercial purpose.
Cont’d…
Software Testing Types Explained
Page 15Classification: Restricted
• Some functional automation tools:
01. Winrunner (from mercury),
02. Quick test professional (HP),
• 03. ALM from HP
04. Silk test (from seague)
05. Rational robot (from rational)
some load testing tools:
01. Load runner (from mercury),
02. Silk performer (from seague)
03. Rational performance tester (from rational)
04. Wapt (web application test, from Softlogica)
some test management tools:
01. Test Director (from Mercury)
02. Quality center (from HP)
03. Test Manager (from Rational)
04. Bugzilla Test Runner
05. Salome-TMF
06. RTH (Open source)
• 07. ALM (from HP)
Various Software Testing Tools:
Page 16Classification: Restricted
Verification and Validation
• Verification is a quality control process that is used to evaluate whether a product,
service, or system complies with regulations, specifications, or conditions imposed at the
start of a development phase. Verification can be in development, scale-up, or
production.
This is often an internal process.
• Validation is a quality assurance process of establishing evidence that provides a high
degree of assurance that a product, service, or system accomplishes its intended
requirements. This often involves acceptance of fitness for purpose with end users and
other product stakeholders. This is often an external process.
• It is sometimes said that validation can be expressed by the query "Are you building the
right thing?“ and verification by "Are you building it right?“
• "Building the right thing" refers back to the user's needs, while "building it right" checks
that the specifications are correctly implemented by the system. In some contexts, it is
required to have written requirements for both as well as formal procedures or protocols
for determining compliance.
Page 17Classification: Restricted
Role of Business Analyst
Page 18Classification: Restricted
• Business Analysis is a set of tasks and techniques used to work as a liaison
among stakeholder in order to understand the structure , policies and
operations of an organization and recommends solutions that enable the
organization to achieve its goals.
• Business Analysts must analyze and synthesize information provided by a
large number of people who interact with the business such as customers ,
staff, IT professionals and executives.
• The business analyst is responsible for eliciting the actual needs of stake
holders ,not simply their expressed desires.In many cases, the business
analyst will also work to facilitate communication between organizational
units.
Purpose of Business Analysis and a Business Analyst Role
Page 19Classification: Restricted
Identify and
communicate
compelling
reasons
Assure a
safe
"destination
"
Business Analyst Effects the Change
Page 20Classification: Restricted
User
representatives
Page 21Classification: Restricted
Business Analyst’s role in different phases of
Project life cycle - PLC
Page 22Classification: Restricted
Build /Unit Test:
• Maintain communication lines between users and development
communities
• Observe to ensure that -what is built solves the problem’.
System/Integration Test:
• Confirm all requirements have been met during System Testing.
• Clearly define the non-functional requirements, where applicable
• Track open issues relating to requirements
Acceptance Test:
• Take lead, if possible
• Ensure customer satisfaction
Business Analyst’s role in different phases of
Project life cycle - PLC
Page 23Classification: Restricted
Questions?
Page 24Classification: Restricted
Thank You!

More Related Content

What's hot

OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]
OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]
OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]vasuballa
 
Agile Requirements Gathering Techniques
Agile Requirements Gathering TechniquesAgile Requirements Gathering Techniques
Agile Requirements Gathering TechniquesOnur Demir
 
Togaf 9 template architecture vision
Togaf 9 template   architecture visionTogaf 9 template   architecture vision
Togaf 9 template architecture visionKris Manzera
 
Chapter 5 Software Quality Assurance-Finalised_BW.ppt
Chapter 5 Software Quality Assurance-Finalised_BW.pptChapter 5 Software Quality Assurance-Finalised_BW.ppt
Chapter 5 Software Quality Assurance-Finalised_BW.pptBule Hora University
 
Example Software Requirements Specification Document for ReqView
Example Software Requirements Specification Document for ReqViewExample Software Requirements Specification Document for ReqView
Example Software Requirements Specification Document for ReqViewEccam
 
Software Quality Assurance
Software Quality AssuranceSoftware Quality Assurance
Software Quality AssuranceSaqib Raza
 
Requirements Management
Requirements ManagementRequirements Management
Requirements ManagementShwetha-BA
 
Requirements Engineering - System Vision
Requirements Engineering - System VisionRequirements Engineering - System Vision
Requirements Engineering - System VisionBirgit Penzenstadler
 
Getting Started With Apex REST Services
Getting Started With Apex REST ServicesGetting Started With Apex REST Services
Getting Started With Apex REST ServicesSalesforce Developers
 
The Myth Of Requirements
The Myth Of RequirementsThe Myth Of Requirements
The Myth Of RequirementsAlan McSweeney
 
Oracle project costing
Oracle project costing Oracle project costing
Oracle project costing Munir Ahmed
 

What's hot (20)

JIRA
JIRAJIRA
JIRA
 
OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]
OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]
OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]
 
Agile Requirements Gathering Techniques
Agile Requirements Gathering TechniquesAgile Requirements Gathering Techniques
Agile Requirements Gathering Techniques
 
Togaf 9 template transition architecture
Togaf 9 template   transition architectureTogaf 9 template   transition architecture
Togaf 9 template transition architecture
 
Togaf 9 template architecture vision
Togaf 9 template   architecture visionTogaf 9 template   architecture vision
Togaf 9 template architecture vision
 
Chapter 5 Software Quality Assurance-Finalised_BW.ppt
Chapter 5 Software Quality Assurance-Finalised_BW.pptChapter 5 Software Quality Assurance-Finalised_BW.ppt
Chapter 5 Software Quality Assurance-Finalised_BW.ppt
 
oracle ebs-r12-advanced-collections-ppt.pptx
oracle ebs-r12-advanced-collections-ppt.pptxoracle ebs-r12-advanced-collections-ppt.pptx
oracle ebs-r12-advanced-collections-ppt.pptx
 
Test plan
Test planTest plan
Test plan
 
Example Software Requirements Specification Document for ReqView
Example Software Requirements Specification Document for ReqViewExample Software Requirements Specification Document for ReqView
Example Software Requirements Specification Document for ReqView
 
Oracle Fusion HCM Fixed Scope Offering
Oracle Fusion HCM Fixed Scope OfferingOracle Fusion HCM Fixed Scope Offering
Oracle Fusion HCM Fixed Scope Offering
 
Togaf 9 template architecture roadmap
Togaf 9 template   architecture roadmapTogaf 9 template   architecture roadmap
Togaf 9 template architecture roadmap
 
Software Quality Assurance
Software Quality AssuranceSoftware Quality Assurance
Software Quality Assurance
 
Requirements Management
Requirements ManagementRequirements Management
Requirements Management
 
Requirements Engineering - System Vision
Requirements Engineering - System VisionRequirements Engineering - System Vision
Requirements Engineering - System Vision
 
Jira Training
Jira TrainingJira Training
Jira Training
 
Getting Started With Apex REST Services
Getting Started With Apex REST ServicesGetting Started With Apex REST Services
Getting Started With Apex REST Services
 
Quality software models
Quality software modelsQuality software models
Quality software models
 
The Myth Of Requirements
The Myth Of RequirementsThe Myth Of Requirements
The Myth Of Requirements
 
Oracle project costing
Oracle project costing Oracle project costing
Oracle project costing
 
Manual Testing.
Manual Testing.Manual Testing.
Manual Testing.
 

Similar to Role of BA in Testing

Testing Concepts and Manual Testing
Testing Concepts and Manual TestingTesting Concepts and Manual Testing
Testing Concepts and Manual TestingFayis-QA
 
Testing Concepts and Manual Testing
Testing Concepts and Manual TestingTesting Concepts and Manual Testing
Testing Concepts and Manual TestingRajesh-QA
 
Testing Concepts and Manual Testing
Testing Concepts and Manual TestingTesting Concepts and Manual Testing
Testing Concepts and Manual TestingANKUR-BA
 
Testing Concepts and Manual Testing
Testing Concepts and Manual TestingTesting Concepts and Manual Testing
Testing Concepts and Manual TestingSachin-QA
 
Testing Concepts and Manual Testing
Testing Concepts and Manual TestingTesting Concepts and Manual Testing
Testing Concepts and Manual TestingVidya-QA
 
Testing Concepts and Manual Testing
Testing Concepts and Manual TestingTesting Concepts and Manual Testing
Testing Concepts and Manual TestingMurageppa-QA
 
Session 05 - Testing Concepts
Session 05 - Testing ConceptsSession 05 - Testing Concepts
Session 05 - Testing ConceptsPoojaLQA
 
Objectorientedtesting 160320132146
Objectorientedtesting 160320132146Objectorientedtesting 160320132146
Objectorientedtesting 160320132146vidhyyav
 
Object oriented testing
Object oriented testingObject oriented testing
Object oriented testingHaris Jamil
 
Object Oriented Testing(OOT) presentation slides
Object Oriented Testing(OOT) presentation slidesObject Oriented Testing(OOT) presentation slides
Object Oriented Testing(OOT) presentation slidesPunjab University
 
Fundamentals of software part 1
Fundamentals of software part 1Fundamentals of software part 1
Fundamentals of software part 1Siddharth Sharma
 
Software Testing Training in Chandigarh
Software Testing Training in ChandigarhSoftware Testing Training in Chandigarh
Software Testing Training in ChandigarhKreativan Technologies
 
Software Testing PPT | Software All Testing
Software Testing PPT | Software All TestingSoftware Testing PPT | Software All Testing
Software Testing PPT | Software All Testingsankalpkumarsahoo174
 
Testing throughout the software life cycle - Testing & Implementation
Testing throughout the software life cycle - Testing & ImplementationTesting throughout the software life cycle - Testing & Implementation
Testing throughout the software life cycle - Testing & Implementationyogi syafrialdi
 
Software testing methods, levels and types
Software testing methods, levels and typesSoftware testing methods, levels and types
Software testing methods, levels and typesConfiz
 
Software testing techniques
Software testing techniquesSoftware testing techniques
Software testing techniqueschaklee191
 

Similar to Role of BA in Testing (20)

Testing Concepts and Manual Testing
Testing Concepts and Manual TestingTesting Concepts and Manual Testing
Testing Concepts and Manual Testing
 
Testing Concepts and Manual Testing
Testing Concepts and Manual TestingTesting Concepts and Manual Testing
Testing Concepts and Manual Testing
 
Testing Concepts and Manual Testing
Testing Concepts and Manual TestingTesting Concepts and Manual Testing
Testing Concepts and Manual Testing
 
Testing Concepts and Manual Testing
Testing Concepts and Manual TestingTesting Concepts and Manual Testing
Testing Concepts and Manual Testing
 
Testing Concepts and Manual Testing
Testing Concepts and Manual TestingTesting Concepts and Manual Testing
Testing Concepts and Manual Testing
 
Testing Concepts and Manual Testing
Testing Concepts and Manual TestingTesting Concepts and Manual Testing
Testing Concepts and Manual Testing
 
SDLCTesting
SDLCTestingSDLCTesting
SDLCTesting
 
Session 05 - Testing Concepts
Session 05 - Testing ConceptsSession 05 - Testing Concepts
Session 05 - Testing Concepts
 
Software testing
Software testingSoftware testing
Software testing
 
Objectorientedtesting 160320132146
Objectorientedtesting 160320132146Objectorientedtesting 160320132146
Objectorientedtesting 160320132146
 
Object oriented testing
Object oriented testingObject oriented testing
Object oriented testing
 
Object Oriented Testing(OOT) presentation slides
Object Oriented Testing(OOT) presentation slidesObject Oriented Testing(OOT) presentation slides
Object Oriented Testing(OOT) presentation slides
 
Fundamentals of software part 1
Fundamentals of software part 1Fundamentals of software part 1
Fundamentals of software part 1
 
Software Testing Training in Chandigarh
Software Testing Training in ChandigarhSoftware Testing Training in Chandigarh
Software Testing Training in Chandigarh
 
Software Testing PPT | Software All Testing
Software Testing PPT | Software All TestingSoftware Testing PPT | Software All Testing
Software Testing PPT | Software All Testing
 
Testing throughout the software life cycle - Testing & Implementation
Testing throughout the software life cycle - Testing & ImplementationTesting throughout the software life cycle - Testing & Implementation
Testing throughout the software life cycle - Testing & Implementation
 
Software testing
Software testingSoftware testing
Software testing
 
Different Types Of Testing
Different Types Of TestingDifferent Types Of Testing
Different Types Of Testing
 
Software testing methods, levels and types
Software testing methods, levels and typesSoftware testing methods, levels and types
Software testing methods, levels and types
 
Software testing techniques
Software testing techniquesSoftware testing techniques
Software testing techniques
 

More from Shwetha-BA

Requirement Elicitation Techniques
Requirement Elicitation TechniquesRequirement Elicitation Techniques
Requirement Elicitation TechniquesShwetha-BA
 
Workflow Diagram
Workflow DiagramWorkflow Diagram
Workflow DiagramShwetha-BA
 
Enterprise Analysis
Enterprise AnalysisEnterprise Analysis
Enterprise AnalysisShwetha-BA
 
Introduction to Business Analysis
Introduction to Business AnalysisIntroduction to Business Analysis
Introduction to Business AnalysisShwetha-BA
 
Introduction to OOA and UML
Introduction to OOA and UMLIntroduction to OOA and UML
Introduction to OOA and UMLShwetha-BA
 
Business Aanalysis Resume/Interview preparation
Business Aanalysis Resume/Interview preparation Business Aanalysis Resume/Interview preparation
Business Aanalysis Resume/Interview preparation Shwetha-BA
 
Solution Evaluation (BA Role)
Solution Evaluation (BA Role)   Solution Evaluation (BA Role)
Solution Evaluation (BA Role) Shwetha-BA
 
Requirements Management
Requirements Management Requirements Management
Requirements Management Shwetha-BA
 
Introduction to OOA and UML - Part 2
Introduction to OOA and UML - Part 2 Introduction to OOA and UML - Part 2
Introduction to OOA and UML - Part 2 Shwetha-BA
 
Introduction to OOA and UML - Part 1
Introduction to OOA and UML - Part 1Introduction to OOA and UML - Part 1
Introduction to OOA and UML - Part 1Shwetha-BA
 
Requirement Elicitation Techniques
Requirement Elicitation Techniques Requirement Elicitation Techniques
Requirement Elicitation Techniques Shwetha-BA
 
Enterprise Analysis
Enterprise Analysis Enterprise Analysis
Enterprise Analysis Shwetha-BA
 
Software Development Life Cycle - SDLC
Software Development Life Cycle - SDLCSoftware Development Life Cycle - SDLC
Software Development Life Cycle - SDLCShwetha-BA
 
Introduction to Business Analysis
Introduction to Business AnalysisIntroduction to Business Analysis
Introduction to Business AnalysisShwetha-BA
 

More from Shwetha-BA (14)

Requirement Elicitation Techniques
Requirement Elicitation TechniquesRequirement Elicitation Techniques
Requirement Elicitation Techniques
 
Workflow Diagram
Workflow DiagramWorkflow Diagram
Workflow Diagram
 
Enterprise Analysis
Enterprise AnalysisEnterprise Analysis
Enterprise Analysis
 
Introduction to Business Analysis
Introduction to Business AnalysisIntroduction to Business Analysis
Introduction to Business Analysis
 
Introduction to OOA and UML
Introduction to OOA and UMLIntroduction to OOA and UML
Introduction to OOA and UML
 
Business Aanalysis Resume/Interview preparation
Business Aanalysis Resume/Interview preparation Business Aanalysis Resume/Interview preparation
Business Aanalysis Resume/Interview preparation
 
Solution Evaluation (BA Role)
Solution Evaluation (BA Role)   Solution Evaluation (BA Role)
Solution Evaluation (BA Role)
 
Requirements Management
Requirements Management Requirements Management
Requirements Management
 
Introduction to OOA and UML - Part 2
Introduction to OOA and UML - Part 2 Introduction to OOA and UML - Part 2
Introduction to OOA and UML - Part 2
 
Introduction to OOA and UML - Part 1
Introduction to OOA and UML - Part 1Introduction to OOA and UML - Part 1
Introduction to OOA and UML - Part 1
 
Requirement Elicitation Techniques
Requirement Elicitation Techniques Requirement Elicitation Techniques
Requirement Elicitation Techniques
 
Enterprise Analysis
Enterprise Analysis Enterprise Analysis
Enterprise Analysis
 
Software Development Life Cycle - SDLC
Software Development Life Cycle - SDLCSoftware Development Life Cycle - SDLC
Software Development Life Cycle - SDLC
 
Introduction to Business Analysis
Introduction to Business AnalysisIntroduction to Business Analysis
Introduction to Business Analysis
 

Recently uploaded

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
 
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
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
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
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Principled Technologies
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 

Recently uploaded (20)

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
 
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...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
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
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 

Role of BA in Testing

  • 1. Page 1Classification: Restricted Business Analysis Training Quality Assurance/ Software Testing and A Business Analyst’s Role
  • 2. Page 2Classification: Restricted Agenda • Software Quality Testing • Purpose of Quality Testing • Project Life Cycle and Software Testing • Quality Testing in Different Phases of Project Life Cycle • Role of a Software Tester • Types of Software Testing • Software Testing Types Explained • Various Software Testing Tools • Verification and Validation • Role of Business Analyst • Purpose of Business Analysis and a Business Analyst Role • Business Analyst Effects the Change • Business Analyst’s role in different phases of Project life cycle - PLC
  • 3. Page 3Classification: Restricted What is it? • Software testing is an investigation conducted to provide stakeholders with information about the quality of the product or service under test. • Software testing can also provide an objective, independent view of the software to allow the business to appreciate and understand the risks of software implementation. • Test techniques include, but are not limited to, the process of executing a program or application with the intent of finding software bugs(errors or other defects). Software testing can be stated as the process of validating and verifying that a software program/application/product: • Meets the requirements that guided its design and development; • Works as expected; and • Can be implemented with the same characteristics. Software Quality Testing
  • 4. Page 4Classification: Restricted Purpose of Quality Testing A primary purpose of testing is to detect software failures so that defects may be discovered and corrected. Testing cannot establish that a product functions properly under all conditions but can only establish that it does not function properly under specific conditions. The scope of software testing often includes examination of code as well as execution of that code in various environments and conditions as well as examining the aspects of code: does it do what it is supposed to do and do what it needs to do. In the current culture of software development, a testing organization may be separate from the development team. There are various roles for testing team members. Information derived from software testing may be used to correct the process by which software is developed
  • 5. Page 5Classification: Restricted Project Life Cycle and Software Testing Software testing, depending on the testing method employed, can be implemented at any time in the development process. However, most of the test effort occurs after the requirements have been defined and the coding process has been completed. As such, the methodology of the test is governed by the software development methodology adopted. Different software development models will focus the test effort at different points in the development process. Newer development models, such as Agile, often employ test driven development and place an increased portion of the testing in the hands of the developer, before it reaches a formal team of testers. In a more traditional model, most of the test execution occurs after the requirements have been defined and the coding process has been completed.
  • 6. Page 6Classification: Restricted Quality Testing in Different Phases of Project Life Cycle
  • 8. Page 8Classification: Restricted Other Stake holders User Communities Sponsors Developers Project Management Business Analysts Test metrics Root cause analysis of bugs Software Tester Communicate bugs and resolve issues Acquire requirements and CRs User acceptance tests User acceptance tests. Certify/Approve the software Alpha/Beta testing User acceptance tests. Certify/Approve the software Software tester acts like a security gate to ensure quality software that meets business expectations
  • 9. Page 9Classification: Restricted • ACCEPTANCE TESTING. • BLACK BOX TESTING • COMPATIBILITY TESTING. • CONFORMANCE TESTING • FUNCTIONAL TESTING • INTEGRATION TESTING. • LOAD TESTING. • PERFORMANCE TESTING • REGRESSION TESTING. • SMOKE TESTING • STRESS TESTING • SYSTEM TESTING • UNIT TESTING • WHITE BOX TESTING Types of Software Testing
  • 10. Page 10Classification: Restricted • Black box testing – Internal system design is not considered in this type of testing. Tests are based on requirements and functionality • White box testing – This testing is based on knowledge of the internal logic of an application’s code. Also known as Glass box Testing. Internal software and code working should be known for this type of testing. Tests are based on coverage of code statements, branches, paths, conditions • Unit testing – Testing of individual software components or modules. Typically done by the programmer and not by testers, as it requires detailed knowledge of the internal program design and code. may require developing test driver modules or test harnesses. • Incremental integration testing – Bottom up approach for testing i.e continuous testing of an application as new functionality is added; Application functionality and modules should be independent enough to test separately. done by programmers or by testers. Software Testing Types Explained
  • 11. Page 11Classification: Restricted • Integration testing – Testing of integrated modules to verify combined functionality after integration. Modules are typically code modules, individual applications, client and server applications on a network, etc. This type of testing is especially relevant to client/server and distributed systems. • Functional testing – This type of testing ignores the internal parts and focus on the output is as per requirement or not. Black-box type testing geared to functional requirements of an application. • System testing – Entire system is tested as per the requirements. Black- box type testing that is based on overall requirements specifications, covers all combined parts of a system. • End-to-end testing – Similar to system testing, involves testing of a complete application environment in a situation that mimics real-world use, such as interacting with a database, using network communications, or interacting with other hardware, applications, or systems if appropriate. Software Testing Types Explained
  • 12. Page 12Classification: Restricted • Sanity testing - Testing to determine if a new software version is performing well enough to accept it for a major testing effort. If application is crashing for initial use then system is not stable enough for further testing and build or application is assigned to fix. • Regression testing – Testing the application as a whole for the modification in any module or functionality. Difficult to cover all the system in regression testing so typically automation tools are used for these testing types. Software Testing Types Explained
  • 13. Page 13Classification: Restricted • Acceptance testing -Normally this type of testing is done to verify if system meets the customer specified requirements. User or customer do this testing to determine whether to accept application. • Load testing – Its a performance testing to check system behavior under load. Testing an application under heavy loads, such as testing of a web site under a range of loads to determine at what point the system’s response time degrades or fails. • Stress testing – System is stressed beyond its specifications to check how and when it fails. Performed under heavy load like putting large number beyond storage capacity, complex database queries, continuous input to system or database load. • Performance testing – Term often used interchangeably with ‘stress’ and ‘load’ testing. To check whether system meets performance requirements. Used different performance and load tools to do this. • Usability testing – User-friendliness check. Application flow is tested, Can new user understand the application easily, Proper help documented whenever user stuck at any point. Basically system navigation is checked in this testing. • Install/uninstall testing - Tested for full, partial, or upgrade install/uninstall processes on different operating systems under different hardware, software environment. • Recovery testing – Testing how well a system recovers from crashes, hardware failures, or other catastrophic problems. Cont’d… Software Testing Types Explained
  • 14. Page 14Classification: Restricted • Security testing – Can system be penetrated by any hacking way. Testing how well the system protects against unauthorized internal or external access. Checked if system, database is safe from external attacks. • Compatibility testing – Testing how well software performs in a particular hardware/software/operating system/network environment and different combination s of above. • Comparison testing – Comparison of product strengths and weaknesses with previous versions or other similar products. • Alpha testing – In house virtual user environment can be created for this type of testing. Testing is done at the end of development. Still minor design changes may be made as a result of such testing. • Beta testing – Testing typically done by end-users or others. Final testing before releasing application for commercial purpose. Cont’d… Software Testing Types Explained
  • 15. Page 15Classification: Restricted • Some functional automation tools: 01. Winrunner (from mercury), 02. Quick test professional (HP), • 03. ALM from HP 04. Silk test (from seague) 05. Rational robot (from rational) some load testing tools: 01. Load runner (from mercury), 02. Silk performer (from seague) 03. Rational performance tester (from rational) 04. Wapt (web application test, from Softlogica) some test management tools: 01. Test Director (from Mercury) 02. Quality center (from HP) 03. Test Manager (from Rational) 04. Bugzilla Test Runner 05. Salome-TMF 06. RTH (Open source) • 07. ALM (from HP) Various Software Testing Tools:
  • 16. Page 16Classification: Restricted Verification and Validation • Verification is a quality control process that is used to evaluate whether a product, service, or system complies with regulations, specifications, or conditions imposed at the start of a development phase. Verification can be in development, scale-up, or production. This is often an internal process. • Validation is a quality assurance process of establishing evidence that provides a high degree of assurance that a product, service, or system accomplishes its intended requirements. This often involves acceptance of fitness for purpose with end users and other product stakeholders. This is often an external process. • It is sometimes said that validation can be expressed by the query "Are you building the right thing?“ and verification by "Are you building it right?“ • "Building the right thing" refers back to the user's needs, while "building it right" checks that the specifications are correctly implemented by the system. In some contexts, it is required to have written requirements for both as well as formal procedures or protocols for determining compliance.
  • 18. Page 18Classification: Restricted • Business Analysis is a set of tasks and techniques used to work as a liaison among stakeholder in order to understand the structure , policies and operations of an organization and recommends solutions that enable the organization to achieve its goals. • Business Analysts must analyze and synthesize information provided by a large number of people who interact with the business such as customers , staff, IT professionals and executives. • The business analyst is responsible for eliciting the actual needs of stake holders ,not simply their expressed desires.In many cases, the business analyst will also work to facilitate communication between organizational units. Purpose of Business Analysis and a Business Analyst Role
  • 19. Page 19Classification: Restricted Identify and communicate compelling reasons Assure a safe "destination " Business Analyst Effects the Change
  • 21. Page 21Classification: Restricted Business Analyst’s role in different phases of Project life cycle - PLC
  • 22. Page 22Classification: Restricted Build /Unit Test: • Maintain communication lines between users and development communities • Observe to ensure that -what is built solves the problem’. System/Integration Test: • Confirm all requirements have been met during System Testing. • Clearly define the non-functional requirements, where applicable • Track open issues relating to requirements Acceptance Test: • Take lead, if possible • Ensure customer satisfaction Business Analyst’s role in different phases of Project life cycle - PLC