Users Online

· Guests Online: 129

· Members Online: 0

· Total Members: 188
· Newest Member: meenachowdary055

Forum Threads

Newest Threads
No Threads created
Hottest Threads
No Threads created

Latest Articles

01 Testing Fundamentals

What is V Model? Learn with a Case Study using SDLC & STLC

 

This tutorial explains in detail the Software/System Development Life Cycle (SDLC) like the Waterfall cycle & Iterative cycle like RAID & Agile. And further, it proceeds to explain the V-Model of testing and STLC (Software Test Life Cycle).

 

 

This tutorial explains in detail the Software/System Development Life Cycle (SDLC) like the Waterfall cycle & Iterative cycle like RAID & Agile. And further, it proceeds to explain the V-Model of testing and STLC (Software Test Life Cycle).

 

 

Please be patient. The Video will load in some time. If you still face issue viewing video click here

Suppose, you are assigned a task, to develop a custom software for a client. Now, irrespective of your technical background, try and make an educated guess about the sequence of steps you will follow, to achieve the task.

 

 

What is V Model? Learn with a Case Study using SDLC & STLC

 

 

 

The correct sequence would be.

Different phases of Software Development Cycle

Activities performed in each stage

Requirement Gathering stage
  • Gather as much information as possible about the details & specifications of the desired software from the client. This is nothing but the Requirements gathering stage.
Design Stage
  • Plan the programming language like JavaPHP, .net; database like Oracle, MySQL, etc. Which would be suited for the project, also some high-level functions & architecture.
Build Stage
  • After design stage, it is build stage, that is nothing but actually code the software
Test Stage
  • Next, you test the software to verify that it is build as per the specifications given by the client.
Deployment stage
  • Deploy the application in the respective environment
Maintenance stage
  • Once your system is ready to use, you may require to change the code later on as per customer request

 

 

All these levels constitute the waterfall method of software development lifecycle. As you may observe, that testing in the model starts only after implementation is done.

But if you are working in the large project, where the systems are complex, it's easy to miss out the key details in the requirements phase itself. In such cases, an entirely wrong product will be delivered to the client and you might have to start afresh with the project OR if you manage to note the requirements correctly but make serious mistakes in design and architecture of your software you will have to redesign the entire software to correct the error.

Assessments of thousands of projects have shown that defects introduced during requirements & design make up close to half of the total number of defects.

 

 


Guide to SDLC , STLC & V-Model

 

 

Also, the costs of fixing a defect increases across the development life cycleThe earlier in life cycle a defect is detected, the cheaper it is to fix it. As the say, "A stitch in time saves a nine."

To address this concern, the V model of testing was developed where for every phase, in the Development life cycle there is a corresponding Testing phase

 

 


Guide to SDLC , STLC & V-Model

 

 

 

  • The left side of the model is Software Development Life Cycle - SDLC
  • The right side of the model is Software Test Life Cycle - STLC
  • The entire figure looks like a V, hence the name V - model

Apart from V model, there are iterative development models, where development is carried in phases, with each phase adding a functionality to the software. Each phase comprises of its independent set of development and testing activities.

Good examples of Development lifecycles following iterative method are Rapid Application Development, Agile Development

Here are the Key Terms again:

  • SDLC:
  • SDLC is Software Development Life Cycle. It is the sequence of activities carried out by Developers to design and develop high-quality software.

    Though SDLC uses the term ‘Development’, it does not involve just coding tasks done by developers but also incorporates the tasks contributed by testers and stakeholders.

    In SDLC, test cases are created.

  • STLC:
  • STLC is Software Testing Life Cycle. It consists of series of activities carried out by Testers methodologically to test your software product.

    Though STLC uses the term “testing” it does not involve just testers, at some instances, they have to involve developers as well.

    In STLC Test cases are executed.

  • Waterfall Model:
  • Waterfall model is a sequential model divided into different phases of software development activity. Each stage is designed for performing specific activity during SDLC phase. Testing phase in waterfall model starts only after implementation of the system is done.

    Testing is done within the SDLC.

  • V- Model:
  • V- model is an extension of the waterfall model. Unlike waterfall model, In V-model, there is a corresponding testing phase for each software development phase. Testing in V-model is done in parallel to SDLC stage.

    Testing is done as a sub project of SDLC.

Conclusion

There are numerous development life cycle models. Development model selected for a project depends on the aims and goals of that project.

  • Testing is not a stand-alone activity, and it has to adapt the development model chosen for the project.
  • In any model, testing should performed at all levels i.e. right from requirements until maintenance.

 

-------------------------------------------------------------------------------------------------------------------------------

Comments

No Comments have been Posted.

Post Comment

Please Login to Post a Comment.

Ratings

Rating is available to Members only.

Please login or register to vote.

No Ratings have been Posted.
Render time: 0.74 seconds
10,817,835 unique visits