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 TypeInterfaceDescriptioninterfaceRepresents 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 TypeClassDescriptionclassThe description of an emulated mobile device test object.Methods in com.hp.lft.sdk.web with parameters of type EnvironmentModifier and TypeMethodDescriptionstatic BrowserBrowserFactory.launch(BrowserDescription browserDesc, Environment env) Launches a new browser tab on the specified environment and returns an instance ofBrowserfor the launched browser.static BrowserBrowserFactory.launch(BrowserType browserType, Environment environment) Launches a new browser tab on the specified environment and returns an instance ofBrowserfor the launched browser.