Multiple choice technology testing

QTP is used mainly for what kind of testing?

  1. retesting

  2. regression testing

  3. Web based testing

  4. GUI testing

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

QTP/UFT is primarily designed for regression testing, which involves repeatedly running existing automated tests to verify that previously working functionality still works after code or configuration changes. While it can do GUI testing and web testing, its main strength and industry use case is automating regression test suites.