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 |
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
How you calling actions in qtp?
what is the difference between DATA TABLE and DATA SET?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
hi frinds i need help .i have 4 + yrs exp in testing and nearly 2 yrs exp in QTP and QC .currently iam working north fast 2 yrs iam looking for job in south is there any openings plz letme know my mail id is pbre1980@gmail.com
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
What are the Test design techniques you uses in ur project?
What are the disadvantages of Recovery Scenarios in QTP ?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
CAN ANY ONE PLEASE EXPLAIN DIFFERENT TYPE OF FRAMEWORKS USED IN QTP?EXPLAIN EACH OF THEM?..POST TO VANILKUMAR_1981@YAHOO.CO.IN
what is diff b/w function and action?