Hello,
I write tests in Test Studio mostly using the coded steps, but I need to handle Open/Save dialogs in my WPF Application. I was trying to use Telerik's build in dialog test step "Handle 'OpenFile' dialog" and this appeared to be working, but after typing in the file name and clicking Open, the application seemed to freeze. I manually aborted the test and decided to try writing this in code instead. I'd prefer to do this in code so I can define a variable for the filepath.
I noticed that the ArtOfTest.WebAii.Win32.Dialogs namespace does NOT have an OpenFileDialog class listed as an option! I am running the latest Test Studio, 2014.3.903.0. I noticed many other Dialog classes seem available such as GenericDialog and FileUploadDialog, but the OpenFileDialog and SaveFileDialog classes are missing. Any thoughts or suggestions?
Thanks,
Danielle
I write tests in Test Studio mostly using the coded steps, but I need to handle Open/Save dialogs in my WPF Application. I was trying to use Telerik's build in dialog test step "Handle 'OpenFile' dialog" and this appeared to be working, but after typing in the file name and clicking Open, the application seemed to freeze. I manually aborted the test and decided to try writing this in code instead. I'd prefer to do this in code so I can define a variable for the filepath.
I noticed that the ArtOfTest.WebAii.Win32.Dialogs namespace does NOT have an OpenFileDialog class listed as an option! I am running the latest Test Studio, 2014.3.903.0. I noticed many other Dialog classes seem available such as GenericDialog and FileUploadDialog, but the OpenFileDialog and SaveFileDialog classes are missing. Any thoughts or suggestions?
Thanks,
Danielle