Multiple choice technology testing

What are different approach used in qtp?

  1. Keyword driven

  2. Data driven

  3. Hybrid

  4. All the above

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

All the above is correct because QTP (QuickTest Professional) supports three main testing approaches: Keyword-driven (using keywords to represent test steps), Data-driven (separating test logic from test data), and Hybrid (combining both keyword and data-driven approaches). Each approach has its use cases in test automation.