Forum Discussion
joe_2
12 years agoContributor
I often take keywords that I don't know the equivalent script command for and put them by themselves in a keyword test.
Then right click on the name of the test in the keyword tests folder and click 'convert to script' on the popup menu that appears...
Follow the steps and you get a script example of how to do that keyword command in a script.
For testComplete's built in delay it's:
Call Delay(<number of milliseconds>, ["message to display while waiting"])
(don't add in the < > or [ ]...)
Then right click on the name of the test in the keyword tests folder and click 'convert to script' on the popup menu that appears...
Follow the steps and you get a script example of how to do that keyword command in a script.
For testComplete's built in delay it's:
Call Delay(<number of milliseconds>, ["message to display while waiting"])
(don't add in the < > or [ ]...)
anmol77
10 years agoOccasional Visitor