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 |
pls tell me which is good book or site for vbscript?
How do you declare a variable in vbscript?
How to Import data from a file (file is on the desktop) to the data table
Is vbscript language a case-sensitive language and what does it mean?
why do u choose to go for testing why cant for devoloping
What is parametrization ?
How will you get the last occurrence of one string within another string using vbscript?
What is loose binding? Why is it not a good practice to use it?
When inserting strings into a SQL table in ASP what is the risk and how can you prevent it?
Mention what is the difference between vbscript and vba?
How to delete a cookie using vbscript?
Mention what is the main difference between function and sub-procedure?