Visible Property

Description

This value can be set before or after the Application.Launch statement. Default=False.

Property type

Read-write property

Syntax

Visual Basic
Public Property Visible As Boolean

Return Type

  • True. The testing application is open in visible mode
  • False. The testing application is open in minimized mode

Example

Make OpenText Functional Testing Open in Visible Mode

See Also

Application Object