what is the purpose of the Reporter.ReportEvent in QTP and
also please give the brief description about
Reporter.ReportEvent ?
Answer Posted / navin.k
actually the def of Reporter Utility object is
used for sending the user defined steph to the result window
with the help of "reportevent" method ]
Syntax :
Reporter.ReportEvent Status,"RepoterName","Details"
Example :Reporter.RepoterEvent 1,"myapp","sub operation is
not successful."
Status:
0=Passed
1=Failed
3=Done
4=Warnig
| Is This Answer Correct ? | 12 Yes | 8 No |
Post New Answer View All Answers
How can you destroy an object in vbscript?
How can you fetch the value of a cookie?
Which data type/types are supported by vbscript language and what are their specialties?
Explain the adodb.stream class?
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
What is the difference between vb debugger and the script debugger?
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
Is VB Script Case sensitive or Case insensitive?
if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.
What is loose binding? Why is it not a good practice to use it?
How to make sure that items in a wintree are sorted al?
What is the difference between vbscript and vba?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
How can you create a file object to work with the files in the vbscript language?