📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!

  • google app store apple app store
  • ✖

      Question

      What is the primary purpose of Regression

      Testing? 
      A To test individual components of the software Correct Answer Incorrect Answer
      B To test the integration between different modules Correct Answer Incorrect Answer
      C To verify that recent changes have not adversely affected existing functionality Correct Answer Incorrect Answer
      D To ensure that the software meets the user’s acceptance criteria Correct Answer Incorrect Answer
      E To perform performance benchmarking on software Correct Answer Incorrect Answer

      Solution

      Regression Testing is performed after changes are made to a software system to ensure that previously developed and tested functionalities still work as expected. This is especially important when new features are added, bugs are fixed, or changes are made to the codebase. By re-running previous test cases, regression testing helps catch unintentional errors introduced by recent code changes. Why other options are wrong: a) Unit Testing : Tests individual components or functions, not regression. b) Integration Testing : Ensures that different modules work together, but does not focus on detecting new errors in existing functionality. d) User Acceptance Testing (UAT) : Verifies if the software meets business needs from the user’s perspective. e) Performance Testing : Focuses on measuring system performance metrics, not regression errors.

      Practice Next

      Relevant for Exams:

      ask-question