Package | Description |
---|---|
com.borland.silktest.jtf |
Java Testing Framework (JTF) 核心类。
|
com.borland.silktest.jtf.common |
此程序包中包含常见的 JTF 功能。
|
Modifier and Type | Method and Description |
---|---|
Set<TechDomain> |
BrowserBaseState.getTechDomains()
Deprecated.
从 Silk Test 15.5 开始已不再使用。Silk Test 会自动检测应该加载哪个 TechDomain。
|
Set<TechDomain> |
BaseState.getTechDomains()
Deprecated.
从 Silk Test 15.5 开始已不再使用。Silk Test 会自动检测应该加载哪个 TechDomain。
|
Modifier and Type | Method and Description |
---|---|
void |
Desktop.attach(String executablePattern,
String commandLinePattern,
TechDomain... techdomains)
附加到与可执行模式和命令行模式匹配的指定应用程序。
|
void |
Desktop.attach(String executablePattern,
TechDomain... techdomains)
附加到给定应用程序,尝试启用指定 Techdomain。
|
Object |
Desktop.getOption(String optionName,
TechDomain techDomain)
检索 tech 域特定选项的值。
|
void |
Desktop.setOption(String optionName,
Object optionValue,
TechDomain... techDomains)
为给定的 tech 域设置一个选项。
|
Constructor and Description |
---|
BaseState(String executable,
String commandLineArguments,
String locator,
TechDomain... techDomains)
Deprecated.
从 Silk Test 15.5 开始已不再使用,而使用
BaseState.BaseState(String, String, String) ,因为 Silk Test 会自动检测应该加载哪个 TechDomain。
|
BaseState(String executable,
String locator,
TechDomain... techDomains)
Deprecated.
从 Silk Test 15.5 开始已不再使用,而使用
BaseState.BaseState(String, String) ,因为 Silk Test 会自动检测应该加载哪个 TechDomain。
|
BrowserBaseState(BrowserType browserType,
String url,
String locator,
TechDomain... techDomains)
Deprecated.
从 Silk Test 15.5 开始已不再使用,而使用
BrowserBaseState.BrowserBaseState(BrowserType, String, String) ,因为 Silk Test 会自动检测应该加载哪个 TechDomain。
|
BrowserBaseState(BrowserType browserType,
String url,
TechDomain... techDomains)
Deprecated.
从 Silk Test 15.5 开始已不再使用,而使用
BrowserBaseState.BrowserBaseState(BrowserType, String) ,因为 Silk Test 会自动检测应该加载哪个 TechDomain。
|
BrowserBaseState(String executable,
String url,
String locator,
TechDomain... techDomains)
Deprecated.
从 Silk Test 15.5 开始已不再使用,而使用
BrowserBaseState.BrowserBaseState(String, String, String) ,因为 Silk Test 会自动检测应该加载哪个 TechDomain。
|
BrowserBaseState(String executable,
String url,
TechDomain... techDomains)
Deprecated.
从 Silk Test 15.5 开始已不再使用,而使用
BrowserBaseState.BrowserBaseState(String, String) ,因为 Silk Test 会自动检测应该加载哪个 TechDomain。
|
Modifier and Type | Field and Description |
---|---|
static TechDomain |
TechDomain.FLEX
Flex tech 域的常量。
|
static TechDomain |
TechDomain.SAP
SAP tech 域的常量。
|
static TechDomain |
TechDomain.SILVERLIGHT
Silverlight tech 域的常量。
|
static TechDomain |
TechDomain.SWING
Swing tech 域的常量。
|
static TechDomain |
TechDomain.SWT
SWT tech 域的常量。
|
static TechDomain |
TechDomain.WIN32
Win32 tech 域的常量。
|
static TechDomain |
TechDomain.WINDOWS_FORMS
Windows Forms tech 域的常量。
|
static TechDomain |
TechDomain.WPF
WPF tech 域的常量。
|
static TechDomain |
TechDomain.XBROWSER
xBrowser tech 域的常量。
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.