xx1
7 years agoOccasional Contributor
can I pause automatic test and remind me to manual test then continue
When test desktop application, some operations use automatic to test not very well, so I want to pause automatic test and eye-catching remind me to manual test through popup a dialog or other better way, if I finished manual operation, i tell it, then it will continue automatic test. Does testcomplete support this? How to do?
Thank you very much
you may try this...........:smileywink:
function showingAmessage() { BuiltIn.ShowMessage("Hey you tester!...did you finished manual stuff "); }