Does UFT API have a Message Box like GUI?
Question ID: 105997
0
0

I am looking for some way to get a message box pop up just like Message box in GUI. Does anybody know if that is possible?

Marked as spam
Posted by (Questions: 28, Answers: 0)
Asked on April 13, 2015 9:11 pm
60 views
Answers (1)
0
Private answer

Yes, There is but the format is little bit different.

MessageBox.Show(''The Value of intCnt='' + intCnt);

I have found that sometimes on other users machines the reference to the Messagebox does not work all the time and I am not sure why.

For more details on MessageBox check out the following link:

[http://www.dotnetperls.com/messagebox-show][1]

[1]: http://www.dotnetperls.com/messagebox-show

Marked as spam
Posted by (Questions: 2, Answers: 98)
Answered on April 13, 2015 9:17 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top