Please enable JavaScript.
Coggle requires JavaScript to display documents.
Software Development Process - Coggle Diagram
Software Development Process
Analysis
people involved
the client and the analyst
documentation produced
A legally binding contract is created called the requirements specification.
Purpose
To help the programmer work out what to do
Design
people involved
The programmer
documentation produced
pseudocode, flowcharts, structure diagrams and wireframes.
Purpose
The stage where the problem is solved
Testing
people involved
Testers
documentation produced
Outputs
purpose
the code has to be tested thoroughly.
Documentation
people involved
the user and the writer of the manual
documentation produced
the user guide and the technical guide.
purpose
Shows the user how to use the software
people involved
documentation produced
purpose
Implementation
documentation produced
the code
people involved
The programmer
purpose
To create the code