What are different approach used in qtp?
-
Keyword driven
-
Data driven
-
Hybrid
-
All the above
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.