Question

    Which component in a V-shaped software development model corresponds to the testing phase?

    A Unit Testing Correct Answer Incorrect Answer
    B System Design Correct Answer Incorrect Answer
    C Coding Correct Answer Incorrect Answer
    D Requirements Gathering Correct Answer Incorrect Answer
    E Implementation Correct Answer Incorrect Answer

    Solution

    In the V-shaped model , each development phase has a corresponding testing phase. Unit Testing corresponds to the initial stages of coding, where individual modules are tested to ensure they function correctly before being integrated with others. b) System Design : System Design refers to designing the software structure, not testing. c) Coding : Coding refers to the implementation phase, not testing. d) Requirements Gathering : This is the first step of development, not testing. e) Implementation : Implementation refers to putting the system into production, not to the testing phase.

    Practice Next