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
Answer Posted / reddy siva saran.k
Yes,
we can do that by using the Reprter.ReportEvent statement
Reporter.ReportEvent Eventstatus,ReportStepName,Details
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
How will you release the memory acquired by an array variable in vbscript?
Explain what is loose binding? Why is it not a good practice to use it?
Difference between dim,public and private variables in vb script?
Mention what is the main difference between function and sub-procedure?
How to get the length of the string by making use of the string function?
How to assign a date value to a variable?
How to delete a cookie using vbscript?
Explain the tristate constants in vbscript?
Explain sga memory structures?
How will you get the largest subscript of an array in vbscript?
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
What are events in the vbscript language?
How will you get the smallest subscript of an array in vbscript?
i need to sort the data using qtp script for this how i need to write a qtp script