Multiple choice technology testing

Same set of QTP code can not access session objects of different browsers.

  1. True

  2. False

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

The same QTP (QuickTest Pro) code CAN access session objects of different browsers using descriptive programming or by creating separate browser/session objects. The limitation is not inherent to QTP - it's about how you design your automation framework.