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 ...
- 7 years ago
you may try this...........:smileywink:
function showingAmessage() { BuiltIn.ShowMessage("Hey you tester!...did you finished manual stuff "); }