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
Mention characteristics of sub procedures?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
What is loose binding? Why is it not a good practice to use it?
Mention what is variant in vbscript?
How will you convert a string to upper case string using vbscript?
What if you do not specify anything when you call a procedure?
In what way program "hello world" you can write in vbscript?
What is the technology used by vb script?
How to pass argument by reference to a function in vbscript?
What is the main difference between function and sub-procedure?
what is the use of QCUtil? explain with one example?
What is the difference between vbscript and vba?
Explain the .wsf files?
Explain the extension .hta?
Why is error handling required?