Purchase Solution

Software Development Methods

Not what you're looking for?

Ask Custom Question

What methods or tools are you familiar with that facilitate requirements elicitation, specification and decomposition?

Purchase this Solution

Solution Preview

Waterfall model
==========
The best-known and oldest process is the waterfall model, where developers follow these steps in order:

* state requirements
* analyze requirements
* design a solution approach
* architect a software framework for that solution
* develop code
* test (unit tests then system tests)
* deploy, and
* Post Implementation.

After each step is finished, the process proceeds to the next step.

Iterative and Incremental development model
==============================
Iterative and Incremental development is a software development process developed in response to the weaknesses of the more traditional waterfall model. The two most well known iterative development frameworks are the:
- Rational Unified Process and
- Dynamic Systems Development Method.

Iterative and incremental development is also an essential part of:
- Extreme Programming and
- All other agile software development frameworks.

The basic idea behind iterative enhancement is to develop a software system incrementally, allowing the developer to take advantage of what was being learned during the development of earlier, incremental, deliverable versions of the system. Learning comes from both the development and use of the system, where possible. Key steps in the process were to start with a simple implementation of a subset of the software requirements and iteratively enhance the evolving sequence of versions until the full system is implemented. At each iteration, design modifications are made and new functional capabilities are added.

The Procedure itself consists of the Initialization step, the Iteration step, and the Project Control List. The initialization step creates a base version of the system. The goal for this initial implementation is to create a product to which the ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Javscript Basics

Quiz on basics of javascript programming language.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Basic Networking Questions

This quiz consists of some basic networking questions.