In IE8 with all settings configured as per the Telerik documentation.
* i.e. the 'Close download when complete' checkbox is UNCHECKED.
* The ReuseAppWindow property of the test is set to 1.
I am running a test that logs into and navigates a site using Local Data. The final step includes downloading a file.
The first iteration of the test, using the first row of Local Data, executes perfectly: the download dialog is recognized and handled accordingly (the filepath is entered from the Local Data).
The user is then logged out, the cookies cleared and a new browser window opened for the next run.
The second iteration of the test makes it to the end then fails to recognize the Windows Dialog as a Download Dialog and executes the 'Unexpected dialog' process instead (which fails the test).
This happens even when the Local Data is EXACTLY THE SAME in both rows.