Zusammenfassung der Ressource
Software Development Process
- 1. Analysis
- Deciding what you want your program to do
- Program specification
- 2. Design
- How you are going to input your program to the computer
- Psuedocode
- Structure Diagram
- 3. Implementation
- Inputing the code
- 4. Testing
- Testing if your program can deal with different kinds of data
- Normal
- Data in the normal range for what the program is expecting
- Extreme
- Data on the boundaries of what the program is expecting
- Exceptional
- Data outwith the boundaries of what the program is expecting
- 5. Documentation
- Writing the needed documents for the program
- User Guide
- Technical guide
- 6. Evaluation
- Fitness for purpose
- Checking that the program can do what it is supposed to
- 7. Maintenence
- Updating the program for new software
- Fixing any bugs or glitches