Multiple choice technology testing

In order to reduce the time needed for regression testing which method(s) you can apply from the following:

  1. a. Automate if you can.

  2. b. Combine test cases.

  3. c. Designate some tests for periodic testing.

  4. d. All the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Regression testing time can be effectively reduced through three key approaches: automation eliminates manual execution overhead, combining test cases reduces redundant setup and teardown, and periodic testing allows critical tests to run on a schedule rather than in every cycle. All three methods are valid and complementary strategies used in practice.