Multiple choice technology testing

Arc testing is known as

  1. Branch testing

  2. Agile testing

  3. Beta testing

  4. Ad-hoc testing

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

Arc testing is another name for branch testing in software testing. It involves testing all branches in the code by ensuring that every decision point (branch) takes both true and false paths. This is distinct from agile testing, beta testing, or ad-hoc testing.