Member-only story

Shift Left Testing -Simplified Version

Mukta Sharma
2 min readDec 26, 2022

--

What is Shift Left testing in Software testing?

Image Credit: @mend.io

Shift left testing could be a buzzing word these days but this terminology has been in existence for a long time. Let me explain based on my knowledge of it.

In the traditional Waterfall model, you have the following stages: (high-level)
1. Requirements Gathering & Analysis
2.Design(HLD+LLD)
3. Coding (development)
4. Testing
5. Release
6. Maintenance

If you notice, testing comes after the coding stage or after the development is completed. Correct?

Now, when we talk about Shift left testing, it implies starting testing from the left of the testing phase which means from the very initial software development process, which again means from the requirement gathering phase itself. (1st stage).

You can start involving testers in the requirement analysis phase.

They can also understand the customer requirement and contribute to the discussion, asking questions in this phase as Business Analyst does.

You can start involving testers in the design phase of the software development process where they can understand the design of the…

--

--

Mukta Sharma
Mukta Sharma

Written by Mukta Sharma

Hi,I write on software testing( Manual testing,Automation,API,Mobile,InterviewQ&A etc.). My YT link :https://www.youtube.com/channel/UCppaYb_VotTvHxb6b3pE_5Q

Responses (1)