After running scripts how you report results ,there is any
specific report form
Answers were Sorted based on User's Feedback
Answer / vishal
since the q is how we report ant not how qtp reports to us,
the answer i think is about defect reporting so it shoud be
by using quality center or excell sheet.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
Answer / deeps
Reporter.ReportEvent Eventstatus,reportstepname,details
eventstatus:
0 or micpass
1 or micfail
2 or micdone
3 or micwarning
reportstepname:
Name of the stepname in the report(object name)
details:
details of the object
Example:
Reporter.Reportevent 0,"custom step","step passed"
or
Reporter.Reportevent micpass,"custom step","step passed"
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ram
deeps answer is exact.But there is one more event
4- warning.we cant write directly "warning" we just need to
mention the digit in place of event status.
| Is This Answer Correct ? | 0 Yes | 0 No |
what r advance features u had done in QTP?
What is expert view in qtp?
How exactly you start scripting in QTP? In the interview he was not satisfied with my answer.Please post what is correct answer.
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
the develeper not accepter your defect what status is that ?
w is output value
In one of the scripts the pwd in the DT was encripted. Can any one tell me how to I decript or undo the same?
what is difference betweem class annd object?
I want to clear the webedit field without using set"" in qtp script
How would you directly trigger javascript in a test?
How to use conditional loops in qtp ?