Certificate of Cloud Auditing Knowledge (CCAK) — Question 250
The MOST important goal of regression testing is to ensure:
Answer options
- A. new releases do not impact previous stable features.
- B. the system can handle a high number of users.
- C. the expected outputs are provided by the new features.
- D. the system can be restored after a technical issue.
Correct answer: A
Explanation
The correct answer is A because regression testing primarily focuses on ensuring that new changes do not adversely affect existing functionalities. Options B, C, and D address different aspects of software quality, such as performance and recovery, but they are not the main focus of regression testing.