QTP is used mainly for what kind of testing?
-
retesting
-
regression testing
-
Web based testing
-
GUI testing
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.