Skip to main content

Software Development Life Cycle (SDLC)

Sometimes in interview this question arise and generally they ask regarding the phases of Software Development model so i am just presenting a Brief idea regarding the SDLC.


There are many approaches which used in software Development like Waterfall Model, Incremental Model, V Model, Iterative Model, Spiral Model, Big Bang Model etc.

SDLC have following steps:

1) Requirement Analysis: In this phase, Development Team work on gathering the information as much as possible regarding the software. For gathering the information team arrange the meeting with the client, review old sites regarding that work, Team internal Meeting to understand the requirement.

2) System design: In this Phase, Developer plan the System Architecture. System design includes the Scope of Project, Scheduling Plan, Resource Availability, Limitation of the Software, What's new in learning phase, impact over the personal and professional and the end users and the requirement of hardware and software.

3) Software Design: In this phase, all information gathering done in first phase used to design the software. Input is all information and User input and the output of this phase is the Software Design.

4) Coding Phase: In this phase, The system design will be converted to the programming part. here all units and module developed in programming language to match the user requirement. This is longest phase of the SDLC.

5) Testing Phase: In this phase, Tester verified the developed software with Verification and Validation to match with the Retirement. In this phase all issue/errors/bugs/mistake is fixed by the developer who found by the testers. Unit Testing, Integration Testing. System Testing and Acceptance Testing are the part of the Testing phase.

6) Deploy: After successful testing and development , the software will be deployed to the client side for use so that users can verified the software as he/she wants.

7) Maintenance: Once users start using the software then may issue generated. Maintenance is the term to fix all such issue generated which are found during the end user use the software. Software keep updating in future as user want some more features for his/her software.  You heard about the Beta version of the software. Beta version means the product is under maintenance but releases for user use.
Software Development Life Cycle, SDLC
Image Source Google

Comments

Popular posts from this blog

Why Jmeter is best option for Performance Testing?

There are multiple tools in market for performance testing of any software but Jmeter is the best solution among all of them due to some reason listed below 1) Jmeter is the open source application so users who use this application will not to pay anything. 2) You can use Jmeter for performance of any web application,  Databases and Web Services (REST and SOAP APIs). 3) Jmeter have the user friendly UI component so it is very easy to use. 4) Jmeter can be used to simulate to put maximum number of concurrent users on a server, network or object to test its strength or to analyze overall performance under different load types. 5) Jmeter also use for functional testing for static( JavaScript and HTML) and dynamic( JSP, Servlets and AJAX) resources. 6) Jmeter provides Verity of graphical representations for performance report so it is easy to understand.

How You Can Test Database?

Now we know the Database Testing which you can learn in my last article. In this article we will discuss about the steps that need to following to test any Database. Database Tester should have some basic knowledge regarding SQL Command like DDL (create/drop),  DML (Insert/Delete/Update) and DCL (Grant/Revoke).

Causes of Software Defects

It is practically impossible that developer develop a bug free software and that software we can deliver without Testing. If the complexity of the software increased then there must be bugs that can harm the users who will use that software.