When I record clicking on a file to download and then click cancel, everything loos good in the test.
When I run the test, the click happens and the dialog comes up and just sits there never getting canceled.
Some of these work and some don't.
What is going wrong?
When I examine the step it looks okay.
When I run the test, the click happens and the dialog comes up and just sits there never getting canceled.
Some of these work and some don't.
What is going wrong?
When I examine the step it looks okay.
4 Answers, 1 is accepted
0
Hi Sebastian,
Locate the step that clicks the download link. Double click that step and set the SimulateRealClick property to True. I experienced the same behavior you described with this set to False.
Kind regards,
Anthony
the Telerik team
Locate the step that clicks the download link. Double click that step and set the SimulateRealClick property to True. I experienced the same behavior you described with this set to False.
Kind regards,
Anthony
the Telerik team
Register today for a live 'What's New in Test Studio R1 2011 SP2' event on Tuesday, July 19 at 2pm EST!
Have you looked at the new Online User Guide for Telerik Test Studio?
Have you looked at the new Online User Guide for Telerik Test Studio?
0

Sebastian
Top achievements
Rank 1
answered on 19 Jul 2011, 11:00 PM
No that is fine, its the Handle Donwload dialog.
I see the dialog box open up.
Then it is waiting for me to click SAVE, OPEN, CANCEL when Test Studio should click it.
I see the dialog box open up.
Then it is waiting for me to click SAVE, OPEN, CANCEL when Test Studio should click it.
0
Hello Sebastian,
I understand the issue is with the dialog, but did you make the change I suggested for the step before? The Download dialog in my test was not acted on properly until I made that change.
If you continue to have difficulty, please attach your test files (in zip file format) that demonstrate the issue on a public site.
Kind regards,
Anthony
the Telerik team
I understand the issue is with the dialog, but did you make the change I suggested for the step before? The Download dialog in my test was not acted on properly until I made that change.
If you continue to have difficulty, please attach your test files (in zip file format) that demonstrate the issue on a public site.
Kind regards,
Anthony
the Telerik team
Register today for a live 'What's New in Test Studio R1 2011 SP2' event on Tuesday, July 19 at 2pm EST!
Have you looked at the new Online User Guide for Telerik Test Studio?
Have you looked at the new Online User Guide for Telerik Test Studio?
0

Sebastian
Top achievements
Rank 1
answered on 20 Jul 2011, 05:58 PM
Yes, it worked, Thanks!