Hi,
can any one tell this
Actually I AM NEW TO QTP
I have one qtp script in which it calls the vbs file during
it's run TIME by using the ExecuteFile "absolute path"
If the vbs file is executed seperately it will give the
output in a msgbox
In the same way if qtp script is executed the result will be
displayed in w result window right?
Now the question is how to get that vbs file output in the
qtp result window when I run the qtp script which calls the
vbsfile during it's run TIME
Yes,
we can do that by using the Reprter.ReportEvent statement
Reporter.ReportEvent Eventstatus,ReportStepName,Details
Is This Answer Correct ? | 1 Yes | 0 No |
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
Explain some uses of vb script?
How to declare an array in vbscript?
write a vb script to display factorial of a number using function
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
Write a program using Java Script / VBscipt that checks if two matrices have identical values in all the elements
Illustrate briefly about the different types of statement
write a vb script to display calculator using case statement?
What is the equivalent of VBScript?s On Error In Jscript ?
Explain about the asc function?
How will you convert a given number to long in vbscript?
write a vb script code to display the vbscript word by word (i e 1st it should display v then b and up to t )