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

How to Put Load on a Script in JMeter

In last post we discussed about how to record a test script and Firefox settings to run the script. In this post we will discuss about how the Thread Group will work, how can we put n number of users to perform load testing, In JMeter by using Thread Group, we can create virtual users. Thread Group is a set of thread which work in same scenario. There are multiple thread group are available which is use to configure how the virtual users interest with the application, How much load maintain and till how much time load maintain.

How to take the Screenshot in Selenium WebDriver?

If we want to take the screenshot then we have to convert our WebDriver object into the screenshot object. we need to change the behavior of the drive to take the screenshot . We can do it by casting

JMeter Overview Description

In this article we will go through the multiple section of JMeter and describe the tool information. we will discuss about every component of JMeter tool in this Article so that you can hands on while working on script on JMeter about these components.