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.

  1. Gather requirements
  2. Systems analysis
  3. Software design
  4. Module design
  5. Unit tests
  6. Coding
  7. Integration testing
  8. Systems testing
  9. Acceptance testing

Comments

Popular posts from this blog

Adding Font Awesome to .NET MAUI App

Comparing SELECT Performance of Joining Integers vs GUIDs in SQL Server

Performance: SQL Server vs MongoDB (JSON data)