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 DiscussionsADO Pipeline Execution Fail issue after TC\TE upgradeRuntimeError: The object does not existFields data to compare?
Related ContentHow get message in messageboxTurn off all Edge messageboxesDisplay TestExecute/TestComplete results on TeamCity build log