Different stages

 PLANNING 


Not only in SDLC, for doing any project or presentation the first step is planning because without planning people will not able to go to their further process. The outcome of the technical feasibility study is to define the various technical approaches that can be followed to implement the projects successfully with minimum risks. 


DEFINING


The next stage is defining requirements whose aim is to define and document the product requirements and get them approved from the customer or the market analysts. The process of the defining requirements are done through Software Requirement Specification(SRS) which consists of all the product requirements


DESIGNING


A designing process clearly defines all the architectural modules of the products along with it's communication and data flow representation with the external and third party modules. The Internal design of all the modules of the proposed architecture are clearly defined with the minutest. 


DEVELOPING


In this stage the actual development start and the product is built. Those who are developers this is mandatory for them to follow coding guidelines defined by their organizations and programming tools like compilers, interpreters, debuggers etc are used to generate the code. Different high level programming languages such as C++, Java, Python and much more are used for coding. The programming language is chosen with respect to the type of software being developed. 


TESTING

Basically the testing is step is followed by all the step. So we can say it is the sub stage of the stages. This stage takes place continuosly until the product reaches the quaity standards defined in the SRS. 


DEPLOYMENT


After the testing process stop, the deployment process takes place which is released formally in the appropriate market. The product may first be released in a limited segment and tested in the real business environment. 

Comments

Popular posts from this blog

Software Development Life Cycle