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 |
Give me diffrent script in QTP for Webpage(Java and .Net),WindowsBased Applications,Java application,.Net application...
how to identify an object which is not in the object repository identification can be done using descriptive programming.
Can the mode of object repository be change during run time? Eg. if the mode is per-action during design time can i change it to shared and vice-versa? Any scripting possible?
Hi, OUR PROJECT NAME IS: HOSPITAL CONTROL SYSTEM. IS IT COMES UNDER WHICH DOMAIN(HEALTH CARE OR HEALTH INSURANCE)
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
Any one knows about descriptive programming to identify objects in a page? Kindly drop me mail prasanna.sabat@gmail.com
If I give some thousand tests to execute in two days what do you do?
How to Display last item of a Combobox by using QTP?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
Will QTP gets installed on virtual PC.What is the maintenance number to be given
How many ways we can parameterize data in QTP?
What are the two types of repositories available, explain them?