Completed
Last Updated: 05 Aug 2014 07:15 by ADMIN
ADMIN
Cody
Created on: 06 Jun 2014 15:13
Type: Bug Report
1
Handle Download Dialog doesn't work right in Chrome when path uses environment variable
Create a test that downloads a file using Handle Download dialog (e.g. from http://www.thinkbroadband.com/download.html). Modify the path to use an environment variable e.g. %temp%\10MB.zip. Run the test in Chrome.
Expected: the download to complete and the test to pass.
Actual: Download does actually complete yet Test Studio errors out with:
System.TimeoutException: Timed out waiting '25000' msec. for download dialog to be handled.
   at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.DownloadDialogHandlerDescriptor.Execute(Browser browser)
   at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.DialogHandlerDescriptor.Execute(IAutomationHost browser)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)

In addition the runner never completely shuts down. Attached is a screen shot showing where it gets stuck at. However the IDE recognizes the test as having finished and returns to the "not running" state complete with test log.
Attached Files:
1 comment
ADMIN
Iliyan Panchev
Posted on: 05 Aug 2014 07:15
The fix will be available in the upcoming minor and major Test Studio releases.