Tricentis Tosca 16.0 Released on Feb-2023 ----- UFT has been upgraded from UFT 15.0.1 to UFT One 15.0.2, Beginning at November 2020.

Sunday 9 May 2021

WebTable Methods

 

Method ActivateCellDouble-clicks the specified cell in a table.

Syntax- object.ActivateCell (Row, Column)
Common Method CaptureBitmapSaves a screen capture of the object as a .png or .bmp image using the specified file name.
Syntax- 
Common Method CheckChecks whether the actual value of an item matches the expected value.
Common Method CheckPropertyChecks whether the actual value of the specified object property matches the specified expected value within the specified timeout.
Common Method ChildObjectsReturns the collection of child objects contained within the object.
Common Method GetAllROProperties

Returns the collection of properties and current values from the object in the application.

Method ClickCellEmulates a click on the specified cell in a table.
Method ColumnCountRetrieves the number of columns in the table.
Method DeselectColumnClears the selection of the specified column.
Method DeselectRowClears the selection of the specified row.
Method DeselectRowsRangeClears the selection of the specified rows in the table.
Method ExtendColumnSelects an additional column in the table.
Method ExtendRowSelects an additional row in the table.
Method ExtendRowsRangeAdds the specified range of rows to the selected rows in the table.
Method FindAllRowsByCellContentRetrieves all rows of all cells in the given column whose content matches the specified data.
Method FindRowByCellContentRetrieves the first row of the cell in the given column whose content matches the specified data.
Method GetCellDataReturns the data contained in the specified cell.

Method GetCellDataEx

Returns a cell's content from a row with specific content in another cell.

Method GetCellLengthRetrieves the maximum length of the cell.
Common Method GetROPropertyReturns the current value of the description property from the object in the application.
Common Method GetTOPropertiesReturns the collection of properties and values used to identify the object.
Common Method GetTOPropertyReturns the value of the specified description property from the test object description.
Common Method HighlightHighlights the object in the application.
Method InputRecords an Input statement each time new or modified table cell data is sent to the SAP server.
Method IsCellEditableChecks whether the cell is editable.
Method OpenPossibleEntriesOpens the list of possible entries for a table.
Common Method OutputRetrieves the current value of an item and stores it in a specified location.
Method PressSettingsButtonPresses the table setting button.
Common Method RefreshObjectInstructs UFT One to re-identify the object in the application the next time a step refers to this object.
Method RowCountReturns the number of rows in the table.
Method SelectAllColumnsSelects all columns in the table.
Method SelectCellSelects the specified cell in a table.
Method SelectColumnSelects the specified column in the table.
Method SelectRowSelects the specified row in the table.
Method SelectRowsRangeSelects the specified range of rows in the table.
Method SetCellDataSets the cell contents with the specified data.
Common Method SetTOPropertySets the value of the specified description property in the test object description.
Common Method ToStringReturns a string that represents the test object.
Method ValidRowIndicates whether or not the specified row is a valid row for the table.
Common Method WaitPropertyWaits until the specified object property achieves the specified value or exceeds the specified timeout before continuing to the next step.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.