Question

    What is the primary objective of system testing in the software development lifecycle?

    A To verify individual components or units of the software for correct functionality. Correct Answer Incorrect Answer
    B To ensure that the software meets the specified requirements and functions as intended in an integrated environment. Correct Answer Incorrect Answer
    C To validate the software against the user requirements and design specifications. Correct Answer Incorrect Answer
    D To identify and fix bugs in the source code of the software during development. Correct Answer Incorrect Answer
    E To assess the performance and scalability of the software under various load conditions. Correct Answer Incorrect Answer

    Solution

    System testing is a phase in the software development lifecycle where the complete and integrated software system is tested as a whole. The primary objective of system testing is to verify that the software meets the specified requirements and functions correctly in the intended environment. It involves testing the entire system for compliance with the functional and non-functional requirements, ensuring that all components and interactions work as expected when integrated together.

    Practice Next