Questions tagged [waterfall]

A predictive, sequential way of working in which progress is seen as flowing steadily downwards through phases of analysis, design, build and testing.

The waterfall model divides work into stages or phases. Each stage consists of a different kind of activity and work is expected to progress from one stage to the next in a one-way, linear fashion. For example: requirements gathering followed by analysis then design then build then testing.

Winston Royce described this model of software development in a 1970 paper called Managing the Development of Large Software Systems. Royce did not use the term "waterfall" but his paper is often cited as the origin of the idea. In fact Royce's paper described this style of development in order to point out its problems and to suggest an alternative, using a more iterative approach with feedback at each stage.

Although originally applied to software development, the term waterfall is often used to describe any kind of working approach that is linear and sequential with distinct kinds of activity happening at each stage and with limited opportunity to modify the sequence or change direction.

72 questions
6
votes
4 answers

Are you allowed to make even small changes in a Waterfall project?

In a Waterfall project, are you allowed to make even small changes, such as the design style of the user login form, when the project went passed the design phrase?
Andy
  • 161
  • 1
  • 2
2
votes
2 answers

Setting up task predecessors correctly

Using Open Project (or MS Project, i suppose), in the following example: does #13 depend on #7? does #14 depend on #7? does #13 depend on #12? does #14 depend on #12? Or does it matter at all? Please assume waterfall
JAM
  • 153
  • 1
  • 7
-3
votes
1 answer

what is the advantages of using a waterfall model to solving a project on an aeroplane

Based on the software development life cycle use the waterfall model to resolve the following project.an aeroplane has to be designed to every little detail upfronts.this is possible mostly because we have been building airplanes for a lot longer…
temitope
  • 1
  • 1