AutoLogin Property
Description
Indicates whether UFT One automatically logs in to the Oracle E-Business suite Application.
Property type
Read-write property
Syntax
Visual Basic
Public Property AutoLogin As Boolean
Return Type
  • True--UFT automatically logs on to the Oracle E-Business Suite application session.
  • False--UFT opens the specified Oracle E-Business Suite application session, but does not log on to the Oracle E-Business Suite application.  If OracleLauncher.Active is set to True, but AutoLogin is set to False, it is recommended to include the steps for logging onto the Oracle E-Business Suite application as part of your test.
  • Remarks
    If enabled, UFT One uses the values of the User and Password properties to automatically log on to the Oracle E-Business Suite application when a record or run session begins.
    Example
    See Also