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 DiscussionsAndroid execution and object capture is slow.Is there a way to disable the usage of the tcMSVCHook.dll?Is there any way to increase the amount of line on my screen?
Related ContentTurn off all Edge messageboxesHow get message in messageboxDisplay TestExecute/TestComplete results on TeamCity build log