yuchangContributor13 years agoHow to display a messagebox using Jscript in TestCompleteTried to display a message for example using window.alert("Welcome to TestComplete.");However it shows "Microsoft JScript runtime error. 'window' is undefined"Please help me how to run regular JScript/Javascript in TestComplete.
2 RepliesReplies sorted by Most Likedhowie_Contributor13 years agoI think you're looking for BuiltIn.ShowMessage()BuiltIn.ShowMessage("Welcome to TestComplete.");yuchangContributor13 years agoHow to close this window in the script?
howie_Contributor13 years agoI think you're looking for BuiltIn.ShowMessage()BuiltIn.ShowMessage("Welcome to TestComplete.");
Recent DiscussionsFields data to compare?Normal Edge launch along with Private Edge mode. (Random issue)Test Execution Summary Not Visible on Jenkins
Related ContentHow get message in messageboxTurn off all Edge messageboxesDisplay TestExecute/TestComplete results on TeamCity build log