Advertisement
TheFastFish

Software Development Process

Sep 29th, 2015
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. Software Development Process
  2.  
  3. 1. Requirements/Specifications
  4. * Seek to understand the problem
  5. * Gather all information
  6.  
  7. 2. System Analysis
  8. * Look at the data flow to identify inputs and outputs
  9. * Once you know the output, it will be easier to determine the input
  10.  
  11. 3. System Design
  12. * Creating an algorithm
  13. * Design a strategy
  14.  
  15. 4. Implementation
  16. * Translate your algorithm into code
  17.  
  18. 5. Testing
  19. * Ensure the code works as it is supposed to
  20. * Weed out the bugs
  21.  
  22. 6. Deployment
  23. * Making it available for use
  24.  
  25. 7. Maintenance
  26. * Updating and improving
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement