Viritus working methodology

Viritus Technologies Private Limited follow Waterfall Model Development.

The waterfall model is a sequential design process, often used in software development processes, in which progress is seen as flowing steadily downwards (like a waterfall) through the phases of Conception, Initiation, Analysis, Design, Construction, Testing, Production/Implementation, and Maintenance.

The waterfall development model originates in the manufacturing and construction industries; highly structured physical environments in which after-the-fact changes are prohibitively costly, if not impossible. Since no formal software development methodologies existed at the time, this hardware-oriented model was simply adapted for software development.

The first known presentation describing use of similar phases in software engineering was held by Herbert D. Benington at Symposium on advanced programming methods for digital computers on 29 June 1956. This presentation was about the development of software for SAGE. In 1983 the paper was republished with a foreword by Benington pointing out that the process was not in fact performed in a strict top-down fashion, but depended on a prototype.

The first formal description of the waterfall model is often cited as a 1970 article by Winston W. Royce, although Royce did not use the term "waterfall" in this article. Royce presented this model as an example of a flawed, non-working model. This, in fact, is how the term is generally used in writing about software development - to describe a critical view of a commonly used software development practice.

The earliest use of the term "waterfall" may have been a 1976 paper by Bell and Thayer.

In waterfall model, the following phases are followed in order:

1) Requirements specification resulting in the product requirements document
2) Design resulting in the Software architecture
3) Construction (implementation or coding) resulting in the actual software
4) Integration
5) Testing and debugging
6) Installation
7) Maintenance

Thus the waterfall model maintains that one should move to a phase only when its preceding phase is completed and perfected.