White Versions Save

DEPRECATED - no longer actively maintained

0.13.0

9 years ago
  • #188 - Issue144: Add DrawHighlight method to UIItem contributed by Ilya Murzinov (ilya-murzinov)
  • #242 - White unable to extract DataItems (ListViewRow) contributed by Ilya Murzinov (ilya-murzinov)
  • #238 - added nuget logo and updated nuspecs to point to it contributed by Jason Roberts (jason-roberts)
  • #236 - Bugfix: Allow support for screen types with extremely long full type names contributed by Eric Winkler (eric-winkler)
  • #235 - Bugfix: Allow support for screen types with extremely long full type names contributed by Eric Winkler (eric-winkler)
  • #221 - Window.ModalWindows() is finding zero windows but Window.Modalwindow(title) finds it contributed by Jake Ginnivan (JakeGinnivan)
  • #217 - Added ComboBox to DataGrid in WpfTestApplication contributed by Ilya Murzinov (ilya-murzinov)
  • #215 - Clear date test contributed by Ilya Murzinov (ilya-murzinov)
  • #214 - Fix 212: ListViewRow can't be created with DictionaryMappedItemFactory contributed by (ivan-danilov)
  • #211 - Update README.md to show new home of UIA Verify contributed by Steve Hill (sghill)
  • #210 - Include generated xml documentation in NuGet package
  • #200 - Test Execution for WPF application is very slow (VS 2012 + Win 8.1).

0.12.0

10 years ago
  • Added: UIItem.GetParent<T>
  • Added: UIItemContainer.Exists<T>() to check if a control exists
  • Enhancement: Checkbox and ComboBox values can be read from datagrid cell
  • Enhancement: Application.Close() will try to close all open windows of the application under test
  • Fix: Issue with WPF sometimes being slow on some machines
  • Fix: Memory leak with VisibleImage
  • Fix: Exception when trying to clear date in WPF Date Picker
  • Fix: After trying select value in a Combobox that have already selected, Combobox remains expanded
  • Warn when trying to clear date in Winforms Date Picker
  • Updated to Castle.Core 3.2.2

Install from https://www.nuget.org/packages/TestStack.White/

Thanks to contributors for the work in this release! There is also progress being made on the COM UIA Wrapper, which will enable White to work with WIndows 8 apps and also understand virtualisation and a bunch of other things!

0.11.0.207

10 years ago

Namespace Change

White Namespace changed from White.Core to TestStack.White

Run Fix-WhiteNamespaces in the nuget powershell console to automatically fix up namespace errors

Documentation Site

Documentation available at http://teststack.azurewebsites.net/

  • Enhancement: x64 Support added. You can now compile your project as AnyCPU!
  • Enhancement: Improved API of Slider
  • Enhancement: Better Custom controls support for WPF
  • Fixed: Cannot find multiline textbox in Win32 apps
  • Fixed: Unable to Find Win32 modal window
  • Fixed: Drag/Drop sometimes pausing until the mouse is moved
  • Fixed: Better expanding/collapsing of Win32TreeView
  • Fixed: Expandable lists now restore their previous expansion (after the items have been retrieved), if ComboBoxItemsPopulatedWithoutDropDownOpen is set to false
  • Fixed: Automating GridView for non-English locals
  • Fixed: Heaps of other little bugs fixed around selection/scrolling fixed
  • Fixed: Unable to click one Menu items twice
  • BREAKING: ModalWindow now throws when the window cannot be found
  • BREAKING/Enhancement: MultiLineTextBox no longer exists, simply use TextBox
  • TestStack.White.ScreenObjects released on NuGet

Thanks to all the contributors who helped make v0.11.0.