Monday, July 16, 2018

Stage 1: Planning and Requirement Analysis

Requirement analysis is the most important and fundamental stage in SDLC. It is performed by the senior members of the team with inputs from the customer, the sales department, market surveys and domain experts in the industry. This information is then used to plan the basic project approach and to conduct product feasibility study in the economical, operational and technical areas.
Planning for the quality assurance requirements and identification of the risks associated with the project is also done in the planning stage. The outcome of the technical feasibility study is to define the various technical approaches that can be followed to implement the project successfully with minimum risks.

  • Requirement Tools: with the help of these tools, requirements of the system will be
    • IBM Requisite Pro - I believe this is the most widely used tool.
    • Contour - J2EE-based requirements management tool by Jama Software.
    • Cradle - Systems engineering and requirements management tool by 3SL.
    • Dimensions RM   - Requirements Management Tool by Serena Software.
    • Concerto   - Concerto is a software project and requirements management platform by Parasoft.
    • Analyst Pro   - Software Requirements Tool by Goda Software

Stage 2: Defining Requirements

Once the requirement analysis is done the next step is to clearly define and document the product requirements and get them approved from the customer or the market analysts. This is done through an SRS (Software Requirement Specification) document which consists of all the product requirements to be designed and developed during the project life cycle.

Stage 3: Designing the Product Architecture

SRS is the reference for product architects to come out with the best architecture for the product to be developed. Based on the requirements specified in SRS, usually more than one design approach for the product architecture is proposed and documented in a DDS - Design Document Specification.
This DDS is reviewed by all the important stakeholders and based on various parameters as risk assessment, product robustness, design modularity, budget and time constraints, the best design approach is selected for the product.
A design approach clearly defines all the architectural modules of the product along with its communication and data flow representation with the external and third party modules (if any). The internal design of all the modules of the proposed architecture should be clearly defined with the minutest of the details in DDS.

No comments:

Post a Comment

Stage 4: Building or Developing the Product

Stage 4: Building or Developing the Product In this stage of SDLC the actual development starts and the product is built. The programmin...