After running scripts how you report results ,there is

any specific report form



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

Answer / sreeprasad

syntax is

report.reportevent event status,stepname,details

Argument-1 : event status are 4 types

1)micpass or 0

2)micfail or 1

3)micdone or 2

4)micwarning or 3

Argument-2 : The status of object we are going to report

Argument-3 : The details of the object.

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 ?    1 Yes 0 No

Post New Answer

More QTP Interview Questions

what do you call the window testdirector-testlab?

1 Answers  


What expansion of "MIC" in MICPASS (TEST ReportPAGE)

11 Answers   TCS,


What is active screen?

0 Answers  


Suppose there is a bitmap with some text in it how do you write the script to get the text.

2 Answers   BirlaSoft,


does test plan is in test strategy or test strategy is in test plan.

6 Answers   Microsoft, TCS,


What criteria do you use when determining when to automate a test or leave it manual?

2 Answers  


can we test an windows application using qtp

1 Answers  


Associated files in QTP?

1 Answers  


Where u will use output checkpoint in QTP?

3 Answers   HCL,


write vbscript on veb applications in qtp with exapmles?

1 Answers  


What type of automation frame work you are using?and why?

2 Answers   Wipro,


In our application (Web based application)we will get a pdf file and we have check a particular text in that pdf. Can any one tell how to check text in a pdf file. In the same pdf file it generating some links and I have to click that links. QTP unable recognizing that links, even id did record and playback qtp does not generating any script. Can any one help me….?

6 Answers  


Categories