Zusammenfassung der Ressource
Software Development
- Analysis
- program specification is written in this stage. It’s the type of program you will make.
- Evaluate
- fit for purpose – does what it is supposed to do
- User interface – if it is easy to use and if the menu is easy to follow
- Readability – can other people read the program, use comment lines and incidents.
- Design
- were you plan the program. Contains pseudocode and structured diagram.
- Implement
- input the program into the computer.
- Testing
- Exceptional Testing
- Extreme Testing
- Normal Testing
- Documentation
- User Guide
- Technical Guide
- Maintenance
- Corrective – Fixes Any Bugs
- Perfective – Updates To Improve It
- Adaptive – Operating Systems Changes