Forum Discussion

anitha123's avatar
anitha123
Contributor
13 years ago

Is there a Alert Message box or output box in Testcomplete

Hi,



Please let me know if there is any alert message box or Outputbox in Testcomplete so that the message can be poped up if there is any error  in the application.

1 Reply

  • Hi Anitha,



    You can handle the OnLogError event and use the BuiltIn.MessageDlg or BuiltIn.ShowMessage function in your OnLogError event handler. As a result, a dialog box or a message box appears when an error message is posted to the test execution log.



     If this is not what you need, please clarify your task in detail. What kind of errors do you want to handle in your application? What kind of message do you want to appear in this case?