0% found this document useful (0 votes)
202 views2 pages

V-Model For Software Development

The V-model represents a software development process that is an extension of the waterfall model. It consists of two main phases - verification and validation. In the verification phase, requirements are analyzed, the system is designed, architecture is designed, and modules are designed. Each stage of verification has a corresponding validation stage where testing is done, including unit testing, integration testing, system testing, and user acceptance testing. The V-model demonstrates the relationship between development and testing phases throughout the software development lifecycle.

Uploaded by

joyal jose
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
202 views2 pages

V-Model For Software Development

The V-model represents a software development process that is an extension of the waterfall model. It consists of two main phases - verification and validation. In the verification phase, requirements are analyzed, the system is designed, architecture is designed, and modules are designed. Each stage of verification has a corresponding validation stage where testing is done, including unit testing, integration testing, system testing, and user acceptance testing. The V-model demonstrates the relationship between development and testing phases throughout the software development lifecycle.

Uploaded by

joyal jose
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

V-MODEL FOR SOFTWARE DEVELOPMENT

The V-model represents a development process in software development process. It is an extension of the
waterfall model and an example of the more general V-model .Rather than moving down in a linear fashion
the process steps are bent upwards after the coding phase. It demonstrates the relationships between each
phase of the development life cycle and its associated testing phase. The horizontal and vertical axes
represent time or project completeness and level of abstraction respectively. There are two main phases in
the V-model. They are Verification and Validation phases.

Fig 1: The V-model of the Systems Engineering Process

Verification Phases:

 Requirement Analysis
 System Design
 Architecture Design
 Module Design

Requirement Analysis

The first step in requirement analysis is the verification phase where the requirements are collected by
analyzing the need of the users. The user requirement document is generated which describes the systems
functional, interface, performance, data, security etc. The user acceptance tests are designed in this phase.

System Design

The system engineers analyze and understand the proposed system. The techniques by which user
requirements can be implemented are figured out and unfeasible requirements are raised as an issue. The
software requirement document which is used during development phase is generated.

Architecture Design
The baseline in selecting the architecture is that it should realize all which 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.

Module Design

Also referred as low-level design, the designed system is broken down into smaller modules which in turn
help the programmer to start coding directly. The low level design document will contain a detailed
functional logic of the module.

Validation Phases:

In the V-model, each stage of verification phase has a corresponding stage in the validation phase.

 Unit Testing
 Integration Testing
 System Testing
 User acceptance Testing

Unit Testing

A unit is the smallest entity which can independently exist. Unit testing verifies that the smallest entity can
function correctly when isolated from the rest of the codes/units. Unit Test Plans (UTPs) are developed
during module design phase. These UTPs are executed to eliminate bugs at code level or unit level.

Integration Testing

Integration Test Plans are developed during the Architectural Design Phase. These tests verify that units
created and tested independently can coexist and communicate among themselves.

System Testing

System Tests Plans are developed during System Design Phase. System Test ensures that expectations from
application developed are met. The whole application is tested for its functionality, interdependency and
communication. System Testing verifies that functional and non-functional requirements have been met.

User acceptance Testing

User Acceptance Test (UAT) Plans are developed during the Requirements Analysis phase. UAT is
performed in a user environment that resembles the production environment, using realistic data. UAT
verifies that delivered system meets user's requirement and system is ready for use in real time.

You might also like