how to display message with out using msgbox function?
Answer Posted / 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 |
Post New Answer View All Answers
How you will rate urself in QTP in the range of 0 to 5
Mention the different actions types of qtp.
write script for bitmap image?
What is recovery scenario manager? When you go for recovery scenario manager?
Where can I find and view run-time data table?
Explain the views in the QTP GUI?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What is text check point and text area check point?
What is the parameterization?
What is TOM in QTP?
what type of framework u r using in ur organization
What are the differences between quicktest professional and winrunner?
Can U Explain about QTP tool from older version to latest version also its differences?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
Which functionalities of QTP used in banking project?