QuestionQ72

Secure Software Testing

Which of the following testing methods evaluates system efficiency by systematically selecting the appropriate minimum set of tests required to effectively cover the affected changes?

  • A Unit testing
  • B Integration testing
  • C Acceptance testing
  • D Regression testing
Explanation

Regression testing is performed after changes to identify unintended effects on existing functionality. Impact analysis supports selecting regression test cases that cover the changed configuration items and related features while keeping the test suite manageable.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!