WindowsAppsOptions Object
Description
Represents the GUI Testing tab > Windows Applications node > General pane and the GUI Testing tab > Windows Applications node > Advanced pane of the Options dialog box, which enable you to configure how OpenText Functional Testing records and runs steps on Windows-based applications.
Remarks
This object should be used to set the options that are used for Standard Windows, .NET Windows Forms, Visual Basic, and ActiveX applications.
Example
Public Properties
Public Property AttachedTextAreaThe point on an object from which OpenText Functional Testing searches for the object's attached text.
Public Property AttachedTextRadiusThe maximum distance, in pixels, that OpenText Functional Testing searches for attached text.
Public Property ClickEditBeforeSetTextIndicates whether OpenText Functional Testing fires a click event to set focus in the edit box before setting a text value.
Public Property ExpandMenuToRetrievePropertiesIndicates whether OpenText Functional Testing opens menu objects before retrieving menu item properties during a run session.
Public Property ForceEnumChildWindowsEnumerates all windows in the system (rather than only top-level windows) when running a step.
Public Property NonUniqueListItemRecordModeThe method for recording an item in a list or tree when two or more items have an identical name.
Public Property RecordOwnerDrawnButtonAsThe method for identifying and recording custom-made buttons in the application.
Public Property UseKeyboardToPerformSetIndicates whether OpenText Functional Testing simulates keyboard events, or uses API and Windows messages when performing Set operations on edit boxes during a run session.
Public Property VerifyMenuInitEventIndicates whether OpenText Functional Testing waits for a menu initialization event before recording on menu controls.