Multiple choice technology testing

1.QTP is used for

  1. Integration testing

  2. Functional testing

  3. Regression testing

  4. Load testing

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

QTP (QuickTest Professional, now Unified Functional Testing) is primarily used for functional testing to verify applications work as specified, and regression testing to ensure code changes don't break existing functionality. It is NOT used for load testing (that requires tools like LoadRunner) nor primarily for integration testing.