Intermediate Software Engineering / SDLC / Agile
Q51 / 100

What is "regression testing"?

Correct! Well done.

Incorrect.

The correct answer is A) Re-running existing tests after code changes to ensure that previously working functionality has not been broken by the new changes

A

Correct Answer

Re-running existing tests after code changes to ensure that previously working functionality has not been broken by the new changes

Explanation

As code evolves, regression tests help catch unintended side effects of changes, ensuring that fixes or new features don't reintroduce previously fixed bugs or break existing functionality.

Progress
51/100