Forum Discussion

mfoster711's avatar
mfoster711
Regular Contributor
13 years ago

How to create GUI input window

What is the best method of creating simple GUI windows that can be called from TestComplete scripts?



Background: I have used Rational Robot for years and we had created a few GUI windows in Robot that we could display during script execution and I am trying to duplicate this in TestComplete. For example, one of our GUI windows is a debugging window that would display various pieces of information and then wait for us to click a button on the screen before proceeding with the script.



I am just looking for some general suggestions on the best method of accomplishing this using TestComplete.



Note: I am using VBScript as my scripting language.