public class EN extends Object
| Constructor and Description |
|---|
EN() |
| Modifier and Type | Method and Description |
|---|---|
static void |
BeginTest(String Testname) |
static void |
ClickOn(String FN) |
static void |
DoubleClickOn(String FN)
\copydoc IOKW_State::DoubleClickOn(String)
|
static void |
EndTest() |
static void |
LogCaption(String FN) |
static void |
LogExists(String FN) |
static void |
LogHasFocus(String FN) |
static void |
LogIsActive(String FN) |
static void |
LogLabel(String FN) |
static void |
LogSelected(String FN) |
static void |
LogTablecellValue(String FN,
String fpsCol,
String fpsRow) |
static void |
LogTooltip(String FN) |
static void |
LogValue(String FN) |
static void |
MemorizeCaption(String FN,
String fpsKeyName) |
static void |
MemorizeExists(String FN,
String fpsKeyName) |
static void |
MemorizeHasFocus(String FN,
String fpsKeyName) |
static void |
MemorizeIsActive(String FN,
String fpsKeyName) |
static void |
MemorizeLabel(String FN,
String fpsKeyName) |
static void |
MemorizeSelectedValue(String FN,
String fpsKeyName) |
static void |
MemorizeTablecellValue(String FN,
String fpsCol,
String fpsRow,
String fpsKeyName) |
static void |
MemorizeTooltip(String FN,
String fpsKeyName) |
static void |
MemorizeValue(String FN,
String fpsKeyName) |
static void |
Select(String FN,
String fpsValue) |
static void |
SelectMenu(String FN) |
static void |
SelectMenu(String FN,
String fpsValue) |
static void |
SelectTablecell(String FN,
String fpsCol,
String fpsRow) |
static void |
SelectWindow(String FN)
\copydoc IOKW_State::SelectWindow(String)
|
static void |
Sequence(String fpsObjectName,
String fpsSequenceName,
String SEQID)
\copydoc IOKW_State::Sequence(String,String,String)
|
static void |
SetFocus(String FN) |
static void |
SetValue(String FN,
String fpsValue) |
static void |
StartApp(String fpsApplicationName) |
static void |
StopApp(String fpsApplicationName) |
static void |
TypeKey(String FN,
String fpsValue) |
static void |
TypeKeyTablecell(String FN,
String fpsCol,
String fpsRow,
String fpsValue) |
static void |
TypeKeyWindow(String FN,
String fpsValue) |
static void |
VerifyCaption(String FN,
String fpsValue) |
static void |
VerifyCaptionREGX(String FN,
String fpsValue) |
static void |
VerifyCaptionWCM(String FN,
String fpsValue) |
static void |
VerifyDirectoryExists(String fpsPath,
String ExpVal)
\copydoc IOKW_State::VerifyDirectoyExists(String,String)
|
static void |
VerifyExists(String FN,
String fpsValue) |
static void |
VerifyFileExists(String fpsPathAndFileName,
String ExpVal)
\copydoc IOKW_State::VerifyFileExists(String,String)
|
static void |
VerifyHasFocus(String FN,
String ExpVal) |
static void |
VerifyIsActive(String FN,
String ExpVal) |
static void |
VerifyLabel(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyLabel(String,String)
|
static void |
VerifyLabelREGX(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyLabelREGX(String,String)
|
static void |
VerifyLabelWCM(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyLabelWCM(String,String)
|
static void |
VerifySelectedValue(String FN,
String ExpVal) |
static void |
VerifyTablecellValue(String FN,
String fpsCol,
String fpsRow,
String ExpVal) |
static void |
VerifyTooltip(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyTooltip(String,String)
|
static void |
VerifyTooltipREGX(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyTooltipREGX(String,String)
|
static void |
VerifyTooltipWCM(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyTooltipWCM(String,String)
|
static void |
VerifyValue(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyValue(String,String)
|
static void |
VerifyValueREGX(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyValueREGX(String,String)
|
static void |
VerifyValueWCM(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyValueWCM(String,String)
|
public static void DoubleClickOn(String FN) throws Exception
Exceptionpublic static void LogTablecellValue(String FN, String fpsCol, String fpsRow) throws Exception
Exceptionpublic static void MemorizeCaption(String FN, String fpsKeyName) throws Exception
Exceptionpublic static void MemorizeExists(String FN, String fpsKeyName) throws Exception
Exceptionpublic static void MemorizeHasFocus(String FN, String fpsKeyName) throws Exception
Exceptionpublic static void MemorizeIsActive(String FN, String fpsKeyName) throws Exception
Exceptionpublic static void MemorizeLabel(String FN, String fpsKeyName) throws Exception
Exceptionpublic static void MemorizeSelectedValue(String FN, String fpsKeyName) throws Exception
Exceptionpublic static void MemorizeTablecellValue(String FN, String fpsCol, String fpsRow, String fpsKeyName) throws Exception
Exceptionpublic static void MemorizeTooltip(String FN, String fpsKeyName) throws Exception
Exceptionpublic static void MemorizeValue(String FN, String fpsKeyName) throws Exception
Exceptionpublic static void SelectMenu(String FN, String fpsValue) throws Exception
Exceptionpublic static void SelectTablecell(String FN, String fpsCol, String fpsRow) throws Exception
Exceptionpublic static void SelectWindow(String FN) throws Exception
Exceptionpublic static void Sequence(String fpsObjectName, String fpsSequenceName, String SEQID) throws Exception
Exceptionpublic static void TypeKeyTablecell(String FN, String fpsCol, String fpsRow, String fpsValue) throws Exception
Exceptionpublic static void TypeKeyWindow(String FN, String fpsValue) throws Exception
Exceptionpublic static void VerifyCaption(String FN, String fpsValue) throws Exception
Exceptionpublic static void VerifyCaptionREGX(String FN, String fpsValue) throws Exception
Exceptionpublic static void VerifyCaptionWCM(String FN, String fpsValue) throws Exception
Exceptionpublic static void VerifyExists(String FN, String fpsValue) throws Exception
Exceptionpublic static void VerifyHasFocus(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyIsActive(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyLabel(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyLabelREGX(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyLabelWCM(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifySelectedValue(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyTablecellValue(String FN, String fpsCol, String fpsRow, String ExpVal) throws Exception
Exceptionpublic static void VerifyTooltip(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyTooltipWCM(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyTooltipREGX(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyValue(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyValueWCM(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyValueREGX(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyFileExists(String fpsPathAndFileName, String ExpVal) throws Exception
ExceptionCopyright © 2016 OpenKeyWord. All rights reserved.