Incremental build model

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found. The incremental build model is a method of software development where the product is designed, implemented and tested incrementally (a little more is added each time) until the product is finished. It involves both development and maintenance. The product is defined as finished when it satisfies all of its requirements. This model combines the elements of the waterfall model with the iterative philosophy of prototyping.

The product is decomposed into a number of components, each of which is designed and built separately (termed as builds). Each component is delivered to the client when it is complete. This allows partial utilization of the product and avoids a long development time. It also avoids a large initial capital outlay and subsequent long waiting period. This model of development also helps ease the traumatic effect of introducing a completely new system all at once. There are, however, several problems with this model.

Incremental model

The incremental model applies the waterfall model incrementally.[1]

The series of releases is referred to as “increments”, with each increment providing more functionality to the customers. After the first increment, a core product is delivered, which can already be used by the customer. Based on customer feedback, a plan is developed for the next increments, and modifications are made accordingly. This process continues, with increments being delivered until the complete product is delivered. The incremental philosophy is also used in the agile process model (see Agile Modeling).[1]

Advantages[2][3]

  1. After each iteration, regression testing should be conducted. During this testing, faulty elements of the software can be quickly identified because few changes are made within any single iteration.
  2. It is generally easier to test and debug than other methods of software development because relatively smaller changes are made during each iteration. This allows for more targeted and rigorous testing of each element within the overall product.
  3. Customer can respond to features and review the product for any needful changes.
  4. Initial product delivery is faster and costs lower.

Disadvantages[4]

  1. Resulting cost may exceed the cost of the organization.
  2. As additional functionality is added to the product, problems may arise related to system architecture which were not evident in earlier prototypes.

Tasks involved

Tasks In Incremental Model

These tasks are common to all the models[1]

  1. Communication: helps to understand the objective.
  2. Planning: required as many people (software teams) work on the same project but different function at same time.
  3. Modeling: involves business modeling, data modeling, and process modeling.
  4. Construction: this involves the reuse software components and automatic code.
  5. Deployment: integration of all the increments.

References

See also

External links

Methodology::Development Models
Incremental lifecycle What is Incremental model - advantages, disadvantages and when to use it Incremental Model in Software Engineering