The concept in which testing performed after code changes to ensure existing functionality still works correctly is best known as which of these terms?
Difficulty: Medium
About this MCQ
This Medium Software Testing & SDLC MCQ checks one syllabus fact.
The question is: “The concept in which testing performed after code changes to ensure existing functionality still works correctly is best known as which of these terms?”
The accepted answer is B. Regression testing. Regression testing refers to testing performed after code changes to ensure existing functionality still works correctly.
- A. Unit testing
Why not A: “Unit testing” is not correct. The accepted answer is B. Regression testing. Regression testing refers to testing performed after code changes to ensure existing functionality still works correctly.
- B. Regression testing ✓
- C. Smoke testing
Why not C: “Smoke testing” is not correct. The accepted answer is B. Regression testing. Regression testing refers to testing performed after code changes to ensure existing functionality still works correctly.
- D. Integration testing
Why not D: “Integration testing” is not correct. The accepted answer is B. Regression testing. Regression testing refers to testing performed after code changes to ensure existing functionality still works correctly.
Correct answer
B. Regression testing
Explanation
Regression testing refers to testing performed after code changes to ensure existing functionality still works correctly.
Source: Software Testing & SDLC Official Reference Guide
Tags: computer science, sdlc, software testing, QA
Submitted by: MCQsHub Editorial
Related MCQs
- Which term refers to a testing method that verifies the smallest testable parts of an application, such as ind...
- What does Unit testing refer to?
- What is the name for a testing phase that verifies the interaction between combined modules or components of a...
- Which of the following best describes Integration testing?
- Identify the correct concept described as: a testing phase that evaluates a fully integrated system against sp...
- System testing is best defined as which of the following?