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

how do u handle an object with out name in our application using QTP 9.2?

0 Answers   CTS,


i want click on a link which is in 3rd row and 2nd column of a web table.write script to execute

2 Answers   IBM,


How can I use Call dlls in QTP ?

0 Answers  


without Qtp features can we automated?

1 Answers   IBM,


write a vb script to print even numbers from 1-50?

6 Answers   Kclink Technologies, Logica CMG,






Write a Script With descriptive programming(Without Repository) to update an Update an order in Flight App and verify whether it is done successfully.(Use ChildObjects method)

2 Answers  


How to load object properties to object repository through scripting.give one example

7 Answers   IBM,


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,


Plz explain about MATCH/EXACT MATCH/IGNORE SPAGE in text check points?

1 Answers  


Test script is generated and it is enhanced.It is required to be saved.But the disk space is insufficient.You are not permitted to delete any scripts.How are you going to save?

1 Answers   Accenture, DELL,


How u prepare Test result summary in QTp?

4 Answers   CGI,


can we run the scripts of qtp 8.2 in the qtp7.0?

1 Answers  


Categories