Halashankara
Top achievements
Rank 1
Halashankara
asked on 10 Feb 2017, 04:40 PM
We tried to automate the popup in desktop application,unfortunately it is not recording.
Please help on this
Hoping for reply,thanks in advance
3 Answers, 1 is accepted
0
Hello Halashankara,
Is the dialog you are trying to automate a WPF dialog? Please note that if you are trying to record against Win32 dialog for example you will not be able to and this is expected behavior as Test Studio does not support Win32 dialogs.
More information on how to handle Win32 dialogs you can find using this article.
If you are using a WPF dialog we will need access to the application and more information in order to be able to assist you.
Regards,
Ivaylo
Telerik by Progress
Is the dialog you are trying to automate a WPF dialog? Please note that if you are trying to record against Win32 dialog for example you will not be able to and this is expected behavior as Test Studio does not support Win32 dialogs.
More information on how to handle Win32 dialogs you can find using this article.
If you are using a WPF dialog we will need access to the application and more information in order to be able to assist you.
Regards,
Ivaylo
Telerik by Progress
0
Halashankara
Top achievements
Rank 1
answered on 15 Feb 2017, 11:22 AM
Our Dev Team used MessageBox property, For dialog.
I think this will help to resolve the issue to handle dialog.
0
Hi Halashankara,
Try to add a step from the step builder - Dialogs -> Generic dialog. Adjust in the Handle 'Generic' dialog step - the "ButtonPartialText" property to contain a part of the text from the button that handle the box.
Please, refer to the attached screenshot for further reference. The "InitializationTime" property could be increase in order to give some time the message box to appear as well.
Regards,
Nikolay Petrov
Telerik by Progress
Try to add a step from the step builder - Dialogs -> Generic dialog. Adjust in the Handle 'Generic' dialog step - the "ButtonPartialText" property to contain a part of the text from the button that handle the box.
Please, refer to the attached screenshot for further reference. The "InitializationTime" property could be increase in order to give some time the message box to appear as well.
Regards,
Nikolay Petrov
Telerik by Progress