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
what is the object hyrarchy in QTP for a web based application
Explain the adodb.stream class?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
Mention how to create a cookie using vbscript?
What are keywords in the vbscript language?
give me any information abou vb script books learn quckly
What is the main difference between function and sub-procedure?
how to set one column as primary key in QTP and fetch values accordingly
How will you get the last occurrence of one string within another string using vbscript?
Can automation testing find ssame no. of bugs what we can find by manual testing?
What is Procedure or Subroutine in VB Script?
Explain the arrays in vb script?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
how does vb script help in web page designing? explain with example.