Package com.hp.lft.sdk.oracle
Interface ApplicationSession
- All Superinterfaces:
- Clickable,- LocationInfoProvider,- TestObject,- TestObjectDescriber,- TopLevelObject,- UiObjectBase
An Oracle Applications session window.
- 
Method SummaryModifier and TypeMethodDescriptionvoidexit()Exits the Oracle Applications session window.<TForm extends UiFormBase>
 TFormgetActiveWindow(Class<TForm> type) Returns the test object representing the currently active window.The Oracle class hierarchy of the object's Oracle class.voidsync()Instructs OpenText Functional Testing for Developers to wait the specified number of seconds to synchronize with Oracle Applications before continuing the run session.voidsync(long seconds) Instructs OpenText Functional Testing for Developers to wait the specified number of seconds to synchronize with Oracle Applications before continuing the run session.Methods inherited from interface com.hp.lft.sdk.LocationInfoProvidergetAbsoluteLocation, getLocation, getSizeMethods inherited from interface com.hp.lft.sdk.TestObjectcallFTMethod, callFTMethod, exists, exists, findChildren, getDescription, getDisplayName, getParent, getSnapshot, getTextLocations, getTextLocations, getVisibleText, getVisibleText, highlight, highlightMatches, setDescription, setDisplayName, verifyImageExists, verifyImageExists, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, waitUntilExists, waitUntilExistsMethods inherited from interface com.hp.lft.sdk.TestObjectDescriberdescribeMethods inherited from interface com.hp.lft.sdk.oracle.UiObjectBasegetObjectType, selectFromPopupMenu, selectFromPopupMenu, sendKey
- 
Method Details- 
exitExits the Oracle Applications session window.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
syncInstructs OpenText Functional Testing for Developers to wait the specified number of seconds to synchronize with Oracle Applications before continuing the run session.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
syncInstructs OpenText Functional Testing for Developers to wait the specified number of seconds to synchronize with Oracle Applications before continuing the run session.- Parameters:
- seconds- If a number is passed, it will wait this number of seconds for a response.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getActiveWindowReturns the test object representing the currently active window.- Type Parameters:
- TForm- the generic type of the oracle window test object.
- Parameters:
- type- the oracle window interface type to find.
- Returns:
- a test object representing the current active window.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getClassPathThe Oracle class hierarchy of the object's Oracle class.- Returns:
- the class hierarchy of the object's.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-