Multiple choice technology testing

You can access and perform ______________ methods using the Object property.

  1. Run-Time Object

  2. Test Object

  3. Smart Identification Object

  4. Assistive Object

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

In UFT (Unified Functional Testing), the Object property is used to access the native Run-Time Object, which represents the actual application object being tested during test execution. This allows you to use methods and properties that belong to the real application object rather than UFT's test object abstraction. The Test Object is UFT's internal representation, while Run-Time Object gives you direct access to the application's native object.