WpfWindow("WPFApplication1").XamGrid("xamGrid1").CloseSummaryMenu "[ContactName]"
This topic provides reference information about the recordable user methods related to the testing of the summaries in the xamGrid™ control.
This topic contains the following sections:
The following table summarizes the purpose and functionality of the recordable methods for testing the summaries in the xamGrid control.
The CloseSummaryMenu
method is recorded in a test when a summary menu is closed for a specified xamGrid column.
When replaying the method :
The specified column header is verified.
A check is performed to verify that summaries are allowed.
The summary menu closes.
This method takes the column header as a parameter.
The following table maps the desired configuration to its parameters’ settings.
Closing a summary menu for the ContactName xamGrid column.
WpfWindow("WPFApplication1").XamGrid("xamGrid1").CloseSummaryMenu "[ContactName]"
No default setting.
The following table lists the possible exceptions for the method and the reason that is likely to be causing them.
The OpenSummaryMenu
method is recorded in a test when a summary menu is opened for a specified xamGrid column.
When replaying the method :
The specified column header is verified.
A check is performed to verify that summaries are allowed.
The summary menu opens.
This method takes the column header as a parameter.
The following table maps the desired configuration to its parameters’ settings.
Opening a summary menu for the ContactName xamGrid column.
In XML:
WpfWindow("WPFApplication1").XamGrid("xamGrid1").OpenSummaryMenu "[ContactName]"
No default setting.
The following table lists the possible exceptions for the method and the reason that is likely to be causing them.
The following topics provide additional information related to this topic.