Bird
Raised Fist0

Which of the following is the correct sequence of phases in the V-Model from left to right?

easy📝 Syntax Q3 of Q15
Testing Fundamentals - Testing Models and Approaches
Which of the following is the correct sequence of phases in the V-Model from left to right?
ACoding -> Requirements Analysis -> Unit Testing -> System Design
BRequirements Analysis -> System Design -> Coding -> Unit Testing
CUnit Testing -> Coding -> System Design -> Requirements Analysis
DSystem Design -> Requirements Analysis -> Coding -> Unit Testing
Step-by-Step Solution
Solution:
  1. Step 1: Recall V-Model left side phases order

    The V-Model starts with Requirements Analysis, then System Design, then Coding.
  2. Step 2: Recall right side phases order

    After coding, testing phases start with Unit Testing.
  3. Final Answer:

    Requirements Analysis -> System Design -> Coding -> Unit Testing -> Option B
  4. Quick Check:

    Correct phase order = Requirements Analysis -> System Design -> Coding -> Unit Testing [OK]
Quick Trick: V-Model flows left to right: requirements to testing [OK]
Common Mistakes:
MISTAKES
  • Mixing coding before design
  • Reversing testing order

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes