TestAdvantage for Windows Forms updated

Released: Nov 12, 2009

Updates in this release

Updates in 2009 Volume 2

  • Support for new and enhanced NetAdvantage Windows Forms Controls in the 2009 Volume 2 release
  • WinTilePanel - New UI Testing
    New recordable actions like ToggleTileState, CloseTile, DrafTile and the replay-only action, GetIndexFromPosition which identifies a Tile by its index based on its (X, Y) coordinates within the user interface enable you to test the new WinTilePanel container.
  • WinGrid - Enhanced
    Testing for the new Row Layout Groups feature and many other UI interactions which are similar (examples include moving or resizing columns within a row layout) has been consolidated into four new recordable actions:
    • HeaderMove,
    • HeaderResize,
    • HeaderSpanResize, and
    • SwapHeaders;
    ...and three new enumerations. These new recordable actions replace a large number of actions which we used to use for these UI interactions. These legacy actions are now replay-only, so your existing test scripts will continue to function normally.
  • WinTimelineView - New UI Testing
    • TimelineViewProxy inherits all of the actions you are familiar with when testing any of the WinSchedule view controls.
    • It adds recordable actions for creating, editing, selecting and removing appointments, displaying dialogs (even your custom appointment dialog), selecting owners, selecting timeslots and more.
    • It adds replay0only actions that can bring any appointment, owner or timeslot into view, and perform many different UI actions.
    • Its new QTPTimelineViewAction enumeration enables you to set a wide variety of nearly 40 different UI actions for your automated testing purposes.