SlideShare une entreprise Scribd logo
1  sur  24
SYSTEM MODELS
OF SDLC :-
‘V’ MODEL
BY:-
MINAL KASHYAP
SDLC :- SOFTWARE DEVELOPMENT LIFE
CYCLE
• Definition :-A software development process, also known as a
software development life-cycle, is a structure imposed on the
development of a software product. Similar terms include
software life cycle and software process. It is often considered
a subset of systems development life cycle.
CONTINUE…
• It is a framework defining tasks performed at each step in the
software development process. SDLC is a structure followed by
a development team within the software organization. It
consists of a detailed plan describing how to develop, maintain
and replace specific software. The life cycle defines a
methodology for improving the quality of software and the
overall development process.
This term is also known as the software development process.
PHASES OF SDLC :-
Each Phase has an “Output”
Phase
 Requirements
analysis
 Design
 Implementation
 Test
Output
 Software Requirements
Specification (SRS),
Use Cases
 Design Document,
Design Classes
 Code
 Test Report,
Change Requests
Models
 Different projects may interpret
these phases differently.
 Each particular style is called a
“Software Life-Cycle Model”
“Life-Cycle” Models
 Single-Version Models
 Incremental Models
 Single-Version with Prototyping
 Iterative Models
“Life-Cycle” Models (1)
 Single-Version Models
 Big-Bang Model
 Waterfall Model
 Waterfall Model with “back flow”
 “V” model: Integrating testing
‘V’ MODEL
• V model means verification and validation model.
• The V-model represents a software development process (also
applicable to hardware development) which may be considered
an extension of the waterfall model.
• Each phase has to be completed before the next phase begins.
• Instead of moving down in a linear way, the process steps are
bent upwards after the coding phase, to form the typical V
shape.
• Testing is emphasized in this model more than in the waterfall
model.
• It is a structured approach to testing.
• Brings high quality into the development of our products.
• The V-Model demonstrates the relationships between each phase of
the development life cycle and its associated phase of testing. The
horizontal and vertical axes represents time or project completeness
(left-to-right) and level of abstraction (coarsest-grain abstraction
uppermost), respectively.
“V” Model
Each phase has corresponding test or validation counterpart
Requirements
Analysis
System Design
Program
Design
Implementatio
n
Unit Test
Integration
Test
Acceptance
Test
Steps in the V-Shaped
Model
Quality is guaranteed at each project stage.
VERIFICATION PHASES
1.Requirements analysis
• In this phase, the first step in the verification process,
the requirements of the system are collected by analysing the needs
of the user.
• This phase is concerned with establishing what the ideal system has
to perform. However it does not determine how the software will be
designed or built.
• Usually, the users are interviewed and a document called the user
requirements document is generated.
• The user requirements document will typically describe the system’s
functional, interface, performance, data, security, etc. requirements
as expected by the user.
• It is used by business analysts to communicate their understanding
of the system to the users.
• The users carefully review this document as this document would
serve as the guideline for the system designers in the system design
phase. The user acceptance tests are designed in this phase.
• There are different methods for gathering requirements of both soft
and hard methodologies including; interviews, questionnaires,
document analysis, observation, throw-away prototypes, use cases
and static and dynamic views with users.
• Systems design is the phase where system engineers analyse
and understand the business of the proposed system by
studying the user requirements document.
• They figure out possibilities and techniques by which the user
requirements can be implemented. If any of the requirements
are not feasible, the user is informed of the issue. A resolution
is found and the user requirement document is edited
accordingly.
2. System design
• The software specification document which serves as a
blueprint for the development phase is generated. This
document contains the general system organization, menu
structures, data structures etc.
• It may also hold example business scenarios, sample windows,
reports for the better understanding.
• Other technical documentation like entity diagrams, data
dictionary will also be produced in this phase. The documents
for system testing are prepared in this phase.
3.Architecture design
• The phase of the design of computer architecture and software
architecture can also be referred to as high-level design. The
baseline in selecting the architecture is that it should realize all
which typically consists of the list of modules, brief
functionality of each module,
their interface relationships, dependencies, database tables,
architecture diagrams, technology details etc. The integration
testing design is carried out in the particular phase.
4.Module design
• The module design phase can also be referred to as low-level design. The
designed system is broken up into smaller units or modules and each of
them is explained so that the programmer can start coding directly. The low
level design document or program specifications will contain a detailed
functional logic of the module, in pseudo code:
• database tables, with all elements, including their type and size
• all interface details with complete API references
• all dependency issues
• error message listings
• complete input and outputs for a module.
• The unit test design is developed in this stage.
Unit testing
 The most ‘micro’ scale of Testing
 A unit = smallest testable software component
 Objects and methods
 Procedures / functions
 Performed by Programmer
 A tester can help.
 Requires detailed knowledge of the internal
program design and code.
 The units are tested in isolation.
 Ensures the component is working according to the
detailed design/build specifications of the module.
 Not to be confused with debugging.
 Also known as component, module, or program
testing.
Integration Testing
 Testing of more than one (tested) unit together to
determine if they function correctly.
 Focus on interfaces
 Communication between units
 It is done using the integration test design prepared
during the architecture design phase.
 Helps assembling incrementally a whole system,
ensuring the correct ‘flow’ of data from the first
through the final component.
 Done by developers/designers and testers in
collaboration
 Also called Interface Testing or Assembly Testing.
System testing
Testing the system as a whole - Black-box type
testing that is based on overall requirements
specifications; covers all combined parts of a system.
 Ensures that system meets all functional and
business requirements.
Focus
 Verifying that specifications are met
 Validating that the system can be used for the
intended purpose
 The system test design is derived from the system
design documents and is used in this phase.
 It can involve a number of specialized types of
tests to check performance, stress, documentation
etc. Sometimes testing is automated using testing
tools.
 Done by Independent testing group
Acceptance testing
 To determine whether a system satisfies its
acceptance criteria and business requirements or
not.
 Similar to System testing in that the whole system
is checked, but the important difference is the
change in focus.
 Done by real business users.
 It enables the customer to determine whether to
accept the system or not.
 Also called as Beta Testing, Application Testing or
End User Testing.
 Approach
 Should be performed in real operating
environment .
 Customer should be able to perform any test
• Faults are prevented and it stops fault multiplication.
• Avoids the downward flow of defect.
• Lower defect Resolution cost due to earlier detection.
• Improved quality and reliability.
• Reduction in the amount of Re-work.
• Improved Risk Management
• Validation and Verification at each level of stage
containment
• Allows testers to be active in the project early in the
project’s lifecycle. They develop critical knowledge
about the system.
Benefits of V-Model
System models of sdlc- v model

Contenu connexe

Tendances

Software quality
Software qualitySoftware quality
Software quality
jagadeesan
 
S.D.L.C (Software Development Life Cycle.)
S.D.L.C (Software Development Life Cycle.)S.D.L.C (Software Development Life Cycle.)
S.D.L.C (Software Development Life Cycle.)
Jayesh Buwa
 
Software quality assurance lecture 1
Software quality assurance lecture 1Software quality assurance lecture 1
Software quality assurance lecture 1
Abdul Basit
 

Tendances (20)

Software quality
Software qualitySoftware quality
Software quality
 
Software Process Models
Software Process ModelsSoftware Process Models
Software Process Models
 
S.D.L.C (Software Development Life Cycle.)
S.D.L.C (Software Development Life Cycle.)S.D.L.C (Software Development Life Cycle.)
S.D.L.C (Software Development Life Cycle.)
 
Software quality assurance lecture 1
Software quality assurance lecture 1Software quality assurance lecture 1
Software quality assurance lecture 1
 
Software Development Life Cycle (SDLC )
Software Development Life Cycle (SDLC )Software Development Life Cycle (SDLC )
Software Development Life Cycle (SDLC )
 
waterfall model
waterfall modelwaterfall model
waterfall model
 
V-Model (Verification and validation)
V-Model (Verification and validation)V-Model (Verification and validation)
V-Model (Verification and validation)
 
V model presentation
V model presentationV model presentation
V model presentation
 
Software Maintenance and Evolution
Software Maintenance and EvolutionSoftware Maintenance and Evolution
Software Maintenance and Evolution
 
3. ch 2-process model
3. ch 2-process model3. ch 2-process model
3. ch 2-process model
 
Waterfall Model
Waterfall ModelWaterfall Model
Waterfall Model
 
Software metrics
Software metricsSoftware metrics
Software metrics
 
What Is Functional Testing?
What Is Functional Testing?What Is Functional Testing?
What Is Functional Testing?
 
STLC (Software Testing Life Cycle)
STLC (Software Testing Life Cycle)STLC (Software Testing Life Cycle)
STLC (Software Testing Life Cycle)
 
Software Testing - Part 1 (Techniques, Types, Levels, Methods, STLC, Bug Life...
Software Testing - Part 1 (Techniques, Types, Levels, Methods, STLC, Bug Life...Software Testing - Part 1 (Techniques, Types, Levels, Methods, STLC, Bug Life...
Software Testing - Part 1 (Techniques, Types, Levels, Methods, STLC, Bug Life...
 
SDLC - Software Development Life Cycle
SDLC - Software Development Life CycleSDLC - Software Development Life Cycle
SDLC - Software Development Life Cycle
 
V model
V modelV model
V model
 
Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)
 
Software Testing
Software TestingSoftware Testing
Software Testing
 
Waterfall Model By Zubair YaSeeN
Waterfall Model By Zubair YaSeeN  Waterfall Model By Zubair YaSeeN
Waterfall Model By Zubair YaSeeN
 

En vedette

Model+Risk+Validation+Raphael+Albrecht
Model+Risk+Validation+Raphael+AlbrechtModel+Risk+Validation+Raphael+Albrecht
Model+Risk+Validation+Raphael+Albrecht
Raphael Albrecht
 
Software validation
Software validationSoftware validation
Software validation
Robert Phe
 
2014-12-10 - GAMP Presentation for LI
2014-12-10 - GAMP Presentation for LI2014-12-10 - GAMP Presentation for LI
2014-12-10 - GAMP Presentation for LI
Natalia Pando de Cea
 
Release With Maven
Release With MavenRelease With Maven
Release With Maven
eugenn
 

En vedette (20)

V model in SDLC
V model in SDLCV model in SDLC
V model in SDLC
 
V model by_sandeep
V model by_sandeepV model by_sandeep
V model by_sandeep
 
The Software Testing V-model reclaimed
The Software Testing V-model reclaimedThe Software Testing V-model reclaimed
The Software Testing V-model reclaimed
 
V-Model in Software Testing
V-Model in Software TestingV-Model in Software Testing
V-Model in Software Testing
 
System Development Life Cycle (SDLC) - Part II
System Development Life Cycle (SDLC) - Part IISystem Development Life Cycle (SDLC) - Part II
System Development Life Cycle (SDLC) - Part II
 
V model final
V model finalV model final
V model final
 
V Model 2
V Model 2V Model 2
V Model 2
 
Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)
 
Model+Risk+Validation+Raphael+Albrecht
Model+Risk+Validation+Raphael+AlbrechtModel+Risk+Validation+Raphael+Albrecht
Model+Risk+Validation+Raphael+Albrecht
 
Horizon Presentation
Horizon PresentationHorizon Presentation
Horizon Presentation
 
Ms
MsMs
Ms
 
Software validation do's and dont's may 2013
Software validation do's and dont's may 2013Software validation do's and dont's may 2013
Software validation do's and dont's may 2013
 
Software validation
Software validationSoftware validation
Software validation
 
Documentation MUST
Documentation MUSTDocumentation MUST
Documentation MUST
 
2014-12-10 - GAMP Presentation for LI
2014-12-10 - GAMP Presentation for LI2014-12-10 - GAMP Presentation for LI
2014-12-10 - GAMP Presentation for LI
 
Computer System Validation Training
Computer System Validation TrainingComputer System Validation Training
Computer System Validation Training
 
ODD: Extending V-model Development 1.3.5
ODD: Extending V-model Development 1.3.5ODD: Extending V-model Development 1.3.5
ODD: Extending V-model Development 1.3.5
 
Release With Maven
Release With MavenRelease With Maven
Release With Maven
 
Sdlc
SdlcSdlc
Sdlc
 
IT Compliance in 2015 - Beyond the “v” model
IT Compliance in 2015 - Beyond the “v” modelIT Compliance in 2015 - Beyond the “v” model
IT Compliance in 2015 - Beyond the “v” model
 

Similaire à System models of sdlc- v model

Generic Software Process Models
Generic Software Process ModelsGeneric Software Process Models
Generic Software Process Models
Education Front
 
Process model rup
Process model rupProcess model rup
Process model rup
Aryan Ajmer
 
process models- software engineering
process models- software engineeringprocess models- software engineering
process models- software engineering
Arun Nair
 

Similaire à System models of sdlc- v model (20)

Stlc&Vmodel Ppt
Stlc&Vmodel PptStlc&Vmodel Ppt
Stlc&Vmodel Ppt
 
Software Processes
Software Processes Software Processes
Software Processes
 
testing throughout-the-software-life-cycle-section-2
testing throughout-the-software-life-cycle-section-2testing throughout-the-software-life-cycle-section-2
testing throughout-the-software-life-cycle-section-2
 
Software Testing
Software Testing Software Testing
Software Testing
 
Generic Software Process Models
Generic Software Process ModelsGeneric Software Process Models
Generic Software Process Models
 
Software Testing Life Cycle Unit-3
Software Testing Life Cycle Unit-3Software Testing Life Cycle Unit-3
Software Testing Life Cycle Unit-3
 
Process model rup
Process model rupProcess model rup
Process model rup
 
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
 
V model
V modelV model
V model
 
V-model-7.pptx
V-model-7.pptxV-model-7.pptx
V-model-7.pptx
 
software Engineering process
software Engineering processsoftware Engineering process
software Engineering process
 
Testing Throughout the Software Life Cycle - Section 2
Testing Throughout the Software Life Cycle - Section 2Testing Throughout the Software Life Cycle - Section 2
Testing Throughout the Software Life Cycle - Section 2
 
Waterfall Model made by Ansh Kashyap.pptx
Waterfall Model made by Ansh Kashyap.pptxWaterfall Model made by Ansh Kashyap.pptx
Waterfall Model made by Ansh Kashyap.pptx
 
SDLC models testing
SDLC models testingSDLC models testing
SDLC models testing
 
Software_Build__Release___UAT_Phases (1).PDF
Software_Build__Release___UAT_Phases (1).PDFSoftware_Build__Release___UAT_Phases (1).PDF
Software_Build__Release___UAT_Phases (1).PDF
 
Software Process Models
Software Process ModelsSoftware Process Models
Software Process Models
 
cupdf.com_1-developing-safety-critical-systems-chapter-5-storey.ppt
cupdf.com_1-developing-safety-critical-systems-chapter-5-storey.pptcupdf.com_1-developing-safety-critical-systems-chapter-5-storey.ppt
cupdf.com_1-developing-safety-critical-systems-chapter-5-storey.ppt
 
SDLC Model
SDLC  ModelSDLC  Model
SDLC Model
 
Software testing and introduction to quality
Software testing and introduction to qualitySoftware testing and introduction to quality
Software testing and introduction to quality
 
process models- software engineering
process models- software engineeringprocess models- software engineering
process models- software engineering
 

Dernier

Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
chiefasafspells
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
masabamasaba
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
VictoriaMetrics
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
masabamasaba
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Medical / Health Care (+971588192166) Mifepristone and Misoprostol tablets 200mg
 

Dernier (20)

Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the Situation
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
tonesoftg
tonesoftgtonesoftg
tonesoftg
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto
 
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
 

System models of sdlc- v model

  • 1. SYSTEM MODELS OF SDLC :- ‘V’ MODEL BY:- MINAL KASHYAP
  • 2. SDLC :- SOFTWARE DEVELOPMENT LIFE CYCLE • Definition :-A software development process, also known as a software development life-cycle, is a structure imposed on the development of a software product. Similar terms include software life cycle and software process. It is often considered a subset of systems development life cycle.
  • 3. CONTINUE… • It is a framework defining tasks performed at each step in the software development process. SDLC is a structure followed by a development team within the software organization. It consists of a detailed plan describing how to develop, maintain and replace specific software. The life cycle defines a methodology for improving the quality of software and the overall development process. This term is also known as the software development process.
  • 5. Each Phase has an “Output” Phase  Requirements analysis  Design  Implementation  Test Output  Software Requirements Specification (SRS), Use Cases  Design Document, Design Classes  Code  Test Report, Change Requests
  • 6. Models  Different projects may interpret these phases differently.  Each particular style is called a “Software Life-Cycle Model”
  • 7. “Life-Cycle” Models  Single-Version Models  Incremental Models  Single-Version with Prototyping  Iterative Models
  • 8. “Life-Cycle” Models (1)  Single-Version Models  Big-Bang Model  Waterfall Model  Waterfall Model with “back flow”  “V” model: Integrating testing
  • 9. ‘V’ MODEL • V model means verification and validation model. • The V-model represents a software development process (also applicable to hardware development) which may be considered an extension of the waterfall model. • Each phase has to be completed before the next phase begins. • Instead of moving down in a linear way, the process steps are bent upwards after the coding phase, to form the typical V shape.
  • 10. • Testing is emphasized in this model more than in the waterfall model. • It is a structured approach to testing. • Brings high quality into the development of our products. • The V-Model demonstrates the relationships between each phase of the development life cycle and its associated phase of testing. The horizontal and vertical axes represents time or project completeness (left-to-right) and level of abstraction (coarsest-grain abstraction uppermost), respectively.
  • 11. “V” Model Each phase has corresponding test or validation counterpart Requirements Analysis System Design Program Design Implementatio n Unit Test Integration Test Acceptance Test
  • 12. Steps in the V-Shaped Model Quality is guaranteed at each project stage.
  • 13. VERIFICATION PHASES 1.Requirements analysis • In this phase, the first step in the verification process, the requirements of the system are collected by analysing the needs of the user. • This phase is concerned with establishing what the ideal system has to perform. However it does not determine how the software will be designed or built. • Usually, the users are interviewed and a document called the user requirements document is generated.
  • 14. • The user requirements document will typically describe the system’s functional, interface, performance, data, security, etc. requirements as expected by the user. • It is used by business analysts to communicate their understanding of the system to the users. • The users carefully review this document as this document would serve as the guideline for the system designers in the system design phase. The user acceptance tests are designed in this phase. • There are different methods for gathering requirements of both soft and hard methodologies including; interviews, questionnaires, document analysis, observation, throw-away prototypes, use cases and static and dynamic views with users.
  • 15. • Systems design is the phase where system engineers analyse and understand the business of the proposed system by studying the user requirements document. • They figure out possibilities and techniques by which the user requirements can be implemented. If any of the requirements are not feasible, the user is informed of the issue. A resolution is found and the user requirement document is edited accordingly. 2. System design
  • 16. • The software specification document which serves as a blueprint for the development phase is generated. This document contains the general system organization, menu structures, data structures etc. • It may also hold example business scenarios, sample windows, reports for the better understanding. • Other technical documentation like entity diagrams, data dictionary will also be produced in this phase. The documents for system testing are prepared in this phase.
  • 17. 3.Architecture design • The phase of the design of computer architecture and software architecture can also be referred to as high-level design. The baseline in selecting the architecture is that it should realize all which typically consists of the list of modules, brief functionality of each module, their interface relationships, dependencies, database tables, architecture diagrams, technology details etc. The integration testing design is carried out in the particular phase.
  • 18. 4.Module design • The module design phase can also be referred to as low-level design. The designed system is broken up into smaller units or modules and each of them is explained so that the programmer can start coding directly. The low level design document or program specifications will contain a detailed functional logic of the module, in pseudo code: • database tables, with all elements, including their type and size • all interface details with complete API references • all dependency issues • error message listings • complete input and outputs for a module. • The unit test design is developed in this stage.
  • 19. Unit testing  The most ‘micro’ scale of Testing  A unit = smallest testable software component  Objects and methods  Procedures / functions  Performed by Programmer  A tester can help.  Requires detailed knowledge of the internal program design and code.  The units are tested in isolation.  Ensures the component is working according to the detailed design/build specifications of the module.  Not to be confused with debugging.  Also known as component, module, or program testing.
  • 20. Integration Testing  Testing of more than one (tested) unit together to determine if they function correctly.  Focus on interfaces  Communication between units  It is done using the integration test design prepared during the architecture design phase.  Helps assembling incrementally a whole system, ensuring the correct ‘flow’ of data from the first through the final component.  Done by developers/designers and testers in collaboration  Also called Interface Testing or Assembly Testing.
  • 21. System testing Testing the system as a whole - Black-box type testing that is based on overall requirements specifications; covers all combined parts of a system.  Ensures that system meets all functional and business requirements. Focus  Verifying that specifications are met  Validating that the system can be used for the intended purpose  The system test design is derived from the system design documents and is used in this phase.  It can involve a number of specialized types of tests to check performance, stress, documentation etc. Sometimes testing is automated using testing tools.  Done by Independent testing group
  • 22. Acceptance testing  To determine whether a system satisfies its acceptance criteria and business requirements or not.  Similar to System testing in that the whole system is checked, but the important difference is the change in focus.  Done by real business users.  It enables the customer to determine whether to accept the system or not.  Also called as Beta Testing, Application Testing or End User Testing.  Approach  Should be performed in real operating environment .  Customer should be able to perform any test
  • 23. • Faults are prevented and it stops fault multiplication. • Avoids the downward flow of defect. • Lower defect Resolution cost due to earlier detection. • Improved quality and reliability. • Reduction in the amount of Re-work. • Improved Risk Management • Validation and Verification at each level of stage containment • Allows testers to be active in the project early in the project’s lifecycle. They develop critical knowledge about the system. Benefits of V-Model