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 |
how to associate object repository during runtime in qtp
hi Action 1 and action2 if we save it in C:, what folders will be created explain plz
How software tester can use constants and variables in scripts?
what are the functions availabla in QTP? what are the data types in QTP?
What are objects? how do you select the unknow object?
can onyone tell me how to comapre the output of two different Data Bases in QTP?
Explain different types of action in qtp?
Why script error occur in between recording in qtp?
Is it possible to run QTP scripts created in IE 6.0 in IE 7.0?
Do you have any knowledge about Business Processing Testing in QTP
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.
How u call functions in QTP Function to calculate the length of characters in a word -