Skip to content

Instantly share code, notes, and snippets.

@sourcepirate
Last active January 18, 2018 00:42
Show Gist options
  • Save sourcepirate/87c82468afc7307f4e482bb41295104e to your computer and use it in GitHub Desktop.
Save sourcepirate/87c82468afc7307f4e482bb41295104e to your computer and use it in GitHub Desktop.
Software Development life cycle

Phase-I Feasibility Study

  • Input - Customer Requirement,
  • Budget and Timeframe / Output - Cost Benefit Analysis Report

Phase-II Requirement Analysis

  • Input - Customer requirements given in different formats (BRD, FRD)/
  • Output - SRS

Phase-III System Analysis and Designing

  • Input - End User Information / Output - ERD, DFD, Design Documents

Phase IV Development and Coding

  • Input - DB structures,
  • Coding and Programming / Output -developed modules

Phase V Integration and Testing

  • Input - Module Integration, Test Plan, Test Cases / Output - Defects, Issues, Interoperability Analysis Report

Phase VI Acceptance and Deployment

  • Input - Completed Required System, User Guidance Documents / Output - Acceptance Report, Deployment Issues

Useful links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment