Package | Description |
---|---|
org.safs.model | |
org.safs.model.components | |
org.safs.model.examples.tables.step |
Modifier and Type | Method and Description |
---|---|
void |
SuiteTestTable.add(StepTestTable table)
Add a StepTestTable to the SuiteTestTable just like any other valid command.
|
Modifier and Type | Method and Description |
---|---|
void |
JavaTable.activateCell(StepTestTable table,
java.lang.String[] parameters)
Attempts to perform a double click on a JavaTable cell.
|
void |
HTMLTable.activateCell(StepTestTable table,
java.lang.String[] parameters)
Attempts to perform a double click on a Table cell.
|
void |
DotNetTable.activateCell(StepTestTable table,
java.lang.String[] parameters)
Attempts to perform a double click on a DotNetTable cell.
|
void |
JavaTable.activateCell(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to perform a double click on a JavaTable cell.
|
void |
HTMLTable.activateCell(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to perform a double click on a Table cell.
|
void |
DotNetTable.activateCell(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to perform a double click on a DotNetTable cell.
|
void |
JavaTable.activateColumnLabel(StepTestTable table,
java.lang.String[] parameters)
Double clicks on the label of the specified column.
|
void |
DotNetTable.activateColumnLabel(StepTestTable table,
java.lang.String[] parameters)
Double clicks on the label of the specified column.
|
void |
JavaTable.activateColumnLabel(StepTestTable table,
java.lang.String colNumber,
java.lang.String yOffset)
Double clicks on the label of the specified column.
|
void |
DotNetTable.activateColumnLabel(StepTestTable table,
java.lang.String colNumber,
java.lang.String yOffset)
Double clicks on the label of the specified column.
|
void |
ListView.activateIndex(StepTestTable table,
java.lang.String index)
Activate (double-click) an item based on it's index in the list
It is important to note that some ListViews index their values
differently.
|
void |
ListView.activateIndexItem(StepTestTable table,
java.lang.String indexValue)
Routine to double click an item according to its index in the list.
|
void |
ListBox.activatePartialMatch(StepTestTable table,
java.lang.String textValue)
Routine to DblClick and Verify an item according to a partial text match.
|
void |
ListView.activatePartialMatch(StepTestTable table,
java.lang.String[] parameters)
Routine to double click an item according to a partial text match.
|
void |
ListView.activatePartialMatch(StepTestTable table,
java.lang.String partialTextValue,
java.lang.String matchIndex)
Routine to double click an item according to a partial text match.
|
void |
TableView.activateTableRow(StepTestTable table,
java.lang.String row)
Activate the specified row in the table.
|
void |
ListBox.activateTextItem(StepTestTable table,
java.lang.String textValue)
Routine to DblClick and Verify an item according to its text value.
|
void |
ListView.activateTextItem(StepTestTable table,
java.lang.String[] parameters)
Routine to double click an item according to its text value.
|
void |
ListView.activateTextItem(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to double click an item according to its text value.
|
void |
ListView.activateTextItemCoords(StepTestTable table,
java.lang.String[] parameters)
Double click a text item at specific Coords.
|
void |
ListView.activateTextItemCoords(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Double click a text item at specific Coords.
|
void |
ListBox.activateUnverifiedPartialMatch(StepTestTable table,
java.lang.String textValue)
DblClicks an item according to a partial text match.
|
void |
ListBox.activateUnverifiedTextItem(StepTestTable table,
java.lang.String textValue)
Routine to DblClick an item according to its text value.
|
void |
ListView.activateUnverifiedTextItem(StepTestTable table,
java.lang.String[] parameters)
Routine to double click an unverifiable item according to its text value.
|
void |
ListView.activateUnverifiedTextItem(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to double click an unverifiable item according to its text value.
|
void |
ListView.activateUnverifiedTextItemCoords(StepTestTable table,
java.lang.String[] parameters)
Double click an unverifiable text item at specific Coords.
|
void |
ListView.activateUnverifiedTextItemCoords(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Double click an unverifiable text item at specific Coords.
|
void |
TreeView.activateUnverifiedTextNode(StepTestTable table,
java.lang.String[] parameters)
Action to (almost) blindly activate (double-click) a text node.
|
void |
TreeView.activateUnverifiedTextNode(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to (almost) blindly activate (double-click) a text node.
|
void |
GenericObject.altClick(StepTestTable table,
java.lang.String[] parameters)
A ALT-click on an object.
|
void |
GenericObject.altClick(StepTestTable table,
java.lang.String appMapSubkey,
java.lang.String autoScroll)
A ALT-click on an object.
|
void |
GenericObject.altLeftDrag(StepTestTable table,
java.lang.String appMapSubkey)
An ALT left mouse drag is performed on the object based on the stored coordinates.
|
void |
JavaTable.assignCellContainsTextRow(StepTestTable table,
java.lang.String[] parameters)
Assigns a user-defined variable a row # based on partial matching cell values.
|
void |
HTMLTable.assignCellContainsTextRow(StepTestTable table,
java.lang.String[] parameters)
Assigns a user-defined variable a row # based on partial matching cell values.
|
void |
DotNetTable.assignCellContainsTextRow(StepTestTable table,
java.lang.String[] parameters)
Assigns a user-defined variable a row # based on partial matching cell values.
|
void |
JavaTable.assignCellContainsTextRow(StepTestTable table,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Assigns a user-defined variable a row # based on partial matching cell values.
|
void |
HTMLTable.assignCellContainsTextRow(StepTestTable table,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Assigns a user-defined variable a row # based on partial matching cell values.
|
void |
DotNetTable.assignCellContainsTextRow(StepTestTable table,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Assigns a user-defined variable a row # based on partial matching cell values.
|
void |
JavaTable.assignCellTextRow(StepTestTable table,
java.lang.String[] parameters)
Assigns a user-defined variable a row # based on matching cell values.
|
void |
HTMLTable.assignCellTextRow(StepTestTable table,
java.lang.String[] parameters)
Assigns a user-defined variable a row # based on matching cell values.
|
void |
DotNetTable.assignCellTextRow(StepTestTable table,
java.lang.String[] parameters)
Assigns a user-defined variable a row # based on matching cell values.
|
void |
JavaTable.assignCellTextRow(StepTestTable table,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Assigns a user-defined variable a row # based on matching cell values.
|
void |
HTMLTable.assignCellTextRow(StepTestTable table,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Assigns a user-defined variable a row # based on matching cell values.
|
void |
DotNetTable.assignCellTextRow(StepTestTable table,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Assigns a user-defined variable a row # based on matching cell values.
|
void |
ListView.assignCellValue(StepTestTable table,
java.lang.String[] parameters)
Assigns the value of a cell in a listview to a variable.
|
void |
ListView.assignCellValue(StepTestTable table,
java.lang.String variable,
java.lang.String rowCoord,
java.lang.String colCoord)
Assigns the value of a cell in a listview to a variable.
|
void |
GenericMaster.assignPropertyVariable(StepTestTable table,
java.lang.String[] parameters)
Assign the string value of an object property to a specific DDVariable
Assign the string value of an object property to a specific DDVariable.
|
void |
GenericMaster.assignPropertyVariable(StepTestTable table,
java.lang.String propertyName,
java.lang.String variableName,
java.lang.String suppressValue)
Assign the string value of an object property to a specific DDVariable
Assign the string value of an object property to a specific DDVariable.
|
void |
JavaTable.assignVariableCellText(StepTestTable table,
java.lang.String[] parameters)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
void |
HTMLTable.assignVariableCellText(StepTestTable table,
java.lang.String[] parameters)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
void |
DotNetTable.assignVariableCellText(StepTestTable table,
java.lang.String[] parameters)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
void |
JavaTable.assignVariableCellText(StepTestTable table,
java.lang.String variableName,
java.lang.String row,
java.lang.String col)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
void |
HTMLTable.assignVariableCellText(StepTestTable table,
java.lang.String variableName,
java.lang.String row,
java.lang.String col)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
void |
DotNetTable.assignVariableCellText(StepTestTable table,
java.lang.String variableName,
java.lang.String row,
java.lang.String col)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
void |
JavaTable.assignVariableFuzzyCellText(StepTestTable table,
java.lang.String[] parameters)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
void |
DotNetTable.assignVariableFuzzyCellText(StepTestTable table,
java.lang.String[] parameters)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
void |
JavaTable.assignVariableFuzzyCellText(StepTestTable table,
java.lang.String variableName,
java.lang.String row,
java.lang.String col)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
void |
DotNetTable.assignVariableFuzzyCellText(StepTestTable table,
java.lang.String variableName,
java.lang.String row,
java.lang.String col)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
void |
HTMLDocument.captureBodySourceToFile(StepTestTable table,
java.lang.String[] parameters)
Captures the HTML source of the BODY tag into a file.
|
void |
HTMLDocument.captureBodySourceToFile(StepTestTable table,
java.lang.String filename,
java.lang.String fileEncoding)
Captures the HTML source of the BODY tag into a file.
|
void |
HTMLDocument.captureBodyTextToFile(StepTestTable table,
java.lang.String[] parameters)
Captures the visible document text into a file.
|
void |
HTMLDocument.captureBodyTextToFile(StepTestTable table,
java.lang.String filename,
java.lang.String fileEncoding)
Captures the visible document text into a file.
|
void |
JavaTable.captureFuzzyRangeToFile(StepTestTable table,
java.lang.String[] parameters)
Saves a range of values to the specified file.
|
void |
HTMLTable.captureFuzzyRangeToFile(StepTestTable table,
java.lang.String[] parameters)
Saves a range of values to the specified file.
|
void |
DotNetTable.captureFuzzyRangeToFile(StepTestTable table,
java.lang.String[] parameters)
Saves a range of values to the specified file.
|
void |
JavaTable.captureFuzzyRangeToFile(StepTestTable table,
java.lang.String fileName,
java.lang.String row,
java.lang.String col,
java.lang.String rows,
java.lang.String columns,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Saves a range of values to the specified file.
|
void |
HTMLTable.captureFuzzyRangeToFile(StepTestTable table,
java.lang.String fileName,
java.lang.String row,
java.lang.String col,
java.lang.String rows,
java.lang.String columns,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Saves a range of values to the specified file.
|
void |
DotNetTable.captureFuzzyRangeToFile(StepTestTable table,
java.lang.String fileName,
java.lang.String row,
java.lang.String col,
java.lang.String rows,
java.lang.String columns,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Saves a range of values to the specified file.
|
void |
ListView.captureItemsToFile(StepTestTable table,
java.lang.String[] parameters)
Capture Items To a File specified (if not abs, then to test dir)
Capture Items To a File specified (if not abs, then to test dir)
|
void |
ListBox.captureItemsToFile(StepTestTable table,
java.lang.String[] parameters)
Capture Items To a File specified (if not abs, then to test dir)
Capture Items To a File specified (if not abs, then to test dir)
|
void |
ComboBox.captureItemsToFile(StepTestTable table,
java.lang.String[] parameters)
Capture Items To a File specified (if not abs, then to test dir)
Capture Items To a File specified (if not abs, then to test dir)
|
void |
ListView.captureItemsToFile(StepTestTable table,
java.lang.String fileName,
java.lang.String fileEncoding)
Capture Items To a File specified (if not abs, then to test dir)
Capture Items To a File specified (if not abs, then to test dir)
|
void |
ListBox.captureItemsToFile(StepTestTable table,
java.lang.String fileName,
java.lang.String fileEncoding)
Capture Items To a File specified (if not abs, then to test dir)
Capture Items To a File specified (if not abs, then to test dir)
|
void |
ComboBox.captureItemsToFile(StepTestTable table,
java.lang.String fileName,
java.lang.String fileEncoding)
Capture Items To a File specified (if not abs, then to test dir)
Capture Items To a File specified (if not abs, then to test dir)
|
void |
GenericMaster.captureObjectDataToFile(StepTestTable table,
java.lang.String[] parameters)
Copy the current contents of an object's data to a file.
|
void |
GenericMaster.captureObjectDataToFile(StepTestTable table,
java.lang.String file,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Copy the current contents of an object's data to a file.
|
void |
GenericMaster.capturePropertiesToFile(StepTestTable table,
java.lang.String[] parameters)
Copy all of the value properties a test object to a file.
|
void |
GenericMaster.capturePropertiesToFile(StepTestTable table,
java.lang.String file,
java.lang.String fileEncoding)
Copy all of the value properties a test object to a file.
|
void |
GenericMaster.capturePropertyToFile(StepTestTable table,
java.lang.String[] parameters)
Copy a propertie's value of a test object to to a file.
|
void |
GenericMaster.capturePropertyToFile(StepTestTable table,
java.lang.String propertyName,
java.lang.String file,
java.lang.String fileEncoding)
Copy a propertie's value of a test object to to a file.
|
void |
FPSpread.captureRangeToFile(StepTestTable table,
java.lang.String capturedFile)
Capture the grid data to the specified file.
|
void |
JavaTable.captureRangeToFile(StepTestTable table,
java.lang.String[] parameters)
Saves a range of values to the specified file.
|
void |
HTMLTable.captureRangeToFile(StepTestTable table,
java.lang.String[] parameters)
Saves a range of values to the specified file.
|
void |
DotNetTable.captureRangeToFile(StepTestTable table,
java.lang.String[] parameters)
Saves a range of values to the specified file.
|
void |
JavaTable.captureRangeToFile(StepTestTable table,
java.lang.String fileName,
java.lang.String row,
java.lang.String col,
java.lang.String rows,
java.lang.String columns,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Saves a range of values to the specified file.
|
void |
HTMLTable.captureRangeToFile(StepTestTable table,
java.lang.String fileName,
java.lang.String row,
java.lang.String col,
java.lang.String rows,
java.lang.String columns,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Saves a range of values to the specified file.
|
void |
DotNetTable.captureRangeToFile(StepTestTable table,
java.lang.String fileName,
java.lang.String row,
java.lang.String col,
java.lang.String rows,
java.lang.String columns,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Saves a range of values to the specified file.
|
void |
TreeView.captureTreeDataToFile(StepTestTable table,
java.lang.String[] parameters)
Copy the current contents of a tree[branch] to a file.
|
void |
JavaTree.captureTreeDataToFile(StepTestTable table,
java.lang.String[] parameters)
Copy the current contents of a tree[branch] to a file.
|
void |
DotNetTree.captureTreeDataToFile(StepTestTable table,
java.lang.String[] parameters)
Copy the current contents of a tree[branch] to a file.
|
void |
TreeView.captureTreeDataToFile(StepTestTable table,
java.lang.String file,
java.lang.String branch,
java.lang.String indentMark,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Copy the current contents of a tree[branch] to a file.
|
void |
JavaTree.captureTreeDataToFile(StepTestTable table,
java.lang.String file,
java.lang.String branch,
java.lang.String indentMark,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Copy the current contents of a tree[branch] to a file.
|
void |
DotNetTree.captureTreeDataToFile(StepTestTable table,
java.lang.String file,
java.lang.String branch,
java.lang.String indentMark,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Copy the current contents of a tree[branch] to a file.
|
void |
CheckBox.check(StepTestTable table)
Tries to perform a Check on the Checkbox.
|
void |
TreeView.checkTextNode(StepTestTable table,
java.lang.String[] parameters)
Checks a node's state icon (checkbox) according to its associated text value.
|
void |
TreeView.checkTextNode(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Checks a node's state icon (checkbox) according to its associated text value.
|
void |
GenericMaster.clearAppMapCache(StepTestTable table)
Clear the internal application map cache.
|
void |
GenericMaster.clearCache(StepTestTable table)
Clear the cache of a component.
|
void |
RadioButton.click(StepTestTable table)
Attempts to perform a standard Click on the RadioButton
|
void |
PushButton.click(StepTestTable table)
Attempts to perform a standard Click on the PushButton
|
void |
Label.click(StepTestTable table)
Attempts to perform a standard Click on the Label
Attempts to perform a standard Click on the Object.
|
void |
HTMLLink.click(StepTestTable table)
Use Generic CLICK where possible.
|
void |
GraphicControl.click(StepTestTable table)
Attempts to perform a standard Click on the GraphicControl object
|
void |
ComboEditBox.click(StepTestTable table)
Defaults to Generic CLICK where applicable.
|
void |
ComboBox.click(StepTestTable table)
Attempts to perform a standard Click on the ComboBox
Attempts to perform a standard Click on the ComboBox.
|
void |
CheckBox.click(StepTestTable table)
Use Generic Object Click
Tries to perform a standard Click on the Checkbox which generally
toggles the current selection status.
|
void |
Window.click(StepTestTable table,
java.lang.String appMapSubkey)
Performs a click on any part of a Window based on a stored x,y coordinate.
|
void |
HTMLTable.click(StepTestTable table,
java.lang.String appMapSubkey)
Attempts to perform a standard Click on an HTMLTable on a webpage.
|
void |
HTMLImage.click(StepTestTable table,
java.lang.String appMapSubkey)
Command deprecated in favor of ClickArea.
|
void |
TabControl.click(StepTestTable table,
java.lang.String[] parameters)
Use ClickTab instead (where available).
|
void |
GenericObject.click(StepTestTable table,
java.lang.String[] parameters)
A single click on an object.
|
void |
TabControl.click(StepTestTable table,
java.lang.String textValue,
java.lang.String process)
Use ClickTab instead (where available).
|
void |
GenericObject.click(StepTestTable table,
java.lang.String appMapSubkey,
java.lang.String autoScroll)
A single click on an object.
|
void |
HTMLImage.clickArea(StepTestTable table,
java.lang.String appMapSubkey)
Attempts to perform a Click on a mapped region of an Image (on a webpage).
|
void |
PushButton.clickButton(StepTestTable table)
Attempts to perform a standard Click on the PushButton
|
void |
GraphicControl.clickButton(StepTestTable table)
Attempts to perform a standard Click on the GraphicControl object
|
void |
ToolBar.clickButton(StepTestTable table,
java.lang.String[] parameters)
Deprecated.
|
void |
ToolBar.clickButton(StepTestTable table,
java.lang.String buttonTextValue,
java.lang.String caseInsensitive)
Deprecated.
|
void |
ToolBar.clickButtonIndex(StepTestTable table,
java.lang.String[] parameters)
Click on the icon at a certain position on the ToolBar object, it is 1-based.
|
void |
ToolBar.clickButtonIndex(StepTestTable table,
java.lang.String index,
java.lang.String coordination)
Click on the icon at a certain position on the ToolBar object, it is 1-based.
|
void |
ToolBar.clickButtonText(StepTestTable table,
java.lang.String[] parameters)
Routine to Click on the specified Button.Key (Text) value.
|
void |
ToolBar.clickButtonText(StepTestTable table,
java.lang.String buttonTextValue,
java.lang.String caseInsensitive,
java.lang.String coordination)
Routine to Click on the specified Button.Key (Text) value.
|
void |
ToolBar.clickButtonTooltip(StepTestTable table,
java.lang.String tooltip)
Click on the icon whose tooltip equals to the provided parameter
Click on the icon whose tooltip equals to the provided parameter
|
void |
VSFlexGrid.clickCell(StepTestTable table,
java.lang.String[] parameters)
Attempts to perform a single Click on a table cell.
|
void |
JavaTable.clickCell(StepTestTable table,
java.lang.String[] parameters)
Attempts to perform a Click on a cell in a JavaTable.
|
void |
HTMLTable.clickCell(StepTestTable table,
java.lang.String[] parameters)
Click on a cell specified by row and column.
|
void |
FPSpread.clickCell(StepTestTable table,
java.lang.String[] parameters)
Attempts to perform a single click on a table cell.
|
void |
DotNetTable.clickCell(StepTestTable table,
java.lang.String[] parameters)
Attempts to perform a Click on a cell in a DotNetTable.
|
void |
VSFlexGrid.clickCell(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to perform a single Click on a table cell.
|
void |
JavaTable.clickCell(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to perform a Click on a cell in a JavaTable.
|
void |
HTMLTable.clickCell(StepTestTable table,
java.lang.String row,
java.lang.String col)
Click on a cell specified by row and column.
|
void |
FPSpread.clickCell(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to perform a single click on a table cell.
|
void |
DotNetTable.clickCell(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to perform a Click on a cell in a DotNetTable.
|
void |
ListBox.clickColumnIndex(StepTestTable table,
java.lang.String index)
Click a column header based on it's index of list, starting from 1
Click a column header based on it's index of list, starting from 1
|
void |
ListBox.clickColumnLabel(StepTestTable table,
java.lang.String label)
Click a column header based on it's label
Click a column header based on it's label
|
void |
JavaTable.clickColumnLabel(StepTestTable table,
java.lang.String[] parameters)
Clicks on the label of the specified column.
|
void |
DotNetTable.clickColumnLabel(StepTestTable table,
java.lang.String[] parameters)
Clicks on the label of the specified column.
|
void |
JavaTable.clickColumnLabel(StepTestTable table,
java.lang.String colNumber,
java.lang.String yOffset)
Clicks on the label of the specified column.
|
void |
DotNetTable.clickColumnLabel(StepTestTable table,
java.lang.String colNumber,
java.lang.String yOffset)
Clicks on the label of the specified column.
|
void |
ListView.clickIndex(StepTestTable table,
java.lang.String index)
Same as (Alias for) ListView ActivateIndexItem
|
void |
ListView.clickIndexItem(StepTestTable table,
java.lang.String index)
Same as (Alias for) ListView ActivateIndexItem
|
void |
HTMLDocument.clickLink(StepTestTable table,
java.lang.String[] parameters)
Performs an HTMLLink Click based on a complete match of text found on
Links within this HTMLDOCUMENT object.
|
void |
HTMLDocument.clickLink(StepTestTable table,
java.lang.String compareTextValue,
java.lang.String matchIndex,
java.lang.String caseSensitive)
Performs an HTMLLink Click based on a complete match of text found on
Links within this HTMLDOCUMENT object.
|
void |
HTMLDocument.clickLinkBeginning(StepTestTable table,
java.lang.String[] parameters)
Performs an HTMLLink Click based on a partial match of text found on
Links within this HTMLDOCUMENT object.
|
void |
HTMLDocument.clickLinkBeginning(StepTestTable table,
java.lang.String beginningTextValue,
java.lang.String matchIndex,
java.lang.String caseSensitive)
Performs an HTMLLink Click based on a partial match of text found on
Links within this HTMLDOCUMENT object.
|
void |
HTMLDocument.clickLinkContaining(StepTestTable table,
java.lang.String[] parameters)
Performs an HTMLLink Click based on a partial match of text found on
Links within this HTMLDOCUMENT object.
|
void |
HTMLDocument.clickLinkContaining(StepTestTable table,
java.lang.String compareTextValue,
java.lang.String matchIndex,
java.lang.String caseSensitive)
Performs an HTMLLink Click based on a partial match of text found on
Links within this HTMLDOCUMENT object.
|
void |
HTMLDocument.clickLinkMatching(StepTestTable table,
java.lang.String[] parameters)
DEPARECATED.
|
void |
HTMLDocument.clickLinkMatching(StepTestTable table,
java.lang.String compareTextValue,
java.lang.String matchIndex,
java.lang.String caseSensitive)
DEPARECATED.
|
void |
TreeView.clickPartial(StepTestTable table,
java.lang.String[] parameters)
Action to click a node according to a partial match of its text value.
|
void |
TreeView.clickPartial(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to click a node according to a partial match of its text value.
|
void |
GenericObject.clickScreenImage(StepTestTable table,
java.lang.String appMapSubKey)
Same as Click.
|
void |
GenericObject.clickScreenLocation(StepTestTable table,
java.lang.String appMapSubkey)
Click a specified screen location.
|
void |
GenericObject.clickScreenPoint(StepTestTable table,
java.lang.String coords)
(Deprecated) Click a specified screen location.
|
void |
TabControl.clickTab(StepTestTable table,
java.lang.String textValue)
Attempts to perform a standard Click on a particular Tab on the TabControl
Attempts to perform a standard Click on a particular Tab on the TabControl.
|
void |
TabControl.clickTabContains(StepTestTable table,
java.lang.String textValue)
Attempts to perform a Click on a Tab according to a partial match of its text value.
|
void |
ListBox.clickTextItem(StepTestTable table,
java.lang.String textValue)
Routine to Click a selection according to its text value.
|
void |
JavaTree.clickTextNode(StepTestTable table,
java.lang.String textValue)
Action to click a node according to its text value.
|
void |
DotNetTree.clickTextNode(StepTestTable table,
java.lang.String textValue)
Action to click a node according to its text value.
|
void |
TreeView.clickTextNode(StepTestTable table,
java.lang.String[] parameters)
Action to click a node according to its text value.
|
void |
TreeView.clickTextNode(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to click a node according to its text value.
|
void |
ToolBar.clickUnverifiedButtonID(StepTestTable table,
java.lang.String buttonID)
Routine to select a toolbar button using it's ID.
|
void |
ToolBar.clickUnverifiedButtonText(StepTestTable table,
java.lang.String[] parameters)
Routine to Click on the specified Button.Key (Text) value.
|
void |
ToolBar.clickUnverifiedButtonText(StepTestTable table,
java.lang.String buttonTextValue,
java.lang.String caseInsensitive,
java.lang.String coordination)
Routine to Click on the specified Button.Key (Text) value.
|
void |
JavaTree.clickUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly click a node according to its text value.
|
void |
DotNetTree.clickUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly click a node according to its text value.
|
void |
TreeView.clickUnverifiedTextNode(StepTestTable table,
java.lang.String[] parameters)
Action to (almost) blindly click a text node.
|
void |
TreeView.clickUnverifiedTextNode(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to (almost) blindly click a text node.
|
void |
Window.closeWindow(StepTestTable table)
Sends a Close command to the active window.
|
void |
JavaTree.collapse(StepTestTable table,
java.lang.String textValue)
Use CollapseTextNode instead.
|
void |
DotNetTree.collapse(StepTestTable table,
java.lang.String textValue)
Use CollapseTextNode instead.
|
void |
TreeView.collapse(StepTestTable table,
java.lang.String[] parameters)
Action to collapse a node according to its text value.
|
void |
TreeView.collapse(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to collapse a node according to its text value.
|
void |
SSTree.collapseNode(StepTestTable table,
java.lang.String appMapSubkey)
Routine to DblClick a node according to its AppMap reference.
|
void |
TreeView.collapsePartial(StepTestTable table,
java.lang.String[] parameters)
Action to collapse a node according to a partial match of its text value.
|
void |
TreeView.collapsePartial(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to collapse a node according to a partial match of its text value.
|
void |
TreeView.collapsePartialTextNode(StepTestTable table,
java.lang.String textValue)
Action to collapse a node according to a partial match of its text value.
|
void |
JavaTree.collapsePartialTextNode(StepTestTable table,
java.lang.String textValue)
Action to collapse a node according to a partial match of its text value.
|
void |
DotNetTree.collapsePartialTextNode(StepTestTable table,
java.lang.String textValue)
Action to collapse a node according to a partial match of its text value.
|
void |
JavaTree.collapseTextNode(StepTestTable table,
java.lang.String textValue)
Action to collapse a node according to its text value.
|
void |
DotNetTree.collapseTextNode(StepTestTable table,
java.lang.String textValue)
Action to collapse a node according to its text value.
|
void |
TreeView.collapseTextNode(StepTestTable table,
java.lang.String[] parameters)
Action to collapse a node according to its text value.
|
void |
TreeView.collapseTextNode(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to collapse a node according to its text value.
|
void |
TreeView.collapseUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly collapse a node according to its text value.
|
void |
JavaTree.collapseUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly collapse a node according to its text value.
|
void |
DotNetTree.collapseUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly collapse a node according to its text value.
|
void |
HTMLTable.compareStoredData(StepTestTable table,
java.lang.String vPAsset)
Performs a HTMLTableVP CompareData on an HTMLTable object.
|
void |
HTMLLink.compareStoredData(StepTestTable table,
java.lang.String vPAsset)
Performs a HTMLLinkVP CompareData on an HTMLLink object.
|
void |
HTMLImage.compareStoredData(StepTestTable table,
java.lang.String vPAsset)
Performs a HTMLImageVP CompareData on an HTMLImage object.
|
void |
GenericObject.compareStoredData(StepTestTable table,
java.lang.String[] parameters)
Performs a GenericObjectVP CompareData on an object.
|
void |
GenericObject.compareStoredData(StepTestTable table,
java.lang.String vPAsset,
java.lang.String addParams)
Performs a GenericObjectVP CompareData on an object.
|
void |
Window.compareStoredProperties(StepTestTable table,
java.lang.String vPAsset)
Performs a WindowVP CompareProperties on an object.
|
void |
HTMLTable.compareStoredProperties(StepTestTable table,
java.lang.String vPAsset)
Performs a HTMLTableVP CompareProperties on an HTMLTable object.
|
void |
HTMLLink.compareStoredProperties(StepTestTable table,
java.lang.String vPAsset)
Performs a HTMLLinkVP CompareProperties on an HTMLLink object.
|
void |
HTMLImage.compareStoredProperties(StepTestTable table,
java.lang.String vPAsset)
Performs a HTMLImageVP CompareProperties on an HTMLImage object.
|
void |
GenericObject.compareStoredProperties(StepTestTable table,
java.lang.String[] parameters)
Performs a GenericObjectVP CompareProperties on an object.
|
void |
GenericObject.compareStoredProperties(StepTestTable table,
java.lang.String vPAsset,
java.lang.String addParams)
Performs a GenericObjectVP CompareProperties on an object.
|
void |
Database.copyDBTableColumnToFile(StepTestTable table,
java.lang.String[] parameters)
This routine will copy the contents of one or more DBTable column(s) to a file.
|
void |
Database.copyDBTableColumnToFile(StepTestTable table,
java.lang.String dBSourceName,
java.lang.String fileOut,
java.lang.String sQLQuery,
java.lang.String directoryOut,
java.lang.String sQLStatus,
java.lang.String delimiter,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
This routine will copy the contents of one or more DBTable column(s) to a file.
|
void |
Database.copyDBTableToFile(StepTestTable table,
java.lang.String[] parameters)
This routine will copy the contents of a DBTable to a file.
|
void |
Database.copyDBTableToFile(StepTestTable table,
java.lang.String dBSourceName,
java.lang.String fileOut,
java.lang.String dBTableName,
java.lang.String columnCount,
java.lang.String rowCount,
java.lang.String sQLQuery,
java.lang.String delimiter,
java.lang.String directoryOut,
java.lang.String sQLStatus,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
This routine will copy the contents of a DBTable to a file.
|
void |
GenericObject.ctrlAltLeftDrag(StepTestTable table,
java.lang.String appMapSubkey)
CTRL ALT left mouse drag is performed on the object based on the stored coordinates.
|
void |
GenericObject.ctrlClick(StepTestTable table,
java.lang.String[] parameters)
A CTRL-click on an object.
|
void |
GenericObject.ctrlClick(StepTestTable table,
java.lang.String appMapSubkey,
java.lang.String autoScroll)
A CTRL-click on an object.
|
void |
FPSpread.ctrlClickCell(StepTestTable table,
java.lang.String[] parameters)
Attempts to perform a single Ctrl+Click on a table cell.
|
void |
FPSpread.ctrlClickCell(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to perform a single Ctrl+Click on a table cell.
|
void |
GenericObject.ctrlClickScreenImage(StepTestTable table,
java.lang.String appMapSubKey)
Same as CtrlClick.
|
void |
TreeView.ctrlClickUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly CTRL-click a node according to its text value.
|
void |
JavaTree.ctrlClickUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly CTRL-click a node according to its text value.
|
void |
DotNetTree.ctrlClickUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly CTRL-click a node according to its text value.
|
void |
GenericObject.ctrlLeftDrag(StepTestTable table,
java.lang.String appMapSubkey)
A CTRL left mouse drag is performed on the object based on the stored coordinates.
|
void |
GenericObject.ctrlRightClick(StepTestTable table,
java.lang.String[] parameters)
A CTRL-Right click on an object.
|
void |
GenericObject.ctrlRightClick(StepTestTable table,
java.lang.String appMapSubkey,
java.lang.String autoScroll)
A CTRL-Right click on an object.
|
void |
GenericObject.ctrlRightClickScreenImage(StepTestTable table,
java.lang.String appMapSubKey)
Same as CtrlRightClick.
|
void |
GenericObject.ctrlShiftLeftDrag(StepTestTable table,
java.lang.String appMapSubkey)
A CTRL SHIFT left mouse drag is performed on the object based on the stored coordinates.
|
void |
Database.deleteDBTableRecords(StepTestTable table,
java.lang.String[] parameters)
Deletes records in a database table
Deletes records in a database table.
|
void |
Database.deleteDBTableRecords(StepTestTable table,
java.lang.String dBTableName,
java.lang.String dBQueryCond,
java.lang.String dBSourceName,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
Deletes records in a database table
Deletes records in a database table.
|
void |
Window.doubleClick(StepTestTable table,
java.lang.String appMapSubkey)
Performs a double-click on any part of a Window based on a stored x,y coordinate.
|
void |
GenericObject.doubleClick(StepTestTable table,
java.lang.String[] parameters)
A double click on an object.
|
void |
GenericObject.doubleClick(StepTestTable table,
java.lang.String appMapSubkey,
java.lang.String autoScroll)
A double click on an object.
|
void |
JavaTable.doubleClickCell(StepTestTable table,
java.lang.String[] parameters)
Attempts to perform a double click on a cell in a JavaTable.
|
void |
HTMLTable.doubleClickCell(StepTestTable table,
java.lang.String[] parameters)
Attempts to perform a double click on a cell in a Table.
|
void |
FPSpread.doubleClickCell(StepTestTable table,
java.lang.String[] parameters)
Attempts to perform a double click on a table cell.
|
void |
DotNetTable.doubleClickCell(StepTestTable table,
java.lang.String[] parameters)
Attempts to perform a double click on a cell in a DotNetTable.
|
void |
JavaTable.doubleClickCell(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to perform a double click on a cell in a JavaTable.
|
void |
HTMLTable.doubleClickCell(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to perform a double click on a cell in a Table.
|
void |
FPSpread.doubleClickCell(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to perform a double click on a table cell.
|
void |
DotNetTable.doubleClickCell(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to perform a double click on a cell in a DotNetTable.
|
void |
JavaTable.doubleClickColumnLabel(StepTestTable table,
java.lang.String[] parameters)
Double clicks on the label of the specified column.
|
void |
DotNetTable.doubleClickColumnLabel(StepTestTable table,
java.lang.String[] parameters)
Double clicks on the label of the specified column.
|
void |
JavaTable.doubleClickColumnLabel(StepTestTable table,
java.lang.String colNumber,
java.lang.String yOffset)
Double clicks on the label of the specified column.
|
void |
DotNetTable.doubleClickColumnLabel(StepTestTable table,
java.lang.String colNumber,
java.lang.String yOffset)
Double clicks on the label of the specified column.
|
void |
TreeView.doubleClickPartial(StepTestTable table,
java.lang.String[] parameters)
Action to double click a node according to a partial match of its text value.
|
void |
TreeView.doubleClickPartial(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to double click a node according to a partial match of its text value.
|
void |
GenericObject.doubleClickScreenImage(StepTestTable table,
java.lang.String appMapSubKey)
Same as DoubleClick.
|
void |
GenericObject.doubleClickScreenLocation(StepTestTable table,
java.lang.String appMapSubkey)
DoubleClick a specified screen location.
|
void |
GenericObject.doubleClickScreenPoint(StepTestTable table,
java.lang.String coords)
(Deprecated) DoubleClick a specified screen location.
|
void |
JavaTree.doubleClickTextNode(StepTestTable table,
java.lang.String textValue)
Action to double-click a node according to its text value.
|
void |
DotNetTree.doubleClickTextNode(StepTestTable table,
java.lang.String textValue)
Action to double-click a node according to its text value.
|
void |
TreeView.doubleClickTextNode(StepTestTable table,
java.lang.String[] parameters)
Action to double click a node according to its text value.
|
void |
TreeView.doubleClickTextNode(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to double click a node according to its text value.
|
void |
JavaTree.doubleClickUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly double-click a node according to its text value.
|
void |
DotNetTree.doubleClickUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly double-click a node according to its text value.
|
void |
TreeView.doubleClickUnverifiedTextNode(StepTestTable table,
java.lang.String[] parameters)
Action to (almost) blindly activate (double-click) a text node.
|
void |
TreeView.doubleClickUnverifiedTextNode(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to (almost) blindly activate (double-click) a text node.
|
void |
GenericObject.doubleTap(StepTestTable table)
A double-tap on a touchscreen object.
|
void |
GenericObject.dragTo(StepTestTable table,
java.lang.String[] parameters)
A left mouse drag is performed from one object to another object based
on the offsets values.
|
void |
GenericObject.dragTo(StepTestTable table,
java.lang.String toWindow,
java.lang.String toComponent,
java.lang.String offsets,
java.lang.String fromSubItem,
java.lang.String toSubItem,
java.lang.String pause)
A left mouse drag is performed from one object to another object based
on the offsets values.
|
void |
Database.execSQLCommit(StepTestTable table,
java.lang.String[] parameters)
This routine will commit the pending queries on the database.
|
void |
Database.execSQLCommit(StepTestTable table,
java.lang.String dBSourceName,
java.lang.String sQLStatus,
java.lang.String userID,
java.lang.String password)
This routine will commit the pending queries on the database.
|
void |
Database.execSQLQuery(StepTestTable table,
java.lang.String[] parameters)
Executes the query provided in a ^queryStr on the database table.
|
void |
Database.execSQLQuery(StepTestTable table,
java.lang.String dBSourceName,
java.lang.String queryStr,
java.lang.String sQLStatusCode,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
Executes the query provided in a ^queryStr on the database table.
|
void |
GenericMaster.executeScript(StepTestTable table,
java.lang.String[] parameters)
Execute a piece of script on the specified component synchronously.
|
void |
GenericMaster.executeScript(StepTestTable table,
java.lang.String script,
java.lang.String paramN)
Execute a piece of script on the specified component synchronously.
|
void |
JavaTree.expand(StepTestTable table,
java.lang.String textValue)
Use ExpandTextNode instead.
|
void |
DotNetTree.expand(StepTestTable table,
java.lang.String textValue)
Use ExpandTextNode instead.
|
void |
TreeView.expand(StepTestTable table,
java.lang.String[] parameters)
Action to expand a node according to its text value.
|
void |
TreeView.expand(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to expand a node according to its text value.
|
void |
SSTree.expandNode(StepTestTable table,
java.lang.String appMapSubkey)
Routine to DblClick a node according to its AppMap reference.
|
void |
TreeView.expandPartial(StepTestTable table,
java.lang.String[] parameters)
Action to expand a node according to a partial match of text value.
|
void |
TreeView.expandPartial(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to expand a node according to a partial match of text value.
|
void |
TreeView.expandPartialTextNode(StepTestTable table,
java.lang.String textValue)
Action to expand a node according to a partial match of text value.
|
void |
JavaTree.expandPartialTextNode(StepTestTable table,
java.lang.String textValue)
Action to expand a node according to a partial match of text value.
|
void |
DotNetTree.expandPartialTextNode(StepTestTable table,
java.lang.String textValue)
Action to expand a node according to a partial match of text value.
|
void |
JavaTree.expandTextNode(StepTestTable table,
java.lang.String textValue)
Action to expand a node according to its text value.
|
void |
DotNetTree.expandTextNode(StepTestTable table,
java.lang.String textValue)
Action to expand a node according to its text value.
|
void |
TreeView.expandTextNode(StepTestTable table,
java.lang.String[] parameters)
Action to expand a node according to its text value.
|
void |
TreeView.expandTextNode(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to expand a node according to its text value.
|
void |
TreeView.expandUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly expand a node according to its text value.
|
void |
JavaTree.expandUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly expand a node according to its text value.
|
void |
DotNetTree.expandUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly expand a node according to its text value.
|
void |
ListView.extendSelectionToTextItem(StepTestTable table,
java.lang.String textValue)
Routine to Shift+Click and Verify a selection according to its text value.
|
void |
ListBox.extendSelectionToTextItem(StepTestTable table,
java.lang.String textValue)
Routine to Shift+Click and Verify a selection according to its text value.
|
void |
FPSpread.findRowNumber(StepTestTable table,
java.lang.String[] parameters)
Search specified columns for the specified text.
|
void |
FPSpread.findRowNumber(StepTestTable table,
java.lang.String rowVarName,
java.lang.String startingRow,
java.lang.String searchColumns,
java.lang.String searchText,
java.lang.String dELIMITER)
Search specified columns for the specified text.
|
void |
GenericObject.flick(StepTestTable table,
java.lang.String[] parameters)
A user-defined flick or swipe on a touchscreen object.
|
void |
GenericObject.flick(StepTestTable table,
java.lang.String appMapSubKey,
java.lang.String duration,
java.lang.String touches,
java.lang.String repeat)
A user-defined flick or swipe on a touchscreen object.
|
void |
GenericObject.flickDown(StepTestTable table,
java.lang.String repeat)
A flick or swipe on a touchscreen object from top-to-bottom.
|
void |
GenericObject.flickLeft(StepTestTable table,
java.lang.String repeat)
A flick or swipe on a touchscreen object from right-to-left.
|
void |
GenericObject.flickRight(StepTestTable table,
java.lang.String repeat)
A flick or swipe on a touchscreen object from left-to-right.
|
void |
GenericObject.flickUp(StepTestTable table,
java.lang.String repeat)
A flick or swipe on a touchscreen object from bottom-to-top.
|
void |
TableView.getCellValue(StepTestTable table,
java.lang.String[] parameters)
Get the value of a cell at a certain row and column
The variable in the parameter will be set to the value of the specified
row and column.
|
void |
TableView.getCellValue(StepTestTable table,
java.lang.String variableName,
java.lang.String row,
java.lang.String column)
Get the value of a cell at a certain row and column
The variable in the parameter will be set to the value of the specified
row and column.
|
void |
GenericMaster.getComputedStyle(StepTestTable table,
java.lang.String testFile)
Get a component's 'computed style', and save them to a file.
|
void |
DatePicker.getDate(StepTestTable table,
java.lang.String variableName)
Action to get date from a date picker component and assign it to a variable.
|
void |
Database.getDBTableColumnCount(StepTestTable table,
java.lang.String[] parameters)
Executes the query in a specified database table and returns the total column count.
|
void |
Database.getDBTableColumnCount(StepTestTable table,
java.lang.String dBSourceName,
java.lang.String dBTableName,
java.lang.String columnCount,
java.lang.String sQLStatusCode,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
Executes the query in a specified database table and returns the total column count.
|
void |
Database.getDBTableRowCount(StepTestTable table,
java.lang.String[] parameters)
Executes the query in a database table.
|
void |
Database.getDBTableRowCount(StepTestTable table,
java.lang.String dBSourceName,
java.lang.String dBTableName,
java.lang.String rowCount,
java.lang.String sQLStatusCode,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
Executes the query in a database table.
|
void |
Database.getDBValue(StepTestTable table,
java.lang.String[] parameters)
Executes the query and returns the case-sensitive value as result of the execution.
|
void |
Database.getDBValue(StepTestTable table,
java.lang.String dBSourceName,
java.lang.String queryStr,
java.lang.String queryResult,
java.lang.String sQLStatusCode,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
Executes the query and returns the case-sensitive value as result of the execution.
|
void |
GenericMaster.getGUIImage(StepTestTable table,
java.lang.String[] parameters)
Capture the screen shot of a GUI component and save it to a file
Capture the screen shot of a GUI component and save it to a file.
|
void |
GenericMaster.getGUIImage(StepTestTable table,
java.lang.String outputFile,
java.lang.String subArea,
java.lang.String filteredAreas)
Capture the screen shot of a GUI component and save it to a file
Capture the screen shot of a GUI component and save it to a file.
|
void |
ProgressBar.getProgress(StepTestTable table,
java.lang.String[] parameters)
Action to get progress of a progress bar component.
|
void |
ProgressBar.getProgress(StepTestTable table,
java.lang.String variableName,
java.lang.String isPrimary)
Action to get progress of a progress bar component.
|
void |
ProgressBar.getRating(StepTestTable table,
java.lang.String variableName)
Action to get rating of a rating bar component.
|
void |
TableView.getRowCount(StepTestTable table,
java.lang.String rowCount)
Get a count of how many rows are in the table
The variable in the parameter will be set to the number of rows
in the table.
|
void |
GenericMaster.getTextFromGUI(StepTestTable table,
java.lang.String[] parameters)
Incorporate OCR technology to detect the text on a GUI component and save the text to a variable.
|
void |
GenericMaster.getTextFromGUI(StepTestTable table,
java.lang.String variableName,
java.lang.String subArea,
java.lang.String oCRId,
java.lang.String langId,
java.lang.String scaleRatio)
Incorporate OCR technology to detect the text on a GUI component and save the text to a variable.
|
void |
TimePicker.getTime(StepTestTable table,
java.lang.String variableName)
Action to get time from a time picker component and assign it to a variable.
|
void |
Window.getWinInfo(StepTestTable table,
java.lang.String[] parameters)
Gets the value of any property in a window.
|
void |
Window.getWinInfo(StepTestTable table,
java.lang.String propertyName,
java.lang.String variableName)
Gets the value of any property in a window.
|
void |
Window.goBack(StepTestTable table)
Make the application\device "go back" to the previous state or window.
|
void |
GenericMaster.gUIDoesExist(StepTestTable table)
Routine to verify the visual existence of a particular window and/or component.
|
void |
GenericMaster.gUIDoesNotExist(StepTestTable table)
Routine to verify the visual non-existence of a particular window and/or component.
|
void |
ComboBox.hideList(StepTestTable table)
Hide the combo box list (equivalent to an ESC or two ESCs).
|
void |
GenericMaster.hoverMouse(StepTestTable table,
java.lang.String[] parameters)
Hover the mouse over an object.
|
void |
GenericMaster.hoverMouse(StepTestTable table,
java.lang.String appMapSubkey,
java.lang.String hoverTime)
Hover the mouse over an object.
|
void |
GenericMaster.hoverScreenLocation(StepTestTable table,
java.lang.String[] parameters)
Hover the mouse over a specified screen location.
|
void |
GenericMaster.hoverScreenLocation(StepTestTable table,
java.lang.String appMapSubkey,
java.lang.String hoverTime)
Hover the mouse over a specified screen location.
|
void |
GenericObject.hScrollTo(StepTestTable table,
java.lang.String pOSITION)
Attempts to perform an HScrollTo on an object.
|
void |
Window.inputCharacters(StepTestTable table,
java.lang.String textValue)
Sends literal text to the active window via an InputChars command.
|
void |
GenericMaster.inputCharacters(StepTestTable table,
java.lang.String textValue)
Sends literal text to the specified component.
|
void |
Window.inputKeys(StepTestTable table,
java.lang.String textValue)
Sends keystrokes to the active window via an InputKeys command.
|
void |
GenericMaster.inputKeys(StepTestTable table,
java.lang.String textValue)
Sends keystrokes to the specified component.
|
void |
GenericMaster.isPropertyExist(StepTestTable table,
java.lang.String[] parameters)
Verify if object's property exists or not.
|
void |
GenericMaster.isPropertyExist(StepTestTable table,
java.lang.String propertyName,
java.lang.String propertyExistVariable)
Verify if object's property exists or not.
|
void |
GenericObject.javaMenuSelect(StepTestTable table,
java.lang.String javaMenuItem)
Select a JAVA Menu Item according to a stored text value.
|
void |
GenericObject.leftDrag(StepTestTable table,
java.lang.String appMapSubkey)
A left mouse drag is performed on the object based on the stored coordinates.
|
void |
GenericMaster.locateScreenImage(StepTestTable table,
java.lang.String[] parameters)
Store the location and dimensions of a component.
|
void |
GenericMaster.locateScreenImage(StepTestTable table,
java.lang.String variableName,
java.lang.String whomRelativeTo)
Store the location and dimensions of a component.
|
void |
TabControl.makeSelection(StepTestTable table,
java.lang.String textValue)
Attempts to perform a standard Click on a particular Tab on the TabControl
Attempts to perform a standard Click on a particular Tab on the TabControl.
|
void |
JavaTree.makeSelection(StepTestTable table,
java.lang.String textValue)
Use SelectTextNode instead.
|
void |
DotNetTree.makeSelection(StepTestTable table,
java.lang.String textValue)
Use SelectTextNode instead.
|
void |
Window.maximize(StepTestTable table)
Sends a WMaximize command to the active window.
|
void |
Window.minimize(StepTestTable table)
Sends a WMinimize command to the active window.
|
void |
GenericObject.mouseClick(StepTestTable table,
java.lang.String appMapSubkey)
A single click on an object by mouse event.
|
void |
GenericObject.multiClick(StepTestTable table,
java.lang.String[] parameters)
Multiple clicks on an object.
|
void |
GenericObject.multiClick(StepTestTable table,
java.lang.String appMapSubkey,
java.lang.String clickCount)
Multiple clicks on an object.
|
void |
GenericObject.multiClickScreenImage(StepTestTable table,
java.lang.String[] parameters)
Same as MULTICLICK.
|
void |
GenericObject.multiClickScreenImage(StepTestTable table,
java.lang.String appMapSubkey,
java.lang.String clickCount)
Same as MULTICLICK.
|
void |
ScrollBar.oneDown(StepTestTable table,
java.lang.String integerValue)
Attempts to perform a ScrollLineDown on a scrollbar.
|
void |
ScrollBar.oneLeft(StepTestTable table,
java.lang.String integerValue)
Attempts to perform a ScrollLeft on a scrollbar.
|
void |
ScrollBar.oneRight(StepTestTable table,
java.lang.String integerValue)
Attempts to perform a ScrollRight on a scrollbar.
|
void |
ScrollBar.oneUp(StepTestTable table,
java.lang.String integerValue)
Attempts to perform a ScrollLineUp on a scrollbar.
|
void |
ScrollBar.pageDown(StepTestTable table,
java.lang.String integerValue)
Attempts to perform a ScrollPageDown on a scrollbar.
|
void |
ScrollBar.pageLeft(StepTestTable table,
java.lang.String integerValue)
Attempts to perform a ScrollPageLeft on a scrollbar.
|
void |
ScrollBar.pageRight(StepTestTable table,
java.lang.String integerValue)
Attempts to perform a ScrollPageRight on a scrollbar.
|
void |
ScrollBar.pageUp(StepTestTable table,
java.lang.String integerValue)
Attempts to perform a ScrollPageUp on a scrollbar.
|
void |
TreeView.partialMatchTreeDataToFile(StepTestTable table,
java.lang.String[] parameters)
Copy the current contents of a tree[branch] to a file according to a partial match of itss text value.
|
void |
JavaTree.partialMatchTreeDataToFile(StepTestTable table,
java.lang.String[] parameters)
Copy the current contents of a tree[branch] to a file according to a partial match of its text value.
|
void |
DotNetTree.partialMatchTreeDataToFile(StepTestTable table,
java.lang.String[] parameters)
Copy the current contents of a tree[branch] to a file according to a partial match of its text value.
|
void |
TreeView.partialMatchTreeDataToFile(StepTestTable table,
java.lang.String file,
java.lang.String branch,
java.lang.String indentMark,
java.lang.String filterMode,
java.lang.String filterOptions)
Copy the current contents of a tree[branch] to a file according to a partial match of itss text value.
|
void |
JavaTree.partialMatchTreeDataToFile(StepTestTable table,
java.lang.String file,
java.lang.String branch,
java.lang.String indentMark,
java.lang.String filterMode,
java.lang.String filterOptions)
Copy the current contents of a tree[branch] to a file according to a partial match of its text value.
|
void |
DotNetTree.partialMatchTreeDataToFile(StepTestTable table,
java.lang.String file,
java.lang.String branch,
java.lang.String indentMark,
java.lang.String filterMode,
java.lang.String filterOptions)
Copy the current contents of a tree[branch] to a file according to a partial match of its text value.
|
void |
Window.pinchClose(StepTestTable table,
java.lang.String[] parameters)
Perform a shrinking "zoom out" operation on a touchscreen device supporting the feature.
|
void |
Window.pinchClose(StepTestTable table,
java.lang.String originSubKey,
java.lang.String resizeSubKey,
java.lang.String duration)
Perform a shrinking "zoom out" operation on a touchscreen device supporting the feature.
|
void |
Window.pinchOpen(StepTestTable table,
java.lang.String[] parameters)
Perform an expanding "zoom in" operation on a touchscreen device supporting the feature.
|
void |
Window.pinchOpen(StepTestTable table,
java.lang.String originSubKey,
java.lang.String resizeSubKey,
java.lang.String duration)
Perform an expanding "zoom in" operation on a touchscreen device supporting the feature.
|
void |
GenericObject.press(StepTestTable table,
java.lang.String duration)
Press a touchscreen object for a number of seconds--0 seconds by default.
|
void |
JavaMenu.resetMenuCache(StepTestTable table)
Reset the cache containing the content of whole menu.
|
void |
TIDRest.restDeleteBinary(StepTestTable table)
Delete binary content.
|
void |
TIDRest.restDeleteCSS(StepTestTable table)
Delete css content.
|
void |
TIDRest.restDeleteCustom(StepTestTable table,
java.lang.String[] parameters)
Perform the "DELETE" method on a REST service with headers defined by user.
|
void |
TIDRest.restDeleteCustom(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "DELETE" method on a REST service with headers defined by user.
|
void |
TIDRest.restDeleteHTML(StepTestTable table) |
void |
TIDRest.restDeleteImage(StepTestTable table)
Delete image content.
|
void |
TIDRest.restDeleteJSON(StepTestTable table)
Delete json content.
|
void |
TIDRest.restDeleteScript(StepTestTable table)
Delete javascript content.
|
void |
TIDRest.restDeleteText(StepTestTable table)
Delete text content.
|
void |
TIDRest.restDeleteXML(StepTestTable table)
Delete xml content.
|
void |
TIDRest.restEndServiceSession(StepTestTable table)
Stop a session for a REST service.
|
void |
TIDRest.restGetBinary(StepTestTable table,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is binary before returning it.
|
void |
TIDRest.restGetBinary(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is binary before returning it.
|
void |
TIDRest.restGetCSS(StepTestTable table,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is css before returning it.
|
void |
TIDRest.restGetCSS(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is css before returning it.
|
void |
TIDRest.restGetCustom(StepTestTable table,
java.lang.String[] parameters)
Perform the "GET" method on a REST service with headers defined by user, and return the content.
|
void |
TIDRest.restGetCustom(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service with headers defined by user, and return the content.
|
void |
TIDRest.restGetHTML(StepTestTable table,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is html before returning it.
|
void |
TIDRest.restGetHTML(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is html before returning it.
|
void |
TIDRest.restGetImage(StepTestTable table,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is image before returning it.
|
void |
TIDRest.restGetImage(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is image before returning it.
|
void |
TIDRest.restGetJSON(StepTestTable table,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is json before returning it.
|
void |
TIDRest.restGetJSON(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is json before returning it.
|
void |
TIDRest.restGetScript(StepTestTable table,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is javascript before returning it.
|
void |
TIDRest.restGetScript(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is javascript before returning it.
|
void |
TIDRest.restGetText(StepTestTable table,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is text before returning it.
|
void |
TIDRest.restGetText(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is text before returning it.
|
void |
TIDRest.restGetXML(StepTestTable table,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is xml before returning it.
|
void |
TIDRest.restGetXML(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is xml before returning it.
|
void |
TIDRest.restHeadBinary(StepTestTable table,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is binary before returning the header part.
|
void |
TIDRest.restHeadBinary(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is binary before returning the header part.
|
void |
TIDRest.restHeadCSS(StepTestTable table,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is css before returning the header part.
|
void |
TIDRest.restHeadCSS(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is css before returning the header part.
|
void |
TIDRest.restHeadCustom(StepTestTable table,
java.lang.String[] parameters)
Perform the "HEAD" method (with headers defined by user) on a REST service, and get back the header part.
|
void |
TIDRest.restHeadCustom(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method (with headers defined by user) on a REST service, and get back the header part.
|
void |
TIDRest.restHeadHTML(StepTestTable table,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is html before returning the header part.
|
void |
TIDRest.restHeadHTML(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is html before returning the header part.
|
void |
TIDRest.restHeadImage(StepTestTable table,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is image before returning the header part.
|
void |
TIDRest.restHeadImage(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is image before returning the header part.
|
void |
TIDRest.restHeadJSON(StepTestTable table,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is json before returning the header part.
|
void |
TIDRest.restHeadJSON(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is json before returning the header part.
|
void |
TIDRest.restHeadScript(StepTestTable table,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is javascript before returning the header part.
|
void |
TIDRest.restHeadScript(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is javascript before returning the header part.
|
void |
TIDRest.restHeadText(StepTestTable table,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is text before returning the header part.
|
void |
TIDRest.restHeadText(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is text before returning the header part.
|
void |
TIDRest.restHeadXML(StepTestTable table,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is xml before returning the header part.
|
void |
TIDRest.restHeadXML(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is xml before returning the header part.
|
void |
Window.restore(StepTestTable table)
Sends a RestorePos command to the active window.
|
void |
TIDRest.restPatchBinary(StepTestTable table) |
void |
TIDRest.restPatchCSS(StepTestTable table) |
void |
TIDRest.restPatchCustom(StepTestTable table) |
void |
TIDRest.restPatchHTML(StepTestTable table) |
void |
TIDRest.restPatchImage(StepTestTable table) |
void |
TIDRest.restPatchJSON(StepTestTable table) |
void |
TIDRest.restPatchScript(StepTestTable table) |
void |
TIDRest.restPatchText(StepTestTable table) |
void |
TIDRest.restPatchXML(StepTestTable table,
java.lang.String[] parameters)
Perform the "PATCH" method on a REST service, and verify the returned status code is 200 or 204.
|
void |
TIDRest.restPatchXML(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PATCH" method on a REST service, and verify the returned status code is 200 or 204.
|
void |
TIDRest.restPostBinary(StepTestTable table) |
void |
TIDRest.restPostCSS(StepTestTable table) |
void |
TIDRest.restPostCustom(StepTestTable table) |
void |
TIDRest.restPostHTML(StepTestTable table) |
void |
TIDRest.restPostImage(StepTestTable table) |
void |
TIDRest.restPostJSON(StepTestTable table) |
void |
TIDRest.restPostScript(StepTestTable table) |
void |
TIDRest.restPostText(StepTestTable table) |
void |
TIDRest.restPostXML(StepTestTable table,
java.lang.String[] parameters)
Perform the "POST" method on a REST service, and verify the returned status code is 201 ("created").
|
void |
TIDRest.restPostXML(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "POST" method on a REST service, and verify the returned status code is 201 ("created").
|
void |
TIDRest.restPutBinary(StepTestTable table)
Put binary content.
|
void |
TIDRest.restPutCSS(StepTestTable table,
java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
TIDRest.restPutCSS(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
TIDRest.restPutCustom(StepTestTable table,
java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
TIDRest.restPutCustom(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
TIDRest.restPutHTML(StepTestTable table,
java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
TIDRest.restPutHTML(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
TIDRest.restPutImage(StepTestTable table)
Put image content.
|
void |
TIDRest.restPutJSON(StepTestTable table,
java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
TIDRest.restPutJSON(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
TIDRest.restPutScript(StepTestTable table,
java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
TIDRest.restPutScript(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
TIDRest.restPutText(StepTestTable table,
java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
TIDRest.restPutText(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
TIDRest.restPutXML(StepTestTable table,
java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
TIDRest.restPutXML(StepTestTable table,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
void |
TIDRest.restRequest(StepTestTable table,
java.lang.String[] parameters)
Perform an HTTP method on a REST service.
|
void |
TIDRest.restRequest(StepTestTable table,
java.lang.String hTTPMethod,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform an HTTP method on a REST service.
|
void |
TIDRest.restStartServiceSession(StepTestTable table,
java.lang.String[] parameters)
Start a session for a REST service.
|
void |
TIDRest.restStartServiceSession(StepTestTable table,
java.lang.String baseURL,
java.lang.String authentication)
Start a session for a REST service.
|
void |
Window.rightClick(StepTestTable table,
java.lang.String appMapSubkey)
Performs a right-click on any part of a Window based on a stored x,y coordinate.
|
void |
GenericObject.rightClick(StepTestTable table,
java.lang.String[] parameters)
A right click on an object.
|
void |
GenericObject.rightClick(StepTestTable table,
java.lang.String appMapSubkey,
java.lang.String autoScroll)
A right click on an object.
|
void |
JavaTable.rightClickCell(StepTestTable table,
java.lang.String[] parameters)
Attempts to perform a right click on a cell in a JavaTable.
|
void |
HTMLTable.rightClickCell(StepTestTable table,
java.lang.String[] parameters)
Attempts to perform a right click on a cell in a Table.
|
void |
FPSpread.rightClickCell(StepTestTable table,
java.lang.String[] parameters)
Attempts to perform a single right click on a table cell.
|
void |
DotNetTable.rightClickCell(StepTestTable table,
java.lang.String[] parameters)
Attempts to perform a right click on a cell in a DotNetTable.
|
void |
JavaTable.rightClickCell(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to perform a right click on a cell in a JavaTable.
|
void |
HTMLTable.rightClickCell(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to perform a right click on a cell in a Table.
|
void |
FPSpread.rightClickCell(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to perform a single right click on a table cell.
|
void |
DotNetTable.rightClickCell(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to perform a right click on a cell in a DotNetTable.
|
void |
JavaTable.rightClickColumnLabel(StepTestTable table,
java.lang.String[] parameters)
Right clicks on the label of the specified column.
|
void |
JavaTable.rightClickColumnLabel(StepTestTable table,
java.lang.String colNumber,
java.lang.String yOffset)
Right clicks on the label of the specified column.
|
void |
TreeView.rightClickPartial(StepTestTable table,
java.lang.String[] parameters)
Action to right click a node according to a partial match of its text value.
|
void |
TreeView.rightClickPartial(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to right click a node according to a partial match of its text value.
|
void |
GenericObject.rightClickScreenImage(StepTestTable table,
java.lang.String appMapSubKey)
Same as RightClick.
|
void |
GenericObject.rightClickScreenLocation(StepTestTable table,
java.lang.String appMapSubkey)
RightClick a specified screen location.
|
void |
GenericObject.rightClickScreenPoint(StepTestTable table,
java.lang.String coords)
(Deprecated) RightClick a specified screen location.
|
void |
ListBox.rightClickTextItem(StepTestTable table,
java.lang.String textValue)
Routine to Right-Click a selection according to its text value.
|
void |
ListView.rightClickTextItem(StepTestTable table,
java.lang.String[] parameters)
Routine to RightClick (single click) an item according to its text value.
|
void |
ListView.rightClickTextItem(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to RightClick (single click) an item according to its text value.
|
void |
ListView.rightClickTextItemCoords(StepTestTable table,
java.lang.String[] parameters)
Right click a text item at specific Coords.
|
void |
ListView.rightClickTextItemCoords(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Right click a text item at specific Coords.
|
void |
JavaTree.rightClickTextNode(StepTestTable table,
java.lang.String textValue)
Action to right-click a node according to its text value.
|
void |
DotNetTree.rightClickTextNode(StepTestTable table,
java.lang.String textValue)
Action to right-click a node according to its text value.
|
void |
TreeView.rightClickTextNode(StepTestTable table,
java.lang.String[] parameters)
Action to right click a node according to its text value.
|
void |
TreeView.rightClickTextNode(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to right click a node according to its text value.
|
void |
ListView.rightClickUnverifiedTextItem(StepTestTable table,
java.lang.String[] parameters)
Routine to RightClick (single click) an unverifiable item according to its text value.
|
void |
ListView.rightClickUnverifiedTextItem(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to RightClick (single click) an unverifiable item according to its text value.
|
void |
ListView.rightClickUnverifiedTextItemCoords(StepTestTable table,
java.lang.String[] parameters)
Right Click an unverifiable text item at specific Coords.
|
void |
ListView.rightClickUnverifiedTextItemCoords(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Right Click an unverifiable text item at specific Coords.
|
void |
JavaTree.rightClickUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly right-click a node according to its text value.
|
void |
DotNetTree.rightClickUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly right-click a node according to its text value.
|
void |
TreeView.rightClickUnverifiedTextNode(StepTestTable table,
java.lang.String[] parameters)
Action to (almost) blindly right-click a text node.
|
void |
TreeView.rightClickUnverifiedTextNode(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to (almost) blindly right-click a text node.
|
void |
GenericObject.rightDrag(StepTestTable table,
java.lang.String appMapSubkey)
A right mouse drag is performed on the object based on the stored coordinates.
|
void |
HTMLImage.saveHTMLImage(StepTestTable table,
java.lang.String[] parameters)
Attempts to Save an HTMLImage on a webpage.
|
void |
HTMLImage.saveHTMLImage(StepTestTable table,
java.lang.String fileName,
java.lang.String coords)
Attempts to Save an HTMLImage on a webpage.
|
void |
GenericMaster.saveTextFromGUI(StepTestTable table,
java.lang.String[] parameters)
Incorporate OCR technology to detect the text on a GUI component and save the text to a text file.
|
void |
GenericMaster.saveTextFromGUI(StepTestTable table,
java.lang.String outputFile,
java.lang.String subArea,
java.lang.String oCRId,
java.lang.String langId,
java.lang.String scaleRatio)
Incorporate OCR technology to detect the text on a GUI component and save the text to a text file.
|
void |
ComboListBox.select(StepTestTable table,
java.lang.String textValue)
Select an item by its text value from an exposed combobox dropdown list.
|
void |
ComboEditBox.select(StepTestTable table,
java.lang.String textValue)
Select an item by its text value from a ComboEditBox.
|
void |
TreeView.select(StepTestTable table,
java.lang.String[] parameters)
Action to select a node according to its text value.
|
void |
ComboBox.select(StepTestTable table,
java.lang.String[] parameters)
Select an item by its text value from a combobox.
|
void |
TreeView.select(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to select a node according to its text value.
|
void |
ComboBox.select(StepTestTable table,
java.lang.String textValue,
java.lang.String forceRefresh)
Select an item by its text value from a combobox.
|
void |
ListView.selectAnotherPartialMatch(StepTestTable table,
java.lang.String[] parameters)
Routine for multiple selection to Control+Click on an item according to a partial text match.
|
void |
ListView.selectAnotherPartialMatch(StepTestTable table,
java.lang.String partialTextValue,
java.lang.String matchIndex)
Routine for multiple selection to Control+Click on an item according to a partial text match.
|
void |
TreeView.selectAnotherPartialTextNode(StepTestTable table,
java.lang.String textValue)
Action to select a node according to a partial match of its text value, in addition to any nodes already selected.
|
void |
JavaTree.selectAnotherPartialTextNode(StepTestTable table,
java.lang.String textValue)
Action to select a node according to a partial match of its text value, in addition to any nodes already selected.
|
void |
DotNetTree.selectAnotherPartialTextNode(StepTestTable table,
java.lang.String textValue)
Action to select a node according to a partial match of its text value, in addition to any nodes already selected.
|
void |
ListBox.selectAnotherTextItem(StepTestTable table,
java.lang.String textValue)
Routine to Control+Click and Verify a selection according to its text value.
|
void |
ListView.selectAnotherTextItem(StepTestTable table,
java.lang.String[] parameters)
Routine for multiple selection to Control+Click on an item by its text value.
|
void |
ListView.selectAnotherTextItem(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Routine for multiple selection to Control+Click on an item by its text value.
|
void |
TreeView.selectAnotherTextNode(StepTestTable table,
java.lang.String textValue)
Action to select a node according to its text value, in addition to any nodes already selected.
|
void |
JavaTree.selectAnotherTextNode(StepTestTable table,
java.lang.String textValue)
Action to select a node according to its text value, in addition to any nodes already selected.
|
void |
DotNetTree.selectAnotherTextNode(StepTestTable table,
java.lang.String textValue)
Action to select a node according to its text value, in addition to any nodes already selected.
|
void |
ListBox.selectAnotherUnverifiedTextItem(StepTestTable table,
java.lang.String textValue)
Routine to Control+Click an item according to its text value.
|
void |
TreeView.selectAnotherUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly select a node according to its text value, in addition to any nodes already selected.
|
void |
JavaTree.selectAnotherUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly select a node according to its text value, in addition to any nodes already selected.
|
void |
DotNetTree.selectAnotherUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly select a node according to its text value, in addition to any nodes already selected.
|
void |
VSFlexGrid.selectCell(StepTestTable table,
java.lang.String[] parameters)
Attempts to perform a Select on a table cell.
|
void |
JavaTable.selectCell(StepTestTable table,
java.lang.String[] parameters)
Same as ClickCell.
|
void |
HTMLTable.selectCell(StepTestTable table,
java.lang.String[] parameters)
Same as ClickCell.
|
void |
DotNetTable.selectCell(StepTestTable table,
java.lang.String[] parameters)
Same as ClickCell.
|
void |
VSFlexGrid.selectCell(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to perform a Select on a table cell.
|
void |
JavaTable.selectCell(StepTestTable table,
java.lang.String row,
java.lang.String col)
Same as ClickCell.
|
void |
HTMLTable.selectCell(StepTestTable table,
java.lang.String row,
java.lang.String col)
Same as ClickCell.
|
void |
DotNetTable.selectCell(StepTestTable table,
java.lang.String row,
java.lang.String col)
Same as ClickCell.
|
void |
JavaTable.selectCellContainsTextFind(StepTestTable table,
java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on cell values.
|
void |
HTMLTable.selectCellContainsTextFind(StepTestTable table,
java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on cell values.
|
void |
DotNetTable.selectCellContainsTextFind(StepTestTable table,
java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on cell values.
|
void |
JavaTable.selectCellContainsTextFind(StepTestTable table,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on cell values.
|
void |
HTMLTable.selectCellContainsTextFind(StepTestTable table,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on cell values.
|
void |
DotNetTable.selectCellContainsTextFind(StepTestTable table,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on cell values.
|
void |
JavaTable.selectCellText(StepTestTable table,
java.lang.String[] parameters)
Attempts to select a particular cell.
|
void |
HTMLTable.selectCellText(StepTestTable table,
java.lang.String[] parameters)
Attempts to select a particular cell.
|
void |
DotNetTable.selectCellText(StepTestTable table,
java.lang.String[] parameters)
Attempts to select a particular cell.
|
void |
JavaTable.selectCellText(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to select a particular cell.
|
void |
HTMLTable.selectCellText(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to select a particular cell.
|
void |
DotNetTable.selectCellText(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to select a particular cell.
|
void |
JavaTable.selectCellTextFind(StepTestTable table,
java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on cell values.
|
void |
HTMLTable.selectCellTextFind(StepTestTable table,
java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on cell values.
|
void |
DotNetTable.selectCellTextFind(StepTestTable table,
java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on cell values.
|
void |
JavaTable.selectCellTextFind(StepTestTable table,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on cell values.
|
void |
HTMLTable.selectCellTextFind(StepTestTable table,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on cell values.
|
void |
DotNetTable.selectCellTextFind(StepTestTable table,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on cell values.
|
void |
JavaTable.selectCellTextSpecial(StepTestTable table,
java.lang.String[] parameters)
Holds down either Ctrl or Shift while making a cell selection
with emulating either a Left or Right mouse click.
|
void |
HTMLTable.selectCellTextSpecial(StepTestTable table,
java.lang.String[] parameters)
Holds down either key Control or Shift while making a cell selection
with emulating either a Left or Right mouse click.
|
void |
DotNetTable.selectCellTextSpecial(StepTestTable table,
java.lang.String[] parameters)
Holds down either Ctrl or Shift while making a cell selection
with emulating either a Left or Right mouse click.
|
void |
JavaTable.selectCellTextSpecial(StepTestTable table,
java.lang.String specialKey,
java.lang.String mouseClick,
java.lang.String row,
java.lang.String col)
Holds down either Ctrl or Shift while making a cell selection
with emulating either a Left or Right mouse click.
|
void |
HTMLTable.selectCellTextSpecial(StepTestTable table,
java.lang.String specialKey,
java.lang.String mouseClick,
java.lang.String row,
java.lang.String col)
Holds down either key Control or Shift while making a cell selection
with emulating either a Left or Right mouse click.
|
void |
DotNetTable.selectCellTextSpecial(StepTestTable table,
java.lang.String specialKey,
java.lang.String mouseClick,
java.lang.String row,
java.lang.String col)
Holds down either Ctrl or Shift while making a cell selection
with emulating either a Left or Right mouse click.
|
void |
JavaTable.selectFuzzyCellText(StepTestTable table,
java.lang.String[] parameters)
Attempts to select a particular cell.
|
void |
HTMLTable.selectFuzzyCellText(StepTestTable table,
java.lang.String[] parameters)
Attempts to select a particular cell.
|
void |
DotNetTable.selectFuzzyCellText(StepTestTable table,
java.lang.String[] parameters)
Attempts to select a particular cell.
|
void |
JavaTable.selectFuzzyCellText(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to select a particular cell.
|
void |
HTMLTable.selectFuzzyCellText(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to select a particular cell.
|
void |
DotNetTable.selectFuzzyCellText(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to select a particular cell.
|
void |
JavaTable.selectFuzzyCellTextFind(StepTestTable table,
java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on fuzzy cell values.
|
void |
HTMLTable.selectFuzzyCellTextFind(StepTestTable table,
java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on fuzzy cell values.
|
void |
DotNetTable.selectFuzzyCellTextFind(StepTestTable table,
java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on fuzzy cell values.
|
void |
JavaTable.selectFuzzyCellTextFind(StepTestTable table,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on fuzzy cell values.
|
void |
HTMLTable.selectFuzzyCellTextFind(StepTestTable table,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on fuzzy cell values.
|
void |
DotNetTable.selectFuzzyCellTextFind(StepTestTable table,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on fuzzy cell values.
|
void |
ListView.selectIndex(StepTestTable table,
java.lang.String index)
Same as (Alias for) ListView SelectIndexItem
|
void |
ListBox.selectIndex(StepTestTable table,
java.lang.String index)
Select an item based on it's index in the list, starting from 1
Select an item based on it's index in the list, starting from 1
|
void |
ComboListBox.selectIndex(StepTestTable table,
java.lang.String indexValue)
Select an item by its index from a combolistbox.
|
void |
ComboEditBox.selectIndex(StepTestTable table,
java.lang.String indexValue)
Select an item by its index from a ComboEditBox (ComboBox).
|
void |
ComboBox.selectIndex(StepTestTable table,
java.lang.String[] parameters)
Select an item by its index from a combobox.
|
void |
ComboBox.selectIndex(StepTestTable table,
java.lang.String indexValue,
java.lang.String forceRefresh)
Select an item by its index from a combobox.
|
void |
ListView.selectIndexItem(StepTestTable table,
java.lang.String itemIndex)
Routine to single click an item according to its Index value.
|
void |
ListView.selectIndexItemCoords(StepTestTable table,
java.lang.String[] parameters)
Routine to single click an item by Index at specific coordinates.
|
void |
ListView.selectIndexItemCoords(StepTestTable table,
java.lang.String itemIndex,
java.lang.String coords)
Routine to single click an item by Index at specific coordinates.
|
void |
Window.selectMenuID(StepTestTable table,
java.lang.String menuID)
Attempts to select a particular menuitem by menuID.
|
void |
Window.selectMenuItem(StepTestTable table,
java.lang.String textValue)
Attempts to select a particular text string menuitem.
|
void |
DotNetMenu.selectMenuItem(StepTestTable table,
java.lang.String textValue)
Action to select a menuItem according to its text value.
|
void |
JavaMenu.selectMenuItem(StepTestTable table,
java.lang.String[] parameters)
Action to select a menuItem according to its text value.
|
void |
JavaMenu.selectMenuItem(StepTestTable table,
java.lang.String textValue,
java.lang.String indexPath)
Action to select a menuItem according to its text value.
|
void |
Window.selectMenuItemContains(StepTestTable table,
java.lang.String textValue)
Attempts to select a menuitem based on a partial text match.
|
void |
DotNetMenu.selectMenuItemContains(StepTestTable table,
java.lang.String textValue)
Action to select a menuItem according to a partial match of its text value.
|
void |
JavaMenu.selectMenuItemContains(StepTestTable table,
java.lang.String[] parameters)
Action to select a menuItem according to a partial match of its text value.
|
void |
JavaMenu.selectMenuItemContains(StepTestTable table,
java.lang.String textValue,
java.lang.String indexPath)
Action to select a menuItem according to a partial match of its text value.
|
void |
SSTree.selectNode(StepTestTable table,
java.lang.String appMapSubkey)
Routine to select a node according to its AppMap reference.
|
void |
TreeView.selectPartial(StepTestTable table,
java.lang.String[] parameters)
Action to select a node according to a partial match of its text value.
|
void |
TreeView.selectPartial(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to select a node according to a partial match of its text value.
|
void |
ListBox.selectPartialMatch(StepTestTable table,
java.lang.String textValue)
Routine to Click and Verify an item according to a partial text match.
|
void |
ComboEditBox.selectPartialMatch(StepTestTable table,
java.lang.String textValue)
Select an item via a partial text match.
|
void |
ListView.selectPartialMatch(StepTestTable table,
java.lang.String[] parameters)
Routine to select (single click) an item according to a partial text match.
|
void |
ComboBox.selectPartialMatch(StepTestTable table,
java.lang.String[] parameters)
Select an item via a partial text match in a combobox.
|
void |
ListView.selectPartialMatch(StepTestTable table,
java.lang.String partialTextValue,
java.lang.String matchIndex)
Routine to select (single click) an item according to a partial text match.
|
void |
ComboBox.selectPartialMatch(StepTestTable table,
java.lang.String textValue,
java.lang.String forceRefresh)
Select an item via a partial text match in a combobox.
|
void |
TreeView.selectPartialTextNode(StepTestTable table,
java.lang.String textValue)
Action to select a node according to a partial match of its text value.
|
void |
JavaTree.selectPartialTextNode(StepTestTable table,
java.lang.String textValue)
Action to select a node according to a partial match of its text value.
|
void |
DotNetTree.selectPartialTextNode(StepTestTable table,
java.lang.String textValue)
Action to select a node according to a partial match of its text value.
|
void |
TreeView.selectPartialTextNodeSpecial(StepTestTable table,
java.lang.String[] parameters)
Holds down either Ctrl or Shift while making an item selection with emulating either a Left or Right mouse click.
|
void |
TreeView.selectPartialTextNodeSpecial(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex,
java.lang.String specialKey,
java.lang.String mouseClick)
Holds down either Ctrl or Shift while making an item selection with emulating either a Left or Right mouse click.
|
void |
PopupMenu.selectPopupMenuID(StepTestTable table,
java.lang.String menuItemID)
Select a menuItem via its menuID in the currently active popup menu.
|
void |
PopupMenu.selectPopupMenuItem(StepTestTable table,
java.lang.String menuItemText)
Select a menuItem via its text in the currently active popup menu.
|
void |
ListView.selectRandomItems(StepTestTable table,
java.lang.String itemCount)
Routine to randomly select multiple items in the ListView object.
|
void |
TreeView.selectStateIcon(StepTestTable table,
java.lang.String[] parameters)
Select/check a node's state icon (checkbox) according to its associated text value.
|
void |
TreeView.selectStateIcon(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Select/check a node's state icon (checkbox) according to its associated text value.
|
void |
TabControl.selectTab(StepTestTable table,
java.lang.String textValue)
Attempts to perform a standard SelectTab on a particular Tab on the TabControl
Attempts to perform a standard Selection on a particular Tab on the TabControl.
|
void |
TabControl.selectTabIndex(StepTestTable table,
java.lang.String tabIndex)
Attempts to select a particular Tab by Index.
|
void |
ListBox.selectTextItem(StepTestTable table,
java.lang.String textValue)
Routine to Click and Verify a selection according to its text value.
|
void |
ListView.selectTextItem(StepTestTable table,
java.lang.String[] parameters)
Routine to select (single click) an item according to its text value.
|
void |
ListView.selectTextItem(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to select (single click) an item according to its text value.
|
void |
ListView.selectTextItemCoords(StepTestTable table,
java.lang.String[] parameters)
Single click a text item at specific Coords.
|
void |
ListView.selectTextItemCoords(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Single click a text item at specific Coords.
|
void |
JavaTree.selectTextNode(StepTestTable table,
java.lang.String textValue)
Action to select a node according to its text value.
|
void |
DotNetTree.selectTextNode(StepTestTable table,
java.lang.String textValue)
Action to select a node according to its text value.
|
void |
TreeView.selectTextNode(StepTestTable table,
java.lang.String[] parameters)
Action to select a node according to its text value.
|
void |
TreeView.selectTextNode(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to select a node according to its text value.
|
void |
TreeView.selectTextNodeSpecial(StepTestTable table,
java.lang.String[] parameters)
Holds down either Ctrl or Shift while making an item selection with emulating either a Left or Right mouse click.
|
void |
TreeView.selectTextNodeSpecial(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex,
java.lang.String specialKey,
java.lang.String mouseClick)
Holds down either Ctrl or Shift while making an item selection with emulating either a Left or Right mouse click.
|
void |
ComboBox.selectUnverified(StepTestTable table,
java.lang.String[] parameters)
Select an item by its text value from a combobox without verifying the
selection.
|
void |
ComboBox.selectUnverified(StepTestTable table,
java.lang.String textValue,
java.lang.String forceRefresh)
Select an item by its text value from a combobox without verifying the
selection.
|
void |
ListBox.selectUnverifiedAnotherTextItem(StepTestTable table,
java.lang.String textValue)
Use the identical "SelectAnotherUnverifiedTextItem" instead.
|
void |
JavaMenu.selectUnverifiedMenuItem(StepTestTable table,
java.lang.String[] parameters)
Action to select a menuItem according to its text value without verification of it's existance.
|
void |
JavaMenu.selectUnverifiedMenuItem(StepTestTable table,
java.lang.String textValue,
java.lang.String indexPath)
Action to select a menuItem according to its text value without verification of it's existance.
|
void |
ListBox.selectUnverifiedPartialMatch(StepTestTable table,
java.lang.String textValue)
Routine to Click an item according to a partial text match.
|
void |
ComboBox.selectUnverifiedPartialMatch(StepTestTable table,
java.lang.String[] parameters)
Select an item via a partial text match in a combobox without verification.
|
void |
ComboBox.selectUnverifiedPartialMatch(StepTestTable table,
java.lang.String textValue,
java.lang.String forceRefresh)
Select an item via a partial text match in a combobox without verification.
|
void |
PopupMenu.selectUnverifiedPopupMenuItem(StepTestTable table,
java.lang.String menuItemText)
Select a menuItem via its text in the currently active popup menu without verification.
|
void |
ListBox.selectUnverifiedTextItem(StepTestTable table,
java.lang.String textValue)
Routine to Click a selection according to its text value.
|
void |
ListView.selectUnverifiedTextItem(StepTestTable table,
java.lang.String[] parameters)
Routine to select (single click) an unverifiable item according to its text value.
|
void |
ListView.selectUnverifiedTextItem(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to select (single click) an unverifiable item according to its text value.
|
void |
ListView.selectUnverifiedTextItemCoords(StepTestTable table,
java.lang.String[] parameters)
Single click an unverifiable text item at specific Coords.
|
void |
ListView.selectUnverifiedTextItemCoords(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Single click an unverifiable text item at specific Coords.
|
void |
JavaTree.selectUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly select a node according to its text value.
|
void |
DotNetTree.selectUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly select a node according to its text value.
|
void |
TreeView.selectUnverifiedTextNode(StepTestTable table,
java.lang.String[] parameters)
Action to (almost) blindly click a text node.
|
void |
TreeView.selectUnverifiedTextNode(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to (almost) blindly click a text node.
|
void |
TreeView.selectUnverifiedTextNodeRightClick(StepTestTable table,
java.lang.String[] parameters)
Skips many pre- and post-verification checks for right-clicks.
|
void |
TreeView.selectUnverifiedTextNodeRightClick(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Skips many pre- and post-verification checks for right-clicks.
|
void |
GenericMaster.sendEvent(StepTestTable table,
java.lang.String[] parameters)
Send or trigger an "event" with 0 or more arguments.
|
void |
GenericMaster.sendEvent(StepTestTable table,
java.lang.String event,
java.lang.String pARAM_N)
Send or trigger an "event" with 0 or more arguments.
|
void |
FlexColor.setColor(StepTestTable table,
java.lang.String colorValue)
Action to set a color according to its color value.
|
void |
FlexDate.setDate(StepTestTable table,
java.lang.String dateValue)
Action to set date for a date component according to its DateValue.
|
void |
DatePicker.setDate(StepTestTable table,
java.lang.String dateValue)
Action to set date for a date picker component according to its DateValue.
|
void |
Window.setFocus(StepTestTable table)
Set focus on the window.
|
void |
ListView.setListContains(StepTestTable table,
java.lang.String[] parameters)
Set a variable with the result of checking that a listview contains the provided item.
|
void |
ListBox.setListContains(StepTestTable table,
java.lang.String[] parameters)
Set a variable with the result of checking that a listview contains the provided item.
|
void |
ListView.setListContains(StepTestTable table,
java.lang.String itemText,
java.lang.String resultVar)
Set a variable with the result of checking that a listview contains the provided item.
|
void |
ListBox.setListContains(StepTestTable table,
java.lang.String itemText,
java.lang.String resultVar)
Set a variable with the result of checking that a listview contains the provided item.
|
void |
Window.setPosition(StepTestTable table,
java.lang.String presetReference)
Sends a SetPosition command to the window to set the position, size, and status of the window.
|
void |
ProgressBar.setProgress(StepTestTable table,
java.lang.String[] parameters)
Action to set progress for a progress bar component according to its value.
|
void |
ProgressBar.setProgress(StepTestTable table,
java.lang.String progressValue,
java.lang.String isPrimary)
Action to set progress for a progress bar component according to its value.
|
void |
GenericMaster.setPropertyValue(StepTestTable table,
java.lang.String[] parameters)
Sets a value to the property of an object.
|
void |
GenericMaster.setPropertyValue(StepTestTable table,
java.lang.String objectPropertyName,
java.lang.String propertyValue)
Sets a value to the property of an object.
|
void |
ProgressBar.setRating(StepTestTable table,
java.lang.String ratingValue)
Action to set rating for a rating bar component according to its value.
|
void |
TableView.setSelectedColumn(StepTestTable table,
java.lang.String column)
Set the current column of to the one specified.
|
void |
TableView.setSelectedRow(StepTestTable table,
java.lang.String row)
Set the current row of to the one specified.
|
void |
TableView.setTableCellData(StepTestTable table,
java.lang.String[] parameters)
Set a specific cell to the specified value.
|
void |
TableView.setTableCellData(StepTestTable table,
java.lang.String row,
java.lang.String column,
java.lang.String textValue)
Set a specific cell to the specified value.
|
void |
EditBox.setTextCharacters(StepTestTable table,
java.lang.String textValue)
Set the text of the editbox
This action sets the text of the editbox.
|
void |
EditBox.setTextValue(StepTestTable table,
java.lang.String textValue)
Set the text of the editbox
This action sets the text of the editbox.
|
void |
ComboEditBox.setTextValue(StepTestTable table,
java.lang.String textValue)
Set the text of the ComboEditBox
This action sets the text of the ComboEditBox.
|
void |
ComboBox.setTextValue(StepTestTable table,
java.lang.String textValue)
Set the text of the combobox
This action sets the text of the combobox.
|
void |
TimePicker.setTime(StepTestTable table,
java.lang.String timeValue)
Action to set time for a time picker component according to its TimeValue.
|
void |
TreeView.setTreeContainsNode(StepTestTable table,
java.lang.String[] parameters)
Sets a user-defined variable with the result of whether a tree contains the provided node.
|
void |
JavaTree.setTreeContainsNode(StepTestTable table,
java.lang.String[] parameters)
Sets a user-defined variable with the result of whether a tree contains the provided node.
|
void |
DotNetTree.setTreeContainsNode(StepTestTable table,
java.lang.String[] parameters)
Sets a user-defined variable with the result of whether a tree contains the provided node.
|
void |
TreeView.setTreeContainsNode(StepTestTable table,
java.lang.String node,
java.lang.String resultVar)
Sets a user-defined variable with the result of whether a tree contains the provided node.
|
void |
JavaTree.setTreeContainsNode(StepTestTable table,
java.lang.String node,
java.lang.String resultVar)
Sets a user-defined variable with the result of whether a tree contains the provided node.
|
void |
DotNetTree.setTreeContainsNode(StepTestTable table,
java.lang.String node,
java.lang.String resultVar)
Sets a user-defined variable with the result of whether a tree contains the provided node.
|
void |
TreeView.setTreeContainsPartialMatch(StepTestTable table,
java.lang.String[] parameters)
Sets a user-defined variable with the result of whether a tree contains the provided node
according to a partial match of the node's text value.
|
void |
JavaTree.setTreeContainsPartialMatch(StepTestTable table,
java.lang.String[] parameters)
Sets a user-defined variable with the result of whether a tree contains the provided node
according to a partial match of the node's text value.
|
void |
DotNetTree.setTreeContainsPartialMatch(StepTestTable table,
java.lang.String[] parameters)
Sets a user-defined variable with the result of whether a tree contains the provided node
according to a partial match of the node's text value.
|
void |
TreeView.setTreeContainsPartialMatch(StepTestTable table,
java.lang.String node,
java.lang.String resultVar)
Sets a user-defined variable with the result of whether a tree contains the provided node
according to a partial match of the node's text value.
|
void |
JavaTree.setTreeContainsPartialMatch(StepTestTable table,
java.lang.String node,
java.lang.String resultVar)
Sets a user-defined variable with the result of whether a tree contains the provided node
according to a partial match of the node's text value.
|
void |
DotNetTree.setTreeContainsPartialMatch(StepTestTable table,
java.lang.String node,
java.lang.String resultVar)
Sets a user-defined variable with the result of whether a tree contains the provided node
according to a partial match of the node's text value.
|
void |
EditBox.setUnverifiedTextCharacters(StepTestTable table,
java.lang.String textValue)
Set the text of the editbox
This action sets the text of the editbox.
|
void |
EditBox.setUnverifiedTextValue(StepTestTable table,
java.lang.String textValue)
Set the text of the editbox without verification
This action sets the text of the editbox.
|
void |
ComboEditBox.setUnverifiedTextValue(StepTestTable table,
java.lang.String textValue)
Set the text of the ComboEditBox without verification
This action sets the text of the ComboEditBox.
|
void |
ComboBox.setUnverifiedTextValue(StepTestTable table,
java.lang.String textValue)
Set the text of the combobox without verification
This action sets the text of the combobox.
|
void |
FlexSlider.setValue(StepTestTable table,
java.lang.String sliderValue)
Action to set the value of the slider according to its SliderValue.
|
void |
FlexNumericStepper.setValue(StepTestTable table,
java.lang.String stepperValue)
Action to set the value of the stepper according to its StepperValue.
|
void |
GenericObject.shiftClick(StepTestTable table,
java.lang.String[] parameters)
A SHIFT click on an object.
|
void |
GenericObject.shiftClick(StepTestTable table,
java.lang.String appMapSubkey,
java.lang.String autoScroll)
A SHIFT click on an object.
|
void |
FPSpread.shiftClickCell(StepTestTable table,
java.lang.String[] parameters)
Attempts to perform a single SHIFT+Click on a table cell.
|
void |
FPSpread.shiftClickCell(StepTestTable table,
java.lang.String row,
java.lang.String col)
Attempts to perform a single SHIFT+Click on a table cell.
|
void |
GenericObject.shiftClickScreenImage(StepTestTable table,
java.lang.String appMapSubKey)
Same as ShiftClick.
|
void |
TreeView.shiftClickUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly SHIFT-click a node according to its text value.
|
void |
JavaTree.shiftClickUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly SHIFT-click a node according to its text value.
|
void |
DotNetTree.shiftClickUnverifiedTextNode(StepTestTable table,
java.lang.String textValue)
Action to blindly SHIFT-click a node according to its text value.
|
void |
GenericObject.shiftLeftDrag(StepTestTable table,
java.lang.String appMapSubkey)
A SHIFT left mouse drag is performed on the object based on the stored coordinates.
|
void |
ComboBox.showList(StepTestTable table)
Show the combo box list (expose it).
|
void |
GenericMaster.showOnPage(StepTestTable table,
java.lang.String verify)
Make the component visible on the page.
|
void |
GenericObject.tap(StepTestTable table)
A single Tap on a touchscreen object.
|
void |
GenericObject.twoFingerTap(StepTestTable table)
A two-finger tap on a touchscreen object.
|
void |
GenericMaster.typeChars(StepTestTable table,
java.lang.String textValue)
Sends literal text keystrokes to whatever has keyboard focus.
|
void |
GenericMaster.typeEncryption(StepTestTable table,
java.lang.String[] parameters)
Sends secret-text (such as password) to whatever has keyboard focus.
|
void |
GenericMaster.typeEncryption(StepTestTable table,
java.lang.String encryptedDataFile,
java.lang.String privateKeyFile)
Sends secret-text (such as password) to whatever has keyboard focus.
|
void |
GenericMaster.typeKeys(StepTestTable table,
java.lang.String textValue)
Sends keystrokes to whatever has keyboard focus.
|
void |
CheckBox.unCheck(StepTestTable table)
Tries to perform a UnCheck on the Checkbox.
|
void |
TreeView.unCheckTextNode(StepTestTable table,
java.lang.String[] parameters)
UnChecks a node's state icon (checkbox) according to its associated text value.
|
void |
TreeView.unCheckTextNode(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
UnChecks a node's state icon (checkbox) according to its associated text value.
|
void |
TabControl.unverifiedClick(StepTestTable table,
java.lang.String textValue)
Use UnverifiedClickTab instead (where available).
|
void |
TabControl.unverifiedClickTab(StepTestTable table,
java.lang.String textValue)
Attempts to perform an unverified Click on a particular Tab on the TabControl
Attempts to perform an unverified Click on a particular Tab on the TabControl.
|
void |
GenericMaster.verifyArrayPropertyToFile(StepTestTable table,
java.lang.String[] parameters)
Verify the value of an array property with a benchmark file
Typically, benchmarks are stored in the Datapool\Bench directory.
|
void |
GenericMaster.verifyArrayPropertyToFile(StepTestTable table,
java.lang.String propertyName,
java.lang.String benchmarkFile,
java.lang.String filterMode,
java.lang.String filterOptions)
Verify the value of an array property with a benchmark file
Typically, benchmarks are stored in the Datapool\Bench directory.
|
void |
GenericMaster.verifyBinaryFileToFile(StepTestTable table,
java.lang.String[] parameters)
Verify the current contents of a binary (image, PDF etc.) file with a benchmark file.
|
void |
GenericMaster.verifyBinaryFileToFile(StepTestTable table,
java.lang.String benchmarkFile,
java.lang.String actualFile,
java.lang.String filterMode,
java.lang.String filterOptions,
java.lang.String alterImageStyle,
java.lang.String alterImageFactor,
java.lang.String pdfResolution)
Verify the current contents of a binary (image, PDF etc.) file with a benchmark file.
|
void |
HTMLDocument.verifyBodySource(StepTestTable table,
java.lang.String[] parameters)
Compares the HTML source of the BODY tag with that of a benchmark file.
|
void |
HTMLDocument.verifyBodySource(StepTestTable table,
java.lang.String benchmark,
java.lang.String fileEncoding)
Compares the HTML source of the BODY tag with that of a benchmark file.
|
void |
HTMLDocument.verifyBodyText(StepTestTable table,
java.lang.String[] parameters)
Compares the visible doc text with that of a benchmark file.
|
void |
HTMLDocument.verifyBodyText(StepTestTable table,
java.lang.String benchmark,
java.lang.String fileEncoding)
Compares the visible doc text with that of a benchmark file.
|
void |
ToolBar.verifyButtonClicked(StepTestTable table,
java.lang.String buttonTextValue)
Verifies a particular case-sensitive button text item is selected
Verifies a particular case-sensitive button text item is selected
|
void |
ToolBar.verifyButtonCount(StepTestTable table,
java.lang.String buttonCount)
Verifies a total button presents in the Toolbar.
|
void |
ToolBar.verifyButtonText(StepTestTable table,
java.lang.String[] parameters)
Verifies a particular case-sensitive text (button.key) item exists
Verifies a particular case-sensitive text (button.key) item exists
|
void |
ToolBar.verifyButtonText(StepTestTable table,
java.lang.String buttonTextValue,
java.lang.String caseInsensitive)
Verifies a particular case-sensitive text (button.key) item exists
Verifies a particular case-sensitive text (button.key) item exists
|
void |
ToolBar.verifyButtonUnClicked(StepTestTable table,
java.lang.String buttonTextValue)
Verifies a particular case-sensitive button text item is unselected
Verifies a particular case-sensitive button text item is unselected
|
void |
JavaTable.verifyCellEditable(StepTestTable table,
java.lang.String[] parameters)
Verifies whether the specified cell is editable.
|
void |
HTMLTable.verifyCellEditable(StepTestTable table,
java.lang.String[] parameters)
Verifies whether the specified cell is editable.
|
void |
DotNetTable.verifyCellEditable(StepTestTable table,
java.lang.String[] parameters)
Verifies whether the specified cell is editable.
|
void |
JavaTable.verifyCellEditable(StepTestTable table,
java.lang.String row,
java.lang.String col,
java.lang.String expectedValue)
Verifies whether the specified cell is editable.
|
void |
HTMLTable.verifyCellEditable(StepTestTable table,
java.lang.String row,
java.lang.String col,
java.lang.String expectedValue)
Verifies whether the specified cell is editable.
|
void |
DotNetTable.verifyCellEditable(StepTestTable table,
java.lang.String row,
java.lang.String col,
java.lang.String expectedValue)
Verifies whether the specified cell is editable.
|
void |
JavaTable.verifyCellText(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
void |
HTMLTable.verifyCellText(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
void |
FPSpread.verifyCellText(StepTestTable table,
java.lang.String[] parameters)
Verify a specific cell's text.
|
void |
DotNetTable.verifyCellText(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
void |
JavaTable.verifyCellText(StepTestTable table,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
void |
HTMLTable.verifyCellText(StepTestTable table,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
void |
FPSpread.verifyCellText(StepTestTable table,
java.lang.String expectedCellText,
java.lang.String row,
java.lang.String col)
Verify a specific cell's text.
|
void |
DotNetTable.verifyCellText(StepTestTable table,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
void |
JavaTable.verifyCellTextContains(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
void |
HTMLTable.verifyCellTextContains(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
void |
DotNetTable.verifyCellTextContains(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
void |
JavaTable.verifyCellTextContains(StepTestTable table,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
void |
HTMLTable.verifyCellTextContains(StepTestTable table,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
void |
DotNetTable.verifyCellTextContains(StepTestTable table,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
void |
JavaTable.verifyCellTextFind(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify a particular cell by finding the row based on cell values.
|
void |
HTMLTable.verifyCellTextFind(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify a particular cell by finding the row based on cell values.
|
void |
DotNetTable.verifyCellTextFind(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify a particular cell by finding the row based on cell values.
|
void |
JavaTable.verifyCellTextFind(StepTestTable table,
java.lang.String benchValue,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to verify a particular cell by finding the row based on cell values.
|
void |
HTMLTable.verifyCellTextFind(StepTestTable table,
java.lang.String benchValue,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to verify a particular cell by finding the row based on cell values.
|
void |
DotNetTable.verifyCellTextFind(StepTestTable table,
java.lang.String benchValue,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to verify a particular cell by finding the row based on cell values.
|
void |
TableView.verifyCellValue(StepTestTable table,
java.lang.String[] parameters)
Verify the contents of a particular cell at position
row, column.
|
void |
HTMLTable.verifyCellValue(StepTestTable table,
java.lang.String[] parameters)
Verify the value of a specific Cell.
|
void |
HTMLTable.verifyCellValue(StepTestTable table,
java.lang.String expectedValue,
java.lang.String cell)
Verify the value of a specific Cell.
|
void |
TableView.verifyCellValue(StepTestTable table,
java.lang.String expectedText,
java.lang.String row,
java.lang.String column)
Verify the contents of a particular cell at position
row, column.
|
void |
GenericMaster.verifyClipboardToFile(StepTestTable table,
java.lang.String[] parameters)
Verify the current contents of the Windows clipboard with a benchmark file.
|
void |
GenericMaster.verifyClipboardToFile(StepTestTable table,
java.lang.String benchmarkFile,
java.lang.String filterMode,
java.lang.String filterOptions)
Verify the current contents of the Windows clipboard with a benchmark file.
|
void |
GenericMaster.verifyClipboardVP(StepTestTable table,
java.lang.String vPName)
Verify the current contents of the Windows clipboard using a Robot ClipboardVP.
|
void |
JavaTable.verifyColumnLabel(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify a particular column's label when given a column number.
|
void |
HTMLTable.verifyColumnLabel(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify a particular column's label when given a column number.
|
void |
DotNetTable.verifyColumnLabel(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify a particular column's label when given a column number.
|
void |
JavaTable.verifyColumnLabel(StepTestTable table,
java.lang.String colLabel,
java.lang.String colNumber)
Attempts to verify a particular column's label when given a column number.
|
void |
HTMLTable.verifyColumnLabel(StepTestTable table,
java.lang.String colLabel,
java.lang.String colNumber)
Attempts to verify a particular column's label when given a column number.
|
void |
DotNetTable.verifyColumnLabel(StepTestTable table,
java.lang.String colLabel,
java.lang.String colNumber)
Attempts to verify a particular column's label when given a column number.
|
void |
GenericMaster.verifyComputedStyle(StepTestTable table,
java.lang.String benchFile)
Verify a component's 'computed style' against a benchmark file.
|
void |
Database.verifyDatabaseNullValue(StepTestTable table,
java.lang.String[] parameters)
Verifies the value of a field in a database table is NULL
Verifies the value of a field in a database table is NULL.
|
void |
Database.verifyDatabaseNullValue(StepTestTable table,
java.lang.String dBFieldName,
java.lang.String dBTableName,
java.lang.String dBQueryCond,
java.lang.String dBSourceName,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
Verifies the value of a field in a database table is NULL
Verifies the value of a field in a database table is NULL.
|
void |
Database.verifyDatabaseValue(StepTestTable table,
java.lang.String[] parameters)
Verifies the case-sensitive value of a field in a database table
Verifies the case-sensitive value of a field in a database table.
|
void |
Database.verifyDatabaseValue(StepTestTable table,
java.lang.String dBFieldName,
java.lang.String dBTableName,
java.lang.String dBQueryCond,
java.lang.String dBSourceName,
java.lang.String userID,
java.lang.String password,
java.lang.String expectedValue,
java.lang.String prompt)
Verifies the case-sensitive value of a field in a database table
Verifies the case-sensitive value of a field in a database table.
|
void |
Database.verifyDBNullValue(StepTestTable table,
java.lang.String[] parameters)
Verifies the value of a field in a database table is NULL
Verifies the value of a field in a database table is NULL.
|
void |
Database.verifyDBNullValue(StepTestTable table,
java.lang.String dBFieldName,
java.lang.String dBTableName,
java.lang.String dBQueryCond,
java.lang.String dBSourceName,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
Verifies the value of a field in a database table is NULL
Verifies the value of a field in a database table is NULL.
|
void |
Database.verifyDBValue(StepTestTable table,
java.lang.String[] parameters)
Verifies the case-sensitive value of a field in a database table
Verifies the case-sensitive value of a field in a database table.
|
void |
Database.verifyDBValue(StepTestTable table,
java.lang.String dBFieldName,
java.lang.String dBTableName,
java.lang.String dBQueryCond,
java.lang.String dBSourceName,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt,
java.lang.String expectedValue)
Verifies the case-sensitive value of a field in a database table
Verifies the case-sensitive value of a field in a database table.
|
void |
SSTree.verifyExpandedState(StepTestTable table,
java.lang.String[] parameters)
Routine to verify the state of the Expanded property--True or False--
for the node with the provided text.
|
void |
SSTree.verifyExpandedState(StepTestTable table,
java.lang.String textValue,
java.lang.String expectedState)
Routine to verify the state of the Expanded property--True or False--
for the node with the provided text.
|
void |
GenericMaster.verifyFileToFile(StepTestTable table,
java.lang.String[] parameters)
Verify the current contents of a text file with a benchmark file (same as VerifyTextFileToFile).
|
void |
GenericMaster.verifyFileToFile(StepTestTable table,
java.lang.String benchmarkFile,
java.lang.String actualFile,
java.lang.String filterMode,
java.lang.String filterOptions)
Verify the current contents of a text file with a benchmark file (same as VerifyTextFileToFile).
|
void |
JavaTable.verifyFuzzyCellText(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
void |
HTMLTable.verifyFuzzyCellText(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
void |
DotNetTable.verifyFuzzyCellText(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
void |
JavaTable.verifyFuzzyCellText(StepTestTable table,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
void |
HTMLTable.verifyFuzzyCellText(StepTestTable table,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
void |
DotNetTable.verifyFuzzyCellText(StepTestTable table,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
void |
JavaTable.verifyFuzzyCellTextContains(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
void |
HTMLTable.verifyFuzzyCellTextContains(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
void |
DotNetTable.verifyFuzzyCellTextContains(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
void |
JavaTable.verifyFuzzyCellTextContains(StepTestTable table,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
void |
HTMLTable.verifyFuzzyCellTextContains(StepTestTable table,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
void |
DotNetTable.verifyFuzzyCellTextContains(StepTestTable table,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
void |
JavaTable.verifyFuzzyCellTextFind(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify a particular cell by finding the row based on fuzzy cell values.
|
void |
HTMLTable.verifyFuzzyCellTextFind(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify a particular cell by finding the row based on fuzzy cell values.
|
void |
DotNetTable.verifyFuzzyCellTextFind(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify a particular cell by finding the row based on fuzzy cell values.
|
void |
JavaTable.verifyFuzzyCellTextFind(StepTestTable table,
java.lang.String benchValue,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to verify a particular cell by finding the row based on fuzzy cell values.
|
void |
HTMLTable.verifyFuzzyCellTextFind(StepTestTable table,
java.lang.String benchValue,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to verify a particular cell by finding the row based on fuzzy cell values.
|
void |
DotNetTable.verifyFuzzyCellTextFind(StepTestTable table,
java.lang.String benchValue,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to verify a particular cell by finding the row based on fuzzy cell values.
|
void |
GenericMaster.verifyGUIImageToFile(StepTestTable table,
java.lang.String[] parameters)
Verify the screen shot of a GUI component with a benchmark image file
Verify the screen shot of a GUI component with a benchmark image file.
|
void |
GenericMaster.verifyGUIImageToFile(StepTestTable table,
java.lang.String benchmarkFile,
java.lang.String subArea,
java.lang.String percentageTolerance,
java.lang.String uUIDFlag,
java.lang.String filteredAreas)
Verify the screen shot of a GUI component with a benchmark image file
Verify the screen shot of a GUI component with a benchmark image file.
|
void |
HTMLImage.verifyHTMLImage(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify an HTMLImage on a webpage to a benchmark file.
|
void |
HTMLImage.verifyHTMLImage(StepTestTable table,
java.lang.String benchmarkFile,
java.lang.String coords)
Attempts to verify an HTMLImage on a webpage to a benchmark file.
|
void |
Window.verifyImage(StepTestTable table,
java.lang.String vPAsset)
Performs a WindowVP CompareImage OR a RegionImageVP on an object.
|
void |
GenericObject.verifyImage(StepTestTable table,
java.lang.String vPAsset)
Performs a GenericObjectVP CompareImage OR a RegionImageVP on an object.
|
void |
ListBox.verifyItem(StepTestTable table,
java.lang.String[] parameters)
Verifies a particular case-sensitive item based on index is equal
to a particular value.
|
void |
ListBox.verifyItem(StepTestTable table,
java.lang.String index,
java.lang.String textValue)
Verifies a particular case-sensitive item based on index is equal
to a particular value.
|
void |
ListView.verifyItemUnselected(StepTestTable table,
java.lang.String textValue)
Verifies a particular case-sensitive text item is NOT selected.
|
void |
ListBox.verifyItemUnselected(StepTestTable table,
java.lang.String textValue)
Verifies a particular case-sensitive text item is NOT selected.
|
void |
ListView.verifyListContains(StepTestTable table,
java.lang.String itemText)
Verify that a list view contains the provided item.
|
void |
ListBox.verifyListContains(StepTestTable table,
java.lang.String[] parameters)
Verifies a particular list-item exists in the list (somewhere)
Verifies a particular list-item exists in the list (somewhere).
|
void |
ListBox.verifyListContains(StepTestTable table,
java.lang.String textValue,
java.lang.String caseSensitive)
Verifies a particular list-item exists in the list (somewhere)
Verifies a particular list-item exists in the list (somewhere).
|
void |
ListBox.verifyListContainsPartialMatch(StepTestTable table,
java.lang.String[] parameters)
Verifies a particular list-item substring exists in the list (somewhere)
Verifies a particular list-item substring exists in the list (somewhere).
|
void |
ListBox.verifyListContainsPartialMatch(StepTestTable table,
java.lang.String textValue,
java.lang.String caseSensitive)
Verifies a particular list-item substring exists in the list (somewhere)
Verifies a particular list-item substring exists in the list (somewhere).
|
void |
ListBox.verifyListDoesNotContain(StepTestTable table,
java.lang.String[] parameters)
Verifies a particular list-item does NOT exists in the list (somewhere)
Verifies a particular list-item does NOT exists in the list (somewhere).
|
void |
ListBox.verifyListDoesNotContain(StepTestTable table,
java.lang.String textValue,
java.lang.String caseSensitive)
Verifies a particular list-item does NOT exists in the list (somewhere)
Verifies a particular list-item does NOT exists in the list (somewhere).
|
void |
ListBox.verifyListDoesNotContainPartialMatch(StepTestTable table,
java.lang.String[] parameters)
Verifies a particular list-item substring does NOT exists in the list (somewhere)
Verifies a particular list-item substring does NOT exists in the list (somewhere).
|
void |
ListBox.verifyListDoesNotContainPartialMatch(StepTestTable table,
java.lang.String textValue,
java.lang.String caseSensitive)
Verifies a particular list-item substring does NOT exists in the list (somewhere)
Verifies a particular list-item substring does NOT exists in the list (somewhere).
|
void |
Window.verifyMainMenu(StepTestTable table,
java.lang.String[] parameters)
Compares the active windows menu system with a benchmark
Retrieves the active windows menu system and outputs the full structure
with status to a file.
|
void |
Window.verifyMainMenu(StepTestTable table,
java.lang.String benchmarkFile,
java.lang.String descriptiveText,
java.lang.String testFile,
java.lang.String diffFile)
Compares the active windows menu system with a benchmark
Retrieves the active windows menu system and outputs the full structure
with status to a file.
|
void |
Window.verifyMenuID(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify the state information of a particular menuitem
identified by MenuID.
|
void |
Window.verifyMenuID(StepTestTable table,
java.lang.String menuID,
java.lang.String expectedStatus)
Attempts to verify the state information of a particular menuitem
identified by MenuID.
|
void |
ListBox.verifyMenuItem(StepTestTable table,
java.lang.String textValue)
Verifies a particular case-sensitive menu-item exists
in the list (somewhere)
Verifies a particular case-sensitive menu-item exists
in the list (somewhere)
|
void |
Window.verifyMenuItem(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify the state information of a particular text string menuitem.
|
void |
JavaMenu.verifyMenuItem(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify the a particular menuitem exists in a menu.
|
void |
DotNetMenu.verifyMenuItem(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify the a particular menuitem exists in a menu.
|
void |
Window.verifyMenuItem(StepTestTable table,
java.lang.String menuItemText,
java.lang.String expectedStatus)
Attempts to verify the state information of a particular text string menuitem.
|
void |
DotNetMenu.verifyMenuItem(StepTestTable table,
java.lang.String menuItemText,
java.lang.String expectedStatus)
Attempts to verify the a particular menuitem exists in a menu.
|
void |
JavaMenu.verifyMenuItem(StepTestTable table,
java.lang.String menuItemText,
java.lang.String expectedStatus,
java.lang.String indexPath)
Attempts to verify the a particular menuitem exists in a menu.
|
void |
Window.verifyMenuItemContains(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify the state information of a menuitem found by partial text match.
|
void |
JavaMenu.verifyMenuItemContains(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify the existence of a menuitem found by partial text match.
|
void |
DotNetMenu.verifyMenuItemContains(StepTestTable table,
java.lang.String[] parameters)
Attempts to verify the existence of a menuitem found by partial text match.
|
void |
Window.verifyMenuItemContains(StepTestTable table,
java.lang.String menuItemText,
java.lang.String expectedStatus)
Attempts to verify the state information of a menuitem found by partial text match.
|
void |
DotNetMenu.verifyMenuItemContains(StepTestTable table,
java.lang.String menuItemText,
java.lang.String expectedStatus)
Attempts to verify the existence of a menuitem found by partial text match.
|
void |
JavaMenu.verifyMenuItemContains(StepTestTable table,
java.lang.String menuItemText,
java.lang.String expectedStatus,
java.lang.String indexPath)
Attempts to verify the existence of a menuitem found by partial text match.
|
void |
ListBox.verifyMenuPartialMatch(StepTestTable table,
java.lang.String textValue)
Verifies a particular case-insensitive menu-item
substring exists in the list (somewhere)
Verifies a particular case-insensitive menu-item
substring exists in the list (somewhere)
|
void |
TreeView.verifyNodeUnselected(StepTestTable table,
java.lang.String textValue)
Action to verify a particular text node is NOT selected.
|
void |
GenericMaster.verifyObjectDataToFile(StepTestTable table,
java.lang.String[] parameters)
Verify the current contents of an object's data with a benchmark file.
|
void |
GenericMaster.verifyObjectDataToFile(StepTestTable table,
java.lang.String benchmarkFile,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Verify the current contents of an object's data with a benchmark file.
|
void |
Window.verifyOCRValue(StepTestTable table,
java.lang.String[] parameters)
Performs an UNLOGGED WindowVP CompareImage OR a RegionImageVP on an
object then attempts to retrieve and compare OCR text to the expected
value provided.
|
void |
Window.verifyOCRValue(StepTestTable table,
java.lang.String vPAsset,
java.lang.String oCRIntegerValue,
java.lang.String expectedTextValue)
Performs an UNLOGGED WindowVP CompareImage OR a RegionImageVP on an
object then attempts to retrieve and compare OCR text to the expected
value provided.
|
void |
ListBox.verifyPartialMatch(StepTestTable table,
java.lang.String[] parameters)
Verifies a particular case-insensitive item based on
index is has as substring a particular value.
|
void |
ListBox.verifyPartialMatch(StepTestTable table,
java.lang.String index,
java.lang.String textValue)
Verifies a particular case-insensitive item based on
index is has as substring a particular value.
|
void |
PopupMenu.verifyPopupMenu(StepTestTable table,
java.lang.String[] parameters)
Verify the complete status of the current popup menu with a benchmark file.
|
void |
PopupMenu.verifyPopupMenu(StepTestTable table,
java.lang.String benchmarkFile,
java.lang.String headerText,
java.lang.String actualFile,
java.lang.String diffFile)
Verify the complete status of the current popup menu with a benchmark file.
|
void |
PopupMenu.verifyPopupMenuID(StepTestTable table,
java.lang.String[] parameters)
Verify the state of a menuItem via its menuID in the currently active popup menu.
|
void |
PopupMenu.verifyPopupMenuID(StepTestTable table,
java.lang.String menuItemID,
java.lang.String stateInfo)
Verify the state of a menuItem via its menuID in the currently active popup menu.
|
void |
PopupMenu.verifyPopupMenuItem(StepTestTable table,
java.lang.String[] parameters)
Verify the state of a menuItem found via its text in the currently active popup menu.
|
void |
PopupMenu.verifyPopupMenuItem(StepTestTable table,
java.lang.String menuItemText,
java.lang.String stateInfo)
Verify the state of a menuItem found via its text in the currently active popup menu.
|
void |
PopupMenu.verifyPopupMenuPartialMatch(StepTestTable table,
java.lang.String menuItemText)
Verify if a menuItem contains a substring
Verify if a menuItem contains a substring
For Java popups: Valid recognition information for the Java window and
"child" popup menu must be provided.
|
void |
GenericMaster.verifyPropertiesSubsetToFile(StepTestTable table,
java.lang.String[] parameters)
Compare/Verify the subset of properties of a test object with the values stored in a benchmark file.
|
void |
GenericMaster.verifyPropertiesSubsetToFile(StepTestTable table,
java.lang.String benchFile,
java.lang.String fileEncoding)
Compare/Verify the subset of properties of a test object with the values stored in a benchmark file.
|
void |
GenericMaster.verifyPropertiesToFile(StepTestTable table,
java.lang.String[] parameters)
Compare/Verify ALL of the value properties of a test object with a benchmark file.
|
void |
GenericMaster.verifyPropertiesToFile(StepTestTable table,
java.lang.String benchFile,
java.lang.String fileEncoding)
Compare/Verify ALL of the value properties of a test object with a benchmark file.
|
void |
GenericMaster.verifyProperty(StepTestTable table,
java.lang.String[] parameters)
Verify the value of a single object property
|
void |
GenericMaster.verifyProperty(StepTestTable table,
java.lang.String propertyName,
java.lang.String expectedValue,
java.lang.String caseInsensitive)
Verify the value of a single object property
|
void |
GenericMaster.verifyPropertyContains(StepTestTable table,
java.lang.String[] parameters)
Verify that the value of an object property contains a string
|
void |
GenericMaster.verifyPropertyContains(StepTestTable table,
java.lang.String propertyName,
java.lang.String searchString,
java.lang.String caseInsensitive)
Verify that the value of an object property contains a string
|
void |
GenericMaster.verifyPropertyToFile(StepTestTable table,
java.lang.String[] parameters)
Verify the value of a single object property with a benchmark file
Verify the value of a single object property with a benchmark file.
|
void |
GenericMaster.verifyPropertyToFile(StepTestTable table,
java.lang.String propertyName,
java.lang.String benchmarkFile,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Verify the value of a single object property with a benchmark file
Verify the value of a single object property with a benchmark file.
|
void |
ComboBox.verifySelected(StepTestTable table,
java.lang.String textValue)
Verify Selected item is equal to specified parameter
Verify Selected item is equal to specified parameter
|
void |
ListView.verifySelectedItem(StepTestTable table,
java.lang.String textValue)
Verifies a particular case-sensitive text item is selected
|
void |
ListBox.verifySelectedItem(StepTestTable table,
java.lang.String textValue)
Verifies a particular case-sensitive text item is selected
Verifies a particular case-sensitive text item is selected
|
void |
TreeView.verifySelectedNode(StepTestTable table,
java.lang.String textValue)
Action to verify a particular text node is selected.
|
void |
ListBox.verifySelectedPartialMatch(StepTestTable table,
java.lang.String textValue)
Verifies a particular case-sensitive item is selected
based on a substring match.
|
void |
SSTree.verifySelectedText(StepTestTable table,
java.lang.String textValue)
Routine to verify the text of the currently selected node.
|
void |
TreeView.verifyStateIcon(StepTestTable table,
java.lang.String[] parameters)
Action to verify a particular state icon is selected/Checked.
|
void |
TreeView.verifyStateIcon(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to verify a particular state icon is selected/Checked.
|
void |
TreeView.verifyStateIconUnselected(StepTestTable table,
java.lang.String[] parameters)
Action to verify a particular state icon is NOT selected.
|
void |
TreeView.verifyStateIconUnselected(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to verify a particular state icon is NOT selected.
|
void |
GenericMaster.verifyTabOrder(StepTestTable table,
java.lang.String fileName)
Attempts to verify the tab order of the specified object--usually a Window.
|
void |
GenericMaster.verifyTextFileToFile(StepTestTable table,
java.lang.String[] parameters)
Verify the current contents of a text file with a benchmark file (same as VerifyFileToFile).
|
void |
GenericMaster.verifyTextFileToFile(StepTestTable table,
java.lang.String benchmarkFile,
java.lang.String actualFile,
java.lang.String filterMode,
java.lang.String filterOptions)
Verify the current contents of a text file with a benchmark file (same as VerifyFileToFile).
|
void |
TreeView.verifyTextNodeChecked(StepTestTable table,
java.lang.String[] parameters)
Action to verify a particular state icon is selected.
|
void |
TreeView.verifyTextNodeChecked(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to verify a particular state icon is selected.
|
void |
TreeView.verifyTextNodeUnChecked(StepTestTable table,
java.lang.String[] parameters)
Action to verify a particular state icon is NOT checked.
|
void |
TreeView.verifyTextNodeUnChecked(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Action to verify a particular state icon is NOT checked.
|
void |
TreeView.verifyTreeContainsNode(StepTestTable table,
java.lang.String node)
Verify that a tree contains the provided node.
|
void |
JavaTree.verifyTreeContainsNode(StepTestTable table,
java.lang.String node)
Verify that a tree contains the provided node.
|
void |
DotNetTree.verifyTreeContainsNode(StepTestTable table,
java.lang.String node)
Verify that a tree contains the provided node.
|
void |
TreeView.verifyTreeContainsPartialMatch(StepTestTable table,
java.lang.String node)
Verify that a tree contains the provided node according to a partial match of the node's text value.
|
void |
JavaTree.verifyTreeContainsPartialMatch(StepTestTable table,
java.lang.String node)
Verify that a tree contains the provided node according to a partial match of the node's text value.
|
void |
DotNetTree.verifyTreeContainsPartialMatch(StepTestTable table,
java.lang.String node)
Verify that a tree contains the provided node according to a partial match of the node's text value.
|
void |
GenericMaster.verifyValueContains(StepTestTable table,
java.lang.String[] parameters)
Verify that a string value contains a substring
|
void |
GenericMaster.verifyValueContains(StepTestTable table,
java.lang.String value,
java.lang.String searchString,
java.lang.String suppressValue)
Verify that a string value contains a substring
|
void |
GenericMaster.verifyValueContainsIgnoreCase(StepTestTable table,
java.lang.String[] parameters)
Verify that a string value contains a substring, ignoring case.
|
void |
GenericMaster.verifyValueContainsIgnoreCase(StepTestTable table,
java.lang.String value,
java.lang.String searchString,
java.lang.String suppressValue)
Verify that a string value contains a substring, ignoring case.
|
void |
GenericMaster.verifyValueDoesNotContain(StepTestTable table,
java.lang.String[] parameters)
Verify that a string value does NOT contain a substring
|
void |
GenericMaster.verifyValueDoesNotContain(StepTestTable table,
java.lang.String value,
java.lang.String searchString,
java.lang.String suppressValue)
Verify that a string value does NOT contain a substring
|
void |
GenericMaster.verifyValues(StepTestTable table,
java.lang.String[] parameters)
Verify that two string values are identical.
|
void |
GenericMaster.verifyValues(StepTestTable table,
java.lang.String value1,
java.lang.String value2,
java.lang.String suppressValue)
Verify that two string values are identical.
|
void |
GenericMaster.verifyValuesIgnoreCase(StepTestTable table,
java.lang.String[] parameters)
Verify that two string values are identical, ignoring case.
|
void |
GenericMaster.verifyValuesIgnoreCase(StepTestTable table,
java.lang.String value1,
java.lang.String value2,
java.lang.String suppressValue)
Verify that two string values are identical, ignoring case.
|
void |
GenericMaster.verifyValuesNotEqual(StepTestTable table,
java.lang.String[] parameters)
Verify that two string values are NOT identical.
|
void |
GenericMaster.verifyValuesNotEqual(StepTestTable table,
java.lang.String value1,
java.lang.String value2,
java.lang.String suppressValue)
Verify that two string values are NOT identical.
|
void |
VSFlexGrid.verifyValuesToFile(StepTestTable table,
java.lang.String[] parameters)
Verify the string values of a grid block to a file benchmark.
|
void |
VSFlexGrid.verifyValuesToFile(StepTestTable table,
java.lang.String benchmarkFile,
java.lang.String rowMin,
java.lang.String rowMax,
java.lang.String colMin,
java.lang.String colMax)
Verify the string values of a grid block to a file benchmark.
|
void |
GenericObject.vScrollTo(StepTestTable table,
java.lang.String pOSITION)
Attempts to perform a VScrollTo on an object.
|
Modifier and Type | Class and Description |
---|---|
class |
Logon |
Modifier and Type | Method and Description |
---|---|
static StepTestTable |
Step.Logon(java.lang.String userid,
java.lang.String password) |
Copyright © SAS Institute. All Rights Reserved.