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 to associate object repository during runtime in qtp

1 Answers   Deloitte,


hi Action 1 and action2 if we save it in C:, what folders will be created explain plz

3 Answers   iFlex,


How software tester can use constants and variables in scripts?

0 Answers  


what are the functions availabla in QTP? what are the data types in QTP?

2 Answers   Spry Technologies,


What are objects? how do you select the unknow object?

3 Answers  


can onyone tell me how to comapre the output of two different Data Bases in QTP?

1 Answers  


Explain different types of action in qtp?

0 Answers  


Why script error occur in between recording in qtp?

0 Answers  


Is it possible to run QTP scripts created in IE 6.0 in IE 7.0?

4 Answers   TCS,


Do you have any knowledge about Business Processing Testing in QTP

1 Answers   TCS,


Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.

0 Answers  


How u call functions in QTP Function to calculate the length of characters in a word -

5 Answers  


Categories