9 Steps Of Software Development
Came across this recently and thought it was an excellent overview of the ideal software development process. As written it's more of a waterfall process, but the flow could also be used for agile processes in smaller iterations.
- Gather requirements
- Systems analysis
- Software design
- Module design
- Unit tests
- Coding
- Integration testing
- Systems testing
- Acceptance testing
Comments
Post a Comment