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 |
Explain about the support of asp for vb script functionality?
Can automation testing find ssame no. of bugs what we can find by manual testing?
HI how can handle dynamic image through vb script example we have to create email id fill the edit box(these latters change wrong password) i am wating your answer
how to operate webobjects in a webpage using getobject function and then using generic methods?
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 )
sunday is sunday monday tuesday wendesday sunday thursday friday saturday sunday sunday how to count no of sunday in the text file from vb? Answer me asap
There are 5 web pages.write a script to click the button on 4th web page.
generic function for webedit box for web application
Explain about scrrun.dll in vbscript?
Description.Create
What are the differences between sub procedures and function procedures?
how do you make the variable declaration mandatory?what is the use of "option explicit"?