Posts

Showing posts with the label SDLC vs STLC

SDLC Phases

1. Requirement Analysis: The requirement is the first stage in the SDLC process.  It is conducted by the senior team members with inputs from all the stakeholders and domain experts in the industry.  This stage gives a clearer picture of the scope of the entire project and the anticipated issues, opportunities, and directives which triggered the project. 2. Software Design:  In this phase system and software design documents are prepared as per the requirement specification document. T his helps define overall system architecture. There are two kinds of design documents developed in this phase: i. High-Level Design (HLD) ii. Low-Level Design(LLD) 3. Software Build: In this is phase, the code requirement o utlined previously will be taken and uses those to  build  the actual  software . 4. Testing: In this phase   The testing team starts testing the functionality of the entire system. This is done to verify that the entire application works according to...

SDLC vs STLC

Image
INTRODUCTION Let's have a look on SDLC and STLC. This blog includes knowledge about what exactly SDLC and STLC. SDLC stands for Software Development Life Cycle and STLC stands for Software Testing Life Cycle. What is Software Testing? Let's start with software testing. What is software testing? Well software testing is a set of activities conducted with the intent of finding errors in softwar e. What is SDLC? Software Development life cycle(SDLC) is a sequence of different activities performed during software development process. Following are the different phases of SDLC: