After running scripts how you report results ,there is any
specific report form
Answer Posted / hariprasad reddy
Using QTP utility statement we can send report to Test
Result Window.Here the utility statement is
syntax is
report.reportevent event status,stepname,details
Argument-1 : event status are 4 types
1)micpass
2)micfail
3)micdone
4)micwarning
Argument-2 : The status of object we are going to report
Argument-3 : The details of the object.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
What is the quicktest professional (qtp) testing process?
How to use descriptive programming?
What are the types of object repositories? Which one is you are using?
how to acess a test in RSA?
What is regular expression?
if our qtp vb Script may be Currepted then What we want do?
What are the automation metrice in your project?
How to export quicktest professional results to an .xls file?
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
Why we load add-ins in qtp?
How to test login module with different username and password by using data driven testing in QTP?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?