Software Process Models Part - I
The software process model maybe defined as a simplified description of a software process, presented from a particular perspective. In essence, each stage of the software process is identified and a model is then employed to represent the inherent activities associated within that stage. Consequently, a collection of ‘local’ models may be utilized in generating the global picture representative of the software process. Examples of models include the - workflow model - data-flow model - role model. Short story of above models : :) W orkflow model shows the sequence of activities in the process along with their inputs, outputs and dependencies. The activities in the model represent human actions. D ataflow model represents the process as a set of activities each of which carries out some data transformation. It shows how the input to the process such as specification is transformed to an output such as design. The activities h...