Version

What’s New in 2014 Volume 1

Topic Overview

Purpose

This topic presents control proxies for the new and enhanced features for the Infragistics® Test Automation for HP ( Unified Functional Testing ) for 2014 Volume 1 release.

What’s New Summary

What’s new summary chart

The following table summarizes what is new in 2014 Volume 1 release.

WinPivotGrid

Feature Description

New Control

Test Automation for HP ( Unified Functional Testing ) supports the WinPivotGrid control as part of the Windows Forms product in the 2014.1 release. Detailed explanations of the recording and replaying actions are available in the Related topics below.

WinTab, WinTabStrip

Feature Description

This section Identifies the enhancements made to the WinTab™ and WinTabStrip™ controls proxies for Windows Forms Test Automation 2014.1.

WinToolbarsManager

Feature Description

This section Identifies the enhancements made to the WinToolbarsManager™ Ribbon control proxy for Windows Forms Test Automation 2014.1.

Common Features

Feature Description

This section Identifies the enhancements made to the Infragistics editor controls’ proxies for Windows Forms Test Automation 2014.1.

WinTab, WinTabStrip

New tab button

Similar to the tabs found on contemporary browsers this feature allows users to add new tabs while the application is running using the NewTabButtonLocation property. Test Automation supports interactions with the new button element.

The NewTabButtonLocation property has three option settings:

Option Description

None

No new tab button is set to be visible (Default).

What's New in 2014 Volume 1 1.png

End

New tab button is added at the end of the tabs (Far right) of the tabs items line.

What's New in 2014 Volume 1 2.png

Start

New tab button is added at the start of the tabs (Left side).

What's New in 2014 Volume 1 3.png

AfterTabs

New tab button is added after the tabs (Right side).

What's New in 2014 Volume 1 4.png

WinToolbarsManager

Ribbon tab item visibility

This feature can be tested with the SelectRibbonTab action. The visibility states are…

Value Description

Visible

All Tab items, including the Application Menu button are visible (Default).

Hidden

All Ribbon tab items, including the Application Menu button and Tab item tool bar are hidden. This option reduces the tab area height.

TabsHidden

Only Ribbon tab items, including contextual tabs are hidden. The Application Menu button and Tab Item toolbar are still visible.

Note
Note:

Even when the Tabs are hidden, the UI Element is created with size except not drawn. Because of this, we added a check to ensure that the TabItemAreaDisplayStyle is visible.

Common Features

Right-to-Left support

This feature supports all mouse interactions on the editor controls listed below for Right-to-Left and Left-to-Right. This includes button elements, editor buttons, spin buttons, check box buttons, SetFocus action, and SetCaret position.

Supported controls:

  • WinButton

  • WinCalculatorDropDown

  • WinCalendarCombo

  • WinCheckEditor

  • WinColorPicker

  • WinComboEditor

  • WinCurrencyEditor

  • WinDateTimeEditor

  • WinDropDownButton

  • WinFontNameEditor

  • WinFormattedLinkLabel

  • WinFormattedTextEditor

  • WinLabel

  • WinMaskedEdit

  • WinNumericEditor

  • WinOptionSet

  • WinProgressBar

  • WinScrollBar

  • WinTextEditor

  • WinTimeSpanEditor

  • WinTimeZoneEditor

  • WinTrackBar