After running scripts how you report results ,there is any
specific report form

Answers were Sorted based on User's Feedback



After running scripts how you report results ,there is any specific report form..

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

After running scripts how you report results ,there is any specific report form..

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

After running scripts how you report results ,there is any specific report form..

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

After running scripts how you report results ,there is any specific report form..

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

After running scripts how you report results ,there is any specific report form..

Answer / ramu

report.reportevent event status,stepname,details

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More QTP Interview Questions

Have you worked with QC?

1 Answers   Satyam,


Does QTP supports Linux or Unix OS?.If so which scripting is preferable? Shell we do record and playback

1 Answers  


Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points

0 Answers   BirlaSoft,


Waht is Test Report , What it consists?

2 Answers  


what is bultin funtaion in QTP &tell me five examples?

5 Answers   Kanbay,






in how many ways we can write the user defined functions one way i know that i.e storing it in .vbs another way i does not know my friend said that .qtf or something but start with q letter can any buddy knows about this

3 Answers   DigiTech, Infotech,


What is the use of text output value in quicktest professional?

0 Answers  


How u will open the build automatically in QTP except using Systemutil.run command

6 Answers  


How to export(copy) the entire webtable from the webpage into Excelsheet? using Vb scripting

9 Answers  


What is diff betwee datatable.importsheet "path" and datatable.import

2 Answers  


Hi, I am trying to automate the web application for generating Reports.I am facing issue with IE while running the script. After 4 report IE crashes.I am using QTP 9.5 with IE version 7. Can anubody give me solution for this issue. Thanks in advance-Jyotsna

0 Answers  


What are the general steps involved in the data driven framework?

0 Answers  


Categories