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 did u use automating testing tools in ur job?
How to handle "Java Runtime error" popup window in the web application ? Sometimes the application throws the error repeatedly... Is there any browser setting available to disable the error ?
Use of Multiple Actions in QTP?
How can i learn Descriptive programming in QTP. Please reply.
How do u fetch data from a database ?
what are the main differences between keyword driven frame work and data driven frame work?
I have the following Doubts Please clarify me with examples? 1.Could QTP cover entire application? or part of the application? 2.Shall we rewrite(modify) the Manual testcase to automate? 3.How can I execute my scripts through client mechine which is not having QTP installation 4.Few objects are not being identified by QTP afeter one month. what could be the reason for this (I am using trail version of 15 days)
Can any body tell me how can I choose the share object repository and per action object repository mode. Please give me with steps.
What are the various versions of QTP that have been released so far? Please also mention the year of release for each version
Hi, When iam trying to import sheet to the QTP Global data table at the run time using the Importsheet method.It is able to import the sheet but no data is present after the import due to which the test is failing.Could anyone suggest what should be done. When I open the actual excel sheet data is present and is not corrupted.
UFT 12.02 which ALM version will support
please any one can explain the keyword driven framework. with gmail example.