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
In html file what is an ideal position to include vbscript?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
when we use filter funtiom invb script(QTP)
Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP
When are redim statement and preserve keyword used in the vbscript language?
How will you get the smallest subscript of an array in vbscript?
How should i Create Email invite with server-side Coding?
how to check whether link is disabled in QTP??
Why is the use of exit do or exit for statements within loops discouraged?
What are the different types of operators and their order of precedence?
What is select case statement?
Which in-built function related to an array joins substrings into one string in the vbscript language?
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
How can constants be declared in the vbscript language?
how does vb script help in web page designing? explain with example.