15 years ago
How TestComplete detects dialog or message box?
Hi,
I'm trying to develop a script to perform functional test, during the transaction or parameter input, it may has dialog box prompted, how TestComplete could detect these dialog boxes?
As there are many dialog box prompted in the function, I would like to centralize its handling in a separate procedure. For example, in main script, it has some kind of "listener" to detect if there is any dialog box prompted, if yes, it'll pass the object of dialog box to another script and then determine what kind of dialog box is (error? warning? or success? etc.) Could it done by TestComplete?
Thanks.