Multiple choice technology testing

Which type of test cases are ideal for automation

  1. Build Verification Test cases (BVT)

  2. Regression Test cases

  3. Usability Test cases

  4. BVT and Regression

  5. Regression and Usability

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

BVT (Build Verification Tests) and Regression test cases are ideal for automation because they are run frequently and involve stable, repeatable scenarios. BVTs verify core functionality after each build, while regression tests ensure existing features still work after code changes. Both types have predictable outcomes and high execution frequency, maximizing automation ROI. Usability testing involves subjective human judgment about user experience that cannot be automated effectively.