This is a migrated thread and some comments may be shown as answers.

How do I tell if DownloadDialogHandler has actually handled a download dialog?

1 Answer 44 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 14 Nov 2014, 12:09 PM
In other dialog handlers, there's a HandleCount property to see how many times that dialog has been handled - is there a way to do the same with the DownloadDialogHandler?

1 Answer, 1 is accepted

Sort by
0
Ivaylo
Telerik team
answered on 19 Nov 2014, 11:26 AM
Hello Steve,

There is no such property that can tell how many times a dialog has been handled.

Regarding the subject of your request, the dialog handler has its own checks to see whether the file is physically present at the file path specified in the Handle Dialog step. After this we also check for the date, according to the start of the test, and if all conditions and checks are passed the Handle Dialog step passes.

Long story short, if the handle dialog step passes it means the dialog in question has been handled.

Regards,
Ivaylo
Telerik
 
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
 
Tags
General Discussions
Asked by
Steve
Top achievements
Rank 1
Answers by
Ivaylo
Telerik team
Share this question
or