Forum Discussion

ojo0608's avatar
ojo0608
Occasional Contributor
14 years ago

Call Dialog box from application.

Hi, sorry for asking frequently..



I have a question about calling dialog box from application. I searched some article, but that is only for predefined in TestComplete.



 Is it possible to call dialog popup that is one of application method??


1 Reply

  • Hi,



    If one of your application's objects has a method which invokes your dialog, you can simply call this method in your test as you'd do with any other method (obj.MethodName()).

    If this is not what you need, can you clarify your request?