Subbulakshmi
7 years agoFrequent Contributor
dialog box not getting recognized in delphi application
Hi,
Our application is delphi based. There is a window in which we need to enter few data and click on save button. Once save button is clicked, there is one information(Message) box popped up and we need to click on OK button.
Even though the dialog is visible in the screen, Test Complete is waiting for some time before clicking on OK button. It is showing the status message as "Waiting for DlgSave". I have added VCLObject Name/Caption as properties.
Could you please let me know, what I am missing here.. why test complete is waiting, even when dialog box is visible.
Hi,
This issue was resolved when I uncheck * from Curent Project Properties(MSAA options under General options).