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 |
Can you write User defined function for WebEdit ? Note1: This function can be used for all web edits in all pages Note2: Don't use Child objects method
WHAT IS SMATR IDENTIFICATION? plz EXPLAIN BRIEFLY? IS IT POSSIBLE in QTP? HOW AND WHEn THE SITUATION U R USING EXPLAIN WITH EXAMPLE?
how to automate standalone infopath forms using QTP? (it is not a dotnet or a web form)
OPening of notedpad in QTP to write and execute the coding?
What is the ur roles and responsibilities as automation testing engineer?
what is review
I want to check in the data table(Globalsheet) column exist or not through script .If column not exist only proceeded to next step Pls tell me how to proceeded?
In My application, having Copmany Name : Text Box and click Save button. if i enter a vlue, after run..........it shows the already exists. so how to enter random ro mmultiple names names into webedit box(company Name). without using DATATABLE THanks Ramesh
What is a checkpoint? How many check points are there in qtp?
Can u tell me example for virtual objects?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
Hello everybody, can we maintain the state of page in QTP? 1. suppose i opened a notepad text file i entered some text and changed the font type and font size and saved that file. 2. Now next time when i will open a new notepad file it is showing me that font type and size which i changed in my previous step. 3. Here i want that QTP should capture the default setting i.e. it should maintain the state of the page. Thanks in advance, Gaytri