previous |
start |
next
Development Process
- Analysis
- Decide what the project is suppose to do
- Output: requirements document
- describes in detail what the program can do
- Design
-
- Plan how to implement the system
- Output: description of classes and methods and diagrams showing
the relationships among the classes
- Implementation
-
- Write and compile the code
- Output: completed code
- Testing
-
- Run tests to verify the program works correctly
- Output: a report or the test and their results
- Deployment
-
- Install the program and begin using it
previous |
start |
next