how to display message with out using msgbox function?
Answer Posted / 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 |
Post New Answer View All Answers
How to find a window is minimized or not
Explain qtp(quick test professional)?
How to creating an output value using quicktest professional?
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
Explain the use of action split in qtp?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
What are private functions in QTP? How they can be called from the function library?
Give me some real time point of way where exactly we can conduct audits?
There is an excel file of 1 to 100 sheets how you will iterate through it?
Whether qtp 9.0 supports Test director8.0
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
How to run a test using quicktest professional (qtp)?
What is difference between run time object and test object?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?