OracleLauncher Object
Description
Represents the Oracle tab of the Record and Run Settings dialog box, which enables you to specify which Oracle session to open (if any) when a record or run session begins.
Example
Public Properties
Public Property ActiveIndicates whether to record and run on any Oracle Applications session (False) or to open a specified Oracle Applications session (True) when a record or run session begins.
Public Property AddressThe URL of the Oracle Applications to which you want to connect.
Public Property AutoLoginIndicates whether UFT One automatically logs in to the Oracle E-Business suite Application.
Public Property CloseOnExitIndicates whether UFT One closes the Oracle E-Business suite Application session that was opened by the OracleLauncher when the test closes.
Public Property LogoutOnExitIndicates whether UFT One logs out of the Oracle E-Business suite Application session that was opened by the OracleLauncher when the test closes.
Public Property PasswordThe encrypted Oracle login password.
Public Property UserThe Oracle login user name.
See Also