After running scripts how you report results ,there is
any specific report form
Answer Posted / 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 View All Answers
What are the various types of Actions in UFT?
How many number of actions possible in qtp?
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
Define Error Pane of UFT?
Explain the concept of how quicktest professional identifies object?
How many add-ins comes by default with quicktest professional?
How to modify the text checkpoint?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
How many types of recording modes in qtp?
How can I import environment from a file on disk?
Explain different types of checkpoints?
What is 'sleep' in sync point?
What is ‘object spy’ and what is the function of object spy in qtp?