Version

What’s New in 2015 Volume 2

Topic Overview

Purpose

This topic presents control proxies of the new and enhanced features for the Infragistics® Test Automation for WPF (Unified Functional Testing) for 2015 Volume 2 release.

What’s New Summary

What’s new summary chart

The following table summarizes the new controls and features in Infragistics 2015 Volume 2 suite that are now supported in Infragistics Test Automation.

xamBusyIndicator

Feature Description

New Control

Test Automation for Micro Focus WPF supports the xamBusyIndicator control as part of the Ultimate UI for WPF product in the 2015.2 release.

What's New in 2015 Volume 2(TA WPF) 1.png

xamDataGrid

Feature Description

Excel Style Filtering Support

The new ExcelStyleFilterButton is now recognized by the Test Automation.

INotifyDataErrorInfo / IDataErrorInfo Interfaces Support

There are two new methods in the DataPresenterRecordProxyBase class:

  • GetCellDataError for obtaining the DataError of the Cell

  • GetRecordDataError for obtaining the DataError of the DataRecord

Template Selector Support

The xamDataGrid’s Cells now expose a custom property called TemplateEditor to support the template selector.

xamPropertyGrid

Feature Description

Method Implementation Change

The XamPropertyGridProxy’s method IsKnownPartOf implementation is changed to let the Test Automation to identify the clicked element, when there are custom editors.

xamSpreadsheet

Feature Description

Data Validation Support

A new value is added to the SshtCellDataType enumeration (sshtIsCellDataValid), so we can use the existing GetCellData method to check whether a cell is valid by setting the optional parameter to the new value.