Uses of Interface
com.hp.lft.sdk.Environment
Packages that use Environment
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing objects in mobile applications.
Provides the SDK for testing Web objects.
-
Uses of Environment in com.hp.lft.sdk
Subinterfaces of Environment in com.hp.lft.sdkModifier and TypeInterfaceDescriptioninterface
Represents an environment on which test operations are performed. -
Uses of Environment in com.hp.lft.sdk.mobile
Subinterfaces of Environment in com.hp.lft.sdk.mobile -
Uses of Environment in com.hp.lft.sdk.web
Subinterfaces of Environment in com.hp.lft.sdk.webClasses in com.hp.lft.sdk.web that implement EnvironmentModifier and TypeClassDescriptionclass
The description of an emulated mobile device test object.Methods in com.hp.lft.sdk.web with parameters of type EnvironmentModifier and TypeMethodDescriptionstatic Browser
BrowserFactory.launch
(BrowserDescription browserDesc, Environment env) Launches a new browser tab on the specified environment and returns an instance ofBrowser
for the launched browser.static Browser
BrowserFactory.launch
(BrowserType browserType, Environment environment) Launches a new browser tab on the specified environment and returns an instance ofBrowser
for the launched browser.