Release History

By product

Test Studio Express 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]

[Common (Standalone + VS)]

Recording:
- Fixed download path is not recorded in the download step if you record with IE8. [Bug #151282]
- Fixed download dialog issue in IE9: If you use "default" SAVE button on Download Dialog it records it as OPEN. [Bug #141019]
- Fixed embedded controls into RadDocument using InlineUIContainers cannot be highlighted. [Bug #153050, PITS #10845]
- Fixed RadEditor set text step is not consistently recorded [Bug #145404, PITS #9710]
- Fixed incorrect recording of the "Add Manual Step" dialog in WPF. [Bug #151785]
- Fixed recording of wrong index of combobox selection in WPF. [Bug #137110]
- Fixed IE9 unhandled exception during recording type text in a GridViewCell on a customer site. [Bug #153500, PITS #10913]

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]

Test Explorer:
- Fixed memory leak on switching to and from Test View. [Bug #147285, PITS #9969]
- Fixed possible unhnalded exception on selectings multiple steps via Shift key. [Bug #152019, PITS #10675]
- Fixed incorrect HTML SetText code generation for SimulateRealUser=false aboout content editable (HTML 5) control. [Bug #154774]

Elements Explorer:
- Fixed possible ungandled exception on validating filtered nodes. [Bug #152410]
- Fixed elements explorer not refreshed properly after switching between test types. [Bug #144920]

Storyboard:
- Fixed unable to load images after project is closed and reopened. [Bug #154261, PITS #11015]
- Fixed recapture storyboard of SL tests leads to misaligned highlighting in screenshots. [Bug #151479, PITS #10623]
- Fixed step name in storyboard is not updated if you navigate using the keyboard arrow keys. [Bug #151564]
- Fixed exception exporting the storyboard of a fast-forwarded manual test. [Bug #154425, PITS #11037]

WPF:
- Fixed manually adding elements to the project doesn't respect the specified custom name. [Bug #149866, PITS #10399]
- Added a warning on browsing for application whether its a real WPF app. [Bug #147674, PITS #10092]

Bug Tracking:
- Fixed error in TeamPulse when opening bug submitted from Test Studio that contains ampersand (&) in description. [Bug #154313]
- Fixed unable to define custom fields of a TFS work item to submit to. [Bug #153481]

Step Failure Details:
- Test as step QuickExe: expected image is missing on exporting failure details. [Bug #151390]

[Visual Studio Plugin]
- Fixed Drag&Drop in a 'Test as Step' is causing the steps in that test to appear in incorrect order. [Bug #153458, PITS #10908]
- Fixed Needlessly adding Data folder to deployment items list. [Bug #148058]
- Fixed alert dialog is not handled when "Run" from Test List editor. [Bug #148126, PITS #10062]

[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]

[RadControls Translators for Silverlight/WPF]
- Adds RadDocking support for WPF. [Bug #146861, #146865, PITS #9895, #9896]
- RadRibbonView: Fixed application menu click action not being recorded. [Bug #152842]
- RadDiagram: Added position verification.

[KendoUI Translators]
- Added Pager translator.
- Panel: Added Index verification.
- ListView: Added selected items count verification.
- Grid:
 - Fixed KendoGridGroup.GroupIndex property.
 - Added GridGroup verifications and actions.