how to display message with out using msgbox function?
Answers were Sorted based on User's Feedback
Answer / sandeepguttikonda
I don't know whether am answerig your question or not.
But I would like to share my knowledge upon this question.
In QTP we are having one keyword named "Print"
This will display the results in QTP's "Quick Test PrintLog"
This also functions same as Msgbox.
Example:
1) Print "Print this in Quicktest PrintLog"
2) Result = 3+4
Print "The sum of two numbers = "&result.
Please let me know if I have not answered your Question
mean while I will explore for other solution too.
Thanks.
Regards,
Sandeep Guttikonda
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / harsha
hi sandeep....print is different from message box. We can
display message box by this way also.
Set oShell = CreateObject("WScript.Shell")
Mesgbox = oShell.Popup("Do you Want to
Continue",10,"Welcome",3)
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / venkat
hello swathi.......
you are wrong..
Wscript.Stdout.Write will not work...
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / swathi
to display message without using msgbox in standard output
format
Wscript.Stdout.Write
it will display the results same like msgbox
please correct me if am wrong..
| Is This Answer Correct ? | 0 Yes | 2 No |
HoW to open QTP in Real time.after getting the qtp window how to log in .pl answer real time people
What are the steps involved in the recovery scenario wizard?
How to change the run-time value of a property for an object?
what is the Debug view?
what are the parameters you are considering for object identification?
What is checkpoints for quicktest professional?
What is a programmatic description?
What is action split and the purpose of using this in qtp?
what is keyword driven framework in qtp.
4. How u will open the build automatically in QTP except using Systemutil.run command
what is syncurnisation point? what is the use of this in real time environment? plz explain?
If 3 browsers are opened in our system, how to enter the facebook url into second browser by using descriptive programing