Ask a Question

can I pause automatic test and remind me to manual test then continue

SOLVED
xx1
Occasional 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 

8 REPLIES 8
xx1
Occasional Contributor

When test desktop application, some operation use automatic to test not very well, I want to  pause it and remind me to manual operate it through a dialog or other way. Does testcomplete have this function? How to do? Thanks very much 

 

email address: 178254207@qq.com 

NisHera
Valued Contributor

you may try this...........Smiley Wink

function showingAmessage()
{
  BuiltIn.ShowMessage("Hey you tester!...did you finished manual stuff ");
  
}

https://support.smartbear.com/testcomplete/docs/reference/program-objects/builtin/showmessage.html?q... 

NisHera
Valued Contributor

Previous question I showed you how to popup a message.......

 

in javascript you can write some thing like..... 

function How2Stop()
{
  var xyz = null;
  // you fogot to set value to xyz before test run
  if (xyz==null){
    BuiltIn.ShowMessage('Terrible thing happend, I have do this manualy');
    Runner.Pause();
  } 
}

https://support.smartbear.com/testcomplete/docs/reference/project-objects/items/script/runner/pause....

tristaanogre
Esteemed Contributor

You can also use UserForms to create your own modal dialog to communicate to the tester and even prompt for responses and such.

 

https://support.smartbear.com/testcomplete/docs/testing-with/advanced/user-forms/index.html


Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----

Why automate?  I do automated testing because there's only so much a human being can do and remain healthy.  Sleep is a requirement.  So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.

Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
tristaanogre
Esteemed Contributor

Just as a side note, this is a forum for sharing of information.  Only a few people here are actual staff of SmartBear.  The rest of us are users who share our expertise and experience.  If you're looking for a direct response from SmartBear, it is better to use their case management portal for that.


Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----

Why automate?  I do automated testing because there's only so much a human being can do and remain healthy.  Sleep is a requirement.  So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.

Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
xx1
Occasional Contributor

Thanks, it is very helpful 

xx1
Occasional Contributor

Thanks your replay, I also love good foods, beautiful clothes, good films and good friends and I love money 

Marsha_R
Champion Level 3

This question was posted twice and I've merged the conversations.

cancel
Showing results for 
Search instead for 
Did you mean: