Tuesday, July 8, 2008

What is Virtual Objects in QTP?


Your application may contain objects that behave like standard objects but are not recognized by QuickTest. You can define these objects as virtual objects and map them to standard classes, such as a button or a check box.

QuickTest does not support virtual objects for analog or low-level recording.

  1. The Web page or application window must be the same size and in the same position when recording and running tests s as it was when you defined the virtual object.
  2. You cannot insert any type of checkpoint on a virtual object.
  3. The virtual object should not overlap other virtual objects in your application or Web page.
  4. You can define virtual objects only for objects on which you can click or double-click and which record a Click or DblClick step. Otherwise, the virtual object is ignored.

No comments: