Please enable JavaScript.
Coggle requires JavaScript to display documents.
Software Development Process (Analysis (This stage is where the client…
Software Development Process
Analysis
This stage is where the client presents a rough idea to the software developer and it is turned into an exact specification
The only people involved in this stage are the software creator and the client
A contract called the requirements specification is created and signed by both the client and software creator after deciding what will be in the program
The software creator needs to ask the client the exactly what he wants out of the program
Design
The program creator will create different plans by designing pseudocode, diagram, structure diagrams, and wireframes
The only person involved in this stage is the program creator
At this stage the program creator starts to think about how they are going to create the program
Implementation
The program creator must make sure the code is readable in case another programmer needs to make changes in the future
Once the program creator has designed the program they will start to create the program in a specific programming language
Testing
It should be tested using normal, extreme, and exceptional data
It must be tested with a range of different inputs to make sure it doesn't crash all of the time
Once the program creator has finished writing the code it has to be tested thoroughly to check for errors
Documentation
When you buy a piece of software most of the time it comes with a manual. This is the documentation
The technical guide has system requirements and how to install the software
User Guide
The user guide is a manual that is made to help the user with the program
It has instructions on running the software and other tips to help the user
Evaluation