| Part of a series on |
| Software development |
|---|
Paradigms and models |
Standards and bodies of knowledge |
Theincremental build model is a method ofsoftware development where the product isdesigned, implemented, andtested 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 thewaterfall model with the iterative philosophy ofprototyping.According to theProject Management Institute, anincremental approach is an "adaptive development approach in which the deliverable is produced successively, addingfunctionality until the deliverable contains the necessary andsufficient capability to be considered complete."[1]: Section 3. Definitions
The product is decomposed into several components, each of which is designed and built separately (termed as builds).[1]: Section 3.5 Each component is delivered to the client when it is complete. This allows partial utilization of the product and avoids a longdevelopment time. It also avoids a large initial capital outlay and subsequent long waiting periods. This model of development also helps ease the traumatic effect of introducing a completely new system all at once.
The incremental model applies thewaterfall model incrementally.[2]
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 (seeagile modeling).[2][1]: Section 2.3.3
The Incremental model can be applied toDevOps. DevOps centers around the idea of minimizing the risk and cost of a DevOps adoption whilst building the necessary in-house skillset and momentum.[3]
Characteristics of Incremental Model
Disadvantages[6]

These tasks are common to all the models:[2]
{{cite book}}: CS1 maint: location missing publisher (link)