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

2 testing throughout software lifecycle
2 testing throughout software lifecycle2 testing throughout software lifecycle
2 testing throughout software lifecycleAsmaa Matar
 
Types of Testing
Types of TestingTypes of Testing
Types of TestingSachin-QA
 
Defect Life Cycle
Defect Life CycleDefect Life Cycle
Defect Life CycleSachin-QA
 
Software Testing Tutorials - MindScripts Technologies, Pune
Software Testing Tutorials - MindScripts Technologies, PuneSoftware Testing Tutorials - MindScripts Technologies, Pune
Software Testing Tutorials - MindScripts Technologies, Punesanjayjadhav8789
 
Tools for Software Verification and Validation
Tools for Software Verification and ValidationTools for Software Verification and Validation
Tools for Software Verification and Validationaliraza786
 
Software quality and testing (func. & non func.)
Software quality and testing (func. & non   func.)Software quality and testing (func. & non   func.)
Software quality and testing (func. & non func.)Pragya G
 
Software testing
Software testingSoftware testing
Software testingmkn3009
 
Software Testing Strategies, Method and Life Cycle
Software Testing Strategies, Method and Life CycleSoftware Testing Strategies, Method and Life Cycle
Software Testing Strategies, Method and Life CycleNexSoftsys
 
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 testing
Fundamentals of software testingFundamentals of software testing
Fundamentals of software testingNoha Gamal
 
functional testing
functional testing functional testing
functional testing bharathanche
 
Introduction to software testing
Introduction to software testingIntroduction to software testing
Introduction to software testingHadi Fadlallah
 

What's hot (18)

2 testing throughout software lifecycle
2 testing throughout software lifecycle2 testing throughout software lifecycle
2 testing throughout software lifecycle
 
Software testing
Software testingSoftware testing
Software testing
 
Types of Testing
Types of TestingTypes of Testing
Types of Testing
 
Defect Life Cycle
Defect Life CycleDefect Life Cycle
Defect Life Cycle
 
Software Testing Tutorials - MindScripts Technologies, Pune
Software Testing Tutorials - MindScripts Technologies, PuneSoftware Testing Tutorials - MindScripts Technologies, Pune
Software Testing Tutorials - MindScripts Technologies, Pune
 
Tools for Software Verification and Validation
Tools for Software Verification and ValidationTools for Software Verification and Validation
Tools for Software Verification and Validation
 
Software quality and testing (func. & non func.)
Software quality and testing (func. & non   func.)Software quality and testing (func. & non   func.)
Software quality and testing (func. & non func.)
 
Software testing
Software testingSoftware testing
Software testing
 
Software testing
Software testingSoftware testing
Software testing
 
Fundamentals of Testing Section 1/6
Fundamentals of Testing   Section 1/6Fundamentals of Testing   Section 1/6
Fundamentals of Testing Section 1/6
 
Software Testing Strategies, Method and Life Cycle
Software Testing Strategies, Method and Life CycleSoftware Testing Strategies, Method and Life Cycle
Software Testing Strategies, Method and Life Cycle
 
Software testing
Software testingSoftware testing
Software 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 testing
Fundamentals of software testingFundamentals of software testing
Fundamentals of software testing
 
functional testing
functional testing functional testing
functional testing
 
Software testing and analysis
Software testing and analysisSoftware testing and analysis
Software testing and analysis
 
Introduction to software testing
Introduction to software testingIntroduction to software testing
Introduction to software testing
 
Testing fundamentals
Testing fundamentalsTesting fundamentals
Testing fundamentals
 

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 TestingRajesh-QA
 
Testing Concepts and Manual Testing
Testing Concepts and Manual TestingTesting Concepts and Manual Testing
Testing Concepts and Manual TestingVidya-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
 
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
 
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 Quality Assurance
Software Quality AssuranceSoftware Quality Assurance
Software Quality AssuranceSaqib Raza
 
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
 
Software Testing (1).pptx
Software Testing (1).pptxSoftware Testing (1).pptx
Software Testing (1).pptxSarowarSuman
 
Software testing
Software testingSoftware testing
Software testingMohdVais1
 
_VoicePPT_QA_Testing_Training_4_Days_Schedule.ppt
_VoicePPT_QA_Testing_Training_4_Days_Schedule.ppt_VoicePPT_QA_Testing_Training_4_Days_Schedule.ppt
_VoicePPT_QA_Testing_Training_4_Days_Schedule.pptAnilKumarARS
 

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
 
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
 
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
 
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 Quality Assurance
Software Quality AssuranceSoftware Quality Assurance
Software Quality Assurance
 
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
 
Software Testing (1).pptx
Software Testing (1).pptxSoftware Testing (1).pptx
Software Testing (1).pptx
 
Software testing
Software testingSoftware testing
Software testing
 
sqa testing.pptx
sqa testing.pptxsqa testing.pptx
sqa testing.pptx
 
SoftwareTesting
SoftwareTestingSoftwareTesting
SoftwareTesting
 
_VoicePPT_QA_Testing_Training_4_Days_Schedule.ppt
_VoicePPT_QA_Testing_Training_4_Days_Schedule.ppt_VoicePPT_QA_Testing_Training_4_Days_Schedule.ppt
_VoicePPT_QA_Testing_Training_4_Days_Schedule.ppt
 
testing.pptx
testing.pptxtesting.pptx
testing.pptx
 

More from Veneet-BA

Introduction to OOA and UML
Introduction to OOA and UMLIntroduction to OOA and UML
Introduction to OOA and UMLVeneet-BA
 
Fundamentals of SDLC for Business Analysts
Fundamentals of SDLC for Business AnalystsFundamentals of SDLC for Business Analysts
Fundamentals of SDLC for Business AnalystsVeneet-BA
 
Requirement Elicitation Techniques
Requirement Elicitation TechniquesRequirement Elicitation Techniques
Requirement Elicitation TechniquesVeneet-BA
 
Enterprise Analysis
Enterprise AnalysisEnterprise Analysis
Enterprise AnalysisVeneet-BA
 
Introduction to Business Analysis
Introduction to Business AnalysisIntroduction to Business Analysis
Introduction to Business AnalysisVeneet-BA
 
Introduction to OOA and UML
Introduction to OOA and UMLIntroduction to OOA and UML
Introduction to OOA and UMLVeneet-BA
 
Resume/Interview Preparation
Resume/Interview Preparation Resume/Interview Preparation
Resume/Interview Preparation Veneet-BA
 
Workflow and Database Management
Workflow and Database ManagementWorkflow and Database Management
Workflow and Database ManagementVeneet-BA
 
Business Requirements and Functional Requirements
Business Requirements and Functional RequirementsBusiness Requirements and Functional Requirements
Business Requirements and Functional RequirementsVeneet-BA
 

More from Veneet-BA (9)

Introduction to OOA and UML
Introduction to OOA and UMLIntroduction to OOA and UML
Introduction to OOA and UML
 
Fundamentals of SDLC for Business Analysts
Fundamentals of SDLC for Business AnalystsFundamentals of SDLC for Business Analysts
Fundamentals of SDLC for Business Analysts
 
Requirement Elicitation Techniques
Requirement Elicitation TechniquesRequirement Elicitation Techniques
Requirement Elicitation Techniques
 
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
 
Resume/Interview Preparation
Resume/Interview Preparation Resume/Interview Preparation
Resume/Interview Preparation
 
Workflow and Database Management
Workflow and Database ManagementWorkflow and Database Management
Workflow and Database Management
 
Business Requirements and Functional Requirements
Business Requirements and Functional RequirementsBusiness Requirements and Functional Requirements
Business Requirements and Functional Requirements
 

Recently uploaded

Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 

Recently uploaded (20)

Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 

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