0
0
Testing Fundamentalstesting~5 mins

Shift-left testing in Testing Fundamentals - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is Shift-left testing?
Shift-left testing means starting testing activities early in the software development process, usually during requirements and design phases, to find defects sooner.
Click to reveal answer
beginner
Why is Shift-left testing beneficial?
It helps catch bugs early, reduces cost and effort to fix defects, and improves software quality by preventing problems before coding is complete.
Click to reveal answer
beginner
Which phase is testing moved to in Shift-left testing?
Testing is moved to earlier phases like requirements analysis and design instead of waiting until after coding is done.
Click to reveal answer
intermediate
Give an example of a Shift-left testing activity.
Reviewing requirements for errors or ambiguities before coding starts is a Shift-left testing activity.
Click to reveal answer
intermediate
How does Shift-left testing affect collaboration?
It encourages developers, testers, and business analysts to work together early, improving communication and shared understanding.
Click to reveal answer
What does Shift-left testing primarily focus on?
ATesting only the user interface
BStarting testing early in the development process
CSkipping testing to save time
DTesting only after coding is complete
Which phase is NOT typically involved in Shift-left testing?
AUnit testing
BDesign review
CRequirements analysis
DPost-release maintenance
What is a key benefit of Shift-left testing?
AFinding defects late in the process
BIgnoring requirements
CReducing cost to fix bugs
DDelaying testing until deployment
Which activity aligns with Shift-left testing?
ACode review during development
BFinal system testing after deployment
CUser acceptance testing only
DSkipping unit tests
Shift-left testing encourages collaboration between:
ADevelopers and testers early in the process
BOnly testers after coding
CUsers and marketing teams only
DOperations and support teams only
Explain what Shift-left testing is and why it is important.
Think about when testing happens and its benefits.
You got /4 concepts.
    Describe some activities or practices that support Shift-left testing.
    Consider what testers and developers do before coding finishes.
    You got /5 concepts.