Version

xamGrid - Testable User Actions and Elements

Topic Overview

Purpose

This topic provides information about the user actions of the xamGrid™ control which you can test and the elements you can inspect.

In this topic

This topic contains the following sections:

xamGrid Testable User Actions

Testable user actions chart

The table below lists the testable user actions of the control and maps them to recordable methods that emulate them.

User action Method

Activating a xamGrid cell

Clearing the content of the filter cell in the xamGrid

Closing the xamGrid column filter menu

Closing the Hidden Columns Menu for the supplied column

Closing the xamGrid column summaries menu

Collapsing parent row

Copies the selected cell(s) to the clipboard

Row or cell exiting of edit mode

Expanding a parent row

Grouping by column

Hide the supplied column

Moves the the supplied column to the specified index relative to its parent

Opens the Hidden Columns Menu for the supplied column

Opening the xamGrid column filter menu

Opening the xamGrid column summaries menu

Pastes cell(s) from the clipboard into the xamGrid

Resizes the supplied column or array of columns to the supplied size. Autosizes the column if no size is supplied

Row entering into edit mode

Selecting a xamGrid selectable item – cell, column or row

Adding a xamGrid selectable item into a selection

Changing existing selection of xamGrid selectable items

Removing items from an existing selection

Setting a new value in a xamGrid cell

Setting a comparison operator when filtering data

Fixing a column

Sorting a column

Ungrouping data in the xamGrid

xamGrid Testable Elements

Testable elements summary chart

The following table lists the elements in the control that you can test, the information you can retrieve about them, and the properties and methods that manage the retrieve operations.

Legend:

spy.png
– Identification property (Visible in object spy)
checkpoint.png
– Checkpoint property (Visible with checkpoints)
script.png
– Accessible in script
Tested element Test deliverable Member type Test object member Accessibility

Cell

The active cell path

property

spy.png
checkpoint.png

Cell

The value of the cell

method

script.png

Column

The number of visible columns in the active area

property

spy.png
checkpoint.png
script.png

Column

The delimited list of the identifiers of the visible columns in the active area

property

spy.png
checkpoint.png
script.png

Data

All cell data in the cross section of visible rows and columns in the active area

verifiable table content

spy.png
checkpoint.png

Row

The active row path

property

spy.png
checkpoint.png

Row

The visible rows count in the active area

property

spy.png
checkpoint.png
script.png

Summary

The content of all summaries applied on a column

method

script.png

Summary

The summary type for a column

method

script.png

Summary

The summary value for a column

method

script.png

Related Content

Topics

The table below lists other topics you may find useful.

Topic Purpose

This topic provides reference information about the recordable user methods for testing the xamGrid control.

This topic provides reference information about the replay-only user methods for testing the xamGrid control.

This topic provides reference information about the inspectable test object properties of the xamGrid control.

This topic provides reference information about the proxy class that supports the testing of the xamGrid control.