joscva
9 months agoContributor
How to get aqDlg.MessageDlg to function in Keyword test?
I've been scouring the documentation, this forum, and Google but I can't get this function to work in my keyword testing. I just need a simple dialog at the start of a test, that warns the user that...
- 9 months ago
This should give you a starting point,
MessageDlg("All files will be deleted", 1, 12, 0);
which will show,
Alternatively, create a custom form via https://support.smartbear.com/testcomplete/docs/testing-with/advanced/user-forms/index.html and https://support.smartbear.com/testcomplete/docs/testing-with/advanced/user-forms/working-with.html
You can create forms in TestComplete