Release History

By product

Test Studio Run-Time 2012.1528

May 27, 2012

 [Common/Framework]

Core:
- Fixed Browser.GetSelectedText() always returns empty. [Bug #136283, PITS #8472]

Firefox:
- Fixed clear cookies step does not work in FireFox. [Bug #151708, PITS #10650]
- Fixed Extraction and Verification steps against textboxes are failing in Firefox. [Bug #153042, PITS #10844]
- Fixed random errors invoking script under Firefox. [Bug #152551, PITS #10772]

Chrome:
- Fixed Chrome 19 execution leads to error. [Bug #154558]
- Fixed Set/GetCookie failures. [Bug #147076, #153583, PITS #10938]

Silverlight/WPF:
- Added ability to locate WPF window by caption with partial match (WpfApplication.GetWindow(caption) accepts "~" as a starting symbol). [Bug #145895, PITS #9762]
- Added ability to retrieve the Inline collection (Runs) from a TextBlock. [Bug #150741]
- Fixed framework elements retrieved via app.Find.By methods don't respect the app.Find.Strategy. [Bug #144802, PITS #9631]
- Fixed TextBlock.Text does not respect multiple text blocks. [Bug #153576, PITS #10935]
- Added GradientBrush.GradientStops property for WPF. [Bug #153479]
- Added ability to retrieve WPF type property, i.e. element.GetProperty<Brush>("Background") [Bug #153913]
- Fixed possible NullReference exception calling VisualFind.AllBy* method in a WPF test. [Bug #154486, PITS #11048]

Dialog Handling:
- Fixed XP & IE8 download dialog handling: "Download Complete" window not handled. [Bug #142663, PITS #9366]
- Fixed download dialog handling not working in IE7. [Bug #145043]
- Fixed the HandlerDelegate is not called for ConfirmDialog and AlertDialog running under Firefox. [Bug #146627, PITS #9855]
- Fixed problem with Confirm and OnBeforeUnload dialog handling from a modal popup. [Bug #141515, PITS #9169]
- Fixed Alert dialog not handled when launched from a popup in Firefox. [Bug #145277, #152094, PITS #9688, #10687]
- Fixed Upload Dialog with custom name not handled correctly in code for alternative browsers. [Bug #146623, PITS #9854]
- Fixed Alert, Confirm and OnBeforeUnload dialogs throwing unsupported IE 10 version. [Bug #153966]

[Execution]
- Fixed specific data-driven scenario throwing NullReference exception. [Bug #152723, PITS #10796]
- Fixed Silverlight execution scenario failing with meaningless KeyNotFound exception. [Bug #151468]
- Fixed HtmlInputFile.Upload gets stuck if put into a loop. [Bug #147234, PITS #9957]
- Fixed Unable to upload more than one file successively. [Bug #152977, PITS #10831]
- Added BaseUrl log into the test result if available in the settings. [Bug #123668, PITS #6783]
- Fixed Unable to select an option from a Menu bar in IE8. [Bug #149474, PITS #10336]
- Fixed possible unhandled exception on Quick Execute changing the test name. [Bug #147564]
- Fixed incorrect iteration count in a data-driven test execution. [Bug #151752, PITS #10653]
- Fixed total step count in result data is wrong due to not executed steps in a data-driven test. [Bug #153515]
- Improved coded tests failure details. [Bug #142443]

[RadControls Wrappers for Silverlight/WPF]
- Adds RadDocking support for WPF.
- GridView: Fixed Silverlight GridViewCell.ToolTipText is returning empty. [Bug #142669, PITS #9369]
- ChartView: financial indicators update, added new indicators.
- ComboBox: Fixed customer scenario about SelectTime timing out. [Bug #154463, PITS #11044]