TestComplete can simulate user actions over the GridDataBoundGrid control of the Syncfusion Essential Grid library (WinForms version) in the same manner as it does with windows. You can simulate mouse clicks, keystrokes, execute low-level procedures, and so on. Since GridDataBoundGrid is a .NET control and is used only within .NET applications, which are always “open” to TestComplete, the properties and methods of the GridDataBoundGrid control are also visible to TestComplete. This “openness” means that you can use the GridDataBoundGrid control’s native methods and properties to perform desired actions, for example, to get the value of a grid cell.
In order for you to get access to internal objects, methods and properties of the tested .NET application with the GridDataBoundGrid control, the .NET Application Support plugin must be installed and enabled. |
The topics of this section contain information about operations commonly performed during testing applications with the GridDataBoundGrid control. They also contain numerous sample routines that you can use in your scripts with minimum changes. The sample scripts in these topics work with the sample applications that are shipped with the Essential Grid library.
In This Section
Accessing Rows, Columns and Cells in Syncfusion GridDataBoundGrid
Searching for Records in Syncfusion GridDataBoundGrid
Selecting Cells in Syncfusion GridDataBoundGrid
Activating and Closing In-place Editors in Syncfusion GridDataBoundGrid
Obtaining and Setting Cell Values in Syncfusion GridDataBoundGrid
Clicking In-place Editors' Buttons in Syncfusion GridDataBoundGrid
Copying and Pasting Cell Values in Syncfusion GridDataBoundGrid
Selecting Multiple Rows in Syncfusion GridDataBoundGrid
Obtaining Selected Rows in Syncfusion GridDataBoundGrid
Iterating Through Rows in Syncfusion GridDataBoundGrid
Sorting Data in Syncfusion GridDataBoundGrid
Expanding and Collapsing Rows in Syncfusion GridDataBoundGrid
See Also
Working With Grids
Supported Syncfusion Controls
Testing .NET Applications