Unit-Ii Process Models: The Waterfall Model
Unit-Ii Process Models: The Waterfall Model
PROCESS MODELS
Process Models help in the software development
Disadvantages:
Real projects rarely follow the sequential flow since they are always iterative
The model requires requirements to be explicitly spelled out in the beginning, which is
often difficult
A working model is not available until late in the project time span.
Linear sequential model is not suited for projects which are iterative in nature
Used when initial requirements are reasonably well-defined and compelling need to
provide limited functionality to users quickly and then refine and expand on that
functionality in later releases
The incremental model applies linear sequences in a staggered ashion as calendar time
progresses.Each linear sequence provides deliverable increments of software.For ex word
processing sotware developed sing incremental paradigm might deliver basic file
management,editing,and document production functions in 1st increment ;more sophisticated
editing and document production capabilities in 2nd increment;spelling and grammar
checking in 3rd increment; etc
As a result, plan is developed for the next increment Plan addresses the modification of
core product to better meet the needs of customer
The incremental process model unlike prototyping and other evolutionary approaches,is
iterative in nature.But unlike prototyping,the incremental model focuses on delivery of an
operational product with each increment.
This model is particularly useul when staffing is unavailable for a complete implementation
by business deadline that has been established for the project.
Rapid Application Development (RAD) is an incremental software process model that emphasizes
a short development cycle.
Modeling encompasses three major phases: Business modeling, Data modeling and
process modeling
Problems in RAD
Requires commitment from both developer and customer for rapid-fire completion of
activities otherwise it fails
Evolutionary models are iterative and as such are applicable to modern day applications
Prototyping paradigm assists the Software engineering and the customer to better
understand what is to be built when requirements are fuzzy.
The prototyping paradigm begins with communication where requirements and goals of
Software are defined.
Prototyping iteration is planned quickly and modeling in the form of quick design occurs.
The quick design focuses on a representation of those aspects of the Software that will be
visible to the customer Human interface.
Iteration occurs as the prototype is tuned to satisfy the needs of the customer, while
enabling the developer to better understand what needs to be done.
The prototype can serve as the first system. Both customers and developers like the
prototyping paradigm as users get a feel for the actual system, and developers get to
build Software immediately. Yet, prototyping can be problematic:
The key is to define the rules of the game at the beginning. The customer and the
developer must both agree that the prototype is built to serve as a mechanism for
defining requirements.
The spiral model is an evolutionary Software process model that couples the iterative
nature of prototyping with the controlled and systematic aspects of the waterfall model.
During later iterations, increasingly more complete versions of the engineered system
are produced.
A spiral model is divided into a set of framework activities divided by the Software
engineering team.
As this evolutionary process begins, the Software team performs activities that are
implied by a circuit around the spiral in a clockwise direction, beginning at the center.
Risk is considered as each revolution is made.
The first circuit around the spiral might result in the development of a product
specification; subsequent passes around the spiral might be used to develop a prototype
and then progressively more sophisticated versions of the Software.
Each pass through the planning region results in adjustments to the project plan. Cost
and schedule are adjusted based on feedback derived from the customer after delivery.
Unlike other process models that end when Software is delivered, the spiral model can
be adapted to apply throughout the life of the Software.
planning
estimation
scheduling
risk analysis
communication
modeling
analysis
design
start
deployment
construction
delivery
code
feedback test
The concurrent model is often more appropriate for system engineering projects where
different engineering teams are involved.
none
Modeling activity
A waiting
changes
Under review
Under
revision
Baselined
Done
Figure above provides a schematic representation of one Software engineering task within the
modeling activity for the concurrent process model. The activity modeling- may be in any one
of the states noted at any given time.
For example, early in the project the communication activity has completed its first iteration and
exists in the awaiting changes state. The modeling activity which existed in the none state while
initial communication was completed now makes a transition into underdevelopment state.
If, however, the customer indicates the changes in requirements must be made, the modeling
activity moves from the under development state into the awaiting changes state.
The concurrent process model defines a series of events that will trigger transitions from state to
state for each of the Software engineering activities, actions, or tasks.
Commercial off-the-shelf (COTS) Software components, developed by vendors who offer them
as products, can be used when Software is to be built. These components provide targeted
functionality with well-defined interfaces that enable the component to be integrated into the
Software.
The component-based development model incorporates many of the characteristics of the spiral
model.
Available component-based products are researched and evaluated for the application
domain in question.
Component integration issues are considered.
Software architecture is designed to accommodate the components.
Components are integrated into the architecture.
Comprehensive testing is conducted to ensure proper functionality.
The component-based development model leads to Software reuse, and reusability provides
Software engineers with a number of measurable benefits.
The Formal Methods Model encompasses a set of activities that leads to formal mathematical
specifications of Software.
Formal methods enable a Software engineer to specify, develop, and verify a computer-based
system by applying a rigorous, mathematical notation.
A variation of this approach, called clean-room Software engineering is currently applied by some
software development organizations.
http://www.sei.cmu.edu/str/descriptions/cleanroom.html
Although not a mainstream approach, the formal methods model offers the promise of defect-
free Software. Yet, concern about its applicability in a business environment has been voiced:
The figure below depicts the phases of the UP and relates them to the generic activities.
The Inception phase of the UP encompasses both customer communication and planning
activities.
By collaborating with the customer and end-users, business requirements for the software are
identified, a rough architecture for the system is proposed, and a plan for the iterative,
incremental nature of the ensuing project is developed.
Elaboration
Inception
construction
Release
transition
software increment
production
A use-case describes a sequence of actions that are performed by an actor (person, machine,
another system) as the actor interacts with the Software.
The elaboration phase encompasses the customer communication and modeling activities of the
generic process model. Elaboration refines and expands the preliminary use-cases that were
developed as part of the inception phase and expands the architectural representation to include
five different views of the software - the use-case model, the analysis model, the design model,
the implementation model, and the deployment model.
The construction phase of the UP is identical to the construction activity defined for the generic
software process.
Using the architectural model as input, the construction phase develops or acquires the software
components that will make each use-case operational for end-users.
The transition phase of the UP encompasses the latter stages of the generic construction activity
and the first part of the generic deployment activity.
Software is given to end-users for beta testing, and user feedback reports both defects and
necessary changes.
At the conclusion of the transition phase, the software increment becomes a usable software
release user manuals, trouble-shooting guides, and installation procedures.)
The production phase of the UP coincides with the development activity of the generic process.
The on-going use of the software is monitored, support for the operating environment is
provided and defect reports and requests for changes are submitted and evaluated.
UP Phases
Inception Elaboration Construction Transition Production
Workflows
Requirements
Analysis
Design
Implementation
Test
Support
Iterations #1 #2 #n-1 #n