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 OpenText Functional Testing automatically logs in to the Oracle E-Business suite Application.
Public Property CloseOnExitIndicates whether OpenText Functional Testing closes the Oracle E-Business suite Application session that was opened by the OracleLauncher when the test closes.
Public Property LogoutOnExitIndicates whether OpenText Functional Testing 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.