Version

OlapViewModel - Testable User Actions and Elements

Topic Overview

Purpose

This topic provides information about the testable user actions and elements of the controls using the OlapViewModel .

In this topic

This topic contains the following sections:

OlapViewModel Testable User Actions

Testable user action chart

The following table summarizes the control’s user actions and maps them to the recordable methods emulating them.

User action Method

Adding the pivot item to the control’s target area at the specified target index.

Moving the pivot item from the control’s source area to the target area at the specified target index. This action only allows movement of pivot items between pivot areas (Filters, Rows, Columns, and Measures).

Removing the pivot item from the control’s source area.

Opening the pivot item’s filter dialog in the control’s source area by clicking on the filter icon, as shown below:

OlapViewModel User Actions and Elements 1.png

Closing the pivot item’s filter dialog in the control’s source area by clicking on either the, “OK” or “Cancel” button.

OlapViewModel Testable Elements

Testable elements summary chart

The table below summarizes the control’s test object properties and tools with which you can inspect them.

Legend:

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

Measures item

Returns the headers of all items in the control’s Measures area.

Default value is empty string.

Property

MeasuresItemHeaders

spy.png
checkpoint.png
script.png

Filters item

Returns the headers of all items in the control’s Filters area.

Default value is empty string.

Property

FiltersItemHeaders

spy.png
checkpoint.png
script.png

Rows item

Returns the headers of all items in the control’s Rows area.

Default value is empty string.

Property

RowsItemHeaders

spy.png
checkpoint.png
script.png

Columns item

Returns the headers of all items in the control’s Columns area.

Default value is empty string.

Property

ColumnsItemHeaders

spy.png
checkpoint.png
script.png

Related Content

Topics

The following topics provide additional information related to this topic.

Topic Purpose

This topic provides reference information about the test object properties of the controls that use OlapViewModel .

This topic provides conceptual overview on how the controls that use OlapViewModel, manipulate data at runtime.

This topic provides reference information about the common enumerations in the OlapViewModel proxy.