Multiple choice technology testing

In the following code – Set Myvar = Description.Create(), Myvar is known as

  1. Property Object

  2. Property Name

  3. Property Value

  4. Dynamic Property

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

In QTP/UFT, using Description.Create() instantiates a Properties collection object (often referred to as a Description object or Property Object) that dynamically defines object properties. It is not a single property name, a single property value, or a dynamic property itself.