V-model (software development): Difference between revisions

Content deleted Content added
AlephGamma (talk | contribs)
m Added related topics
Changed text - user shouldn't be intimidated about an issue!
Line 22:
''Main article [[Systems design]]''
 
System engineers analyze and understand the business of the proposed system by studying the user requirements document. They figure out possibilities and techniques by which the user requirements can be implemented. If any of the requirements is not feasible, the user is intimidatedinformed aboutof the issue. A resolution is found and the user requirement document is edited accordingly.
 
The software specification document which serves as a blueprint for the development phase is generated. This document contains the general system organization, menu structures, [[Data structure|data structures]] etc. It may also hold examples business scenarios, sample windows, reports for the better understanding. Other technical documentation like entity diagrams, data dictionary will also be produced in this phase. The documents for system testing is prepared in this phase.