After running scripts how you report results ,there is any
specific report form
Answer Posted / 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 |
Post New Answer View All Answers
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
How to find a window is minimized or not
What are test settings and global settings?
Define Environment Variable in UFT and its uses?
How do you perform Regreession Testing?
Can any body please tell me the steps of keyword driven framework of QTP.
What is quicktest professional (qtp)?
How to associate function library at a run time?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
How will you test a keyboard?
What is the difference between rational rose and QTP?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
How to start recording using quicktest professional (qtp)?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans