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 |
what do you call the window testdirector-testlab?
What expansion of "MIC" in MICPASS (TEST ReportPAGE)
What is active screen?
Suppose there is a bitmap with some text in it how do you write the script to get the text.
does test plan is in test strategy or test strategy is in test plan.
What criteria do you use when determining when to automate a test or leave it manual?
can we test an windows application using qtp
Associated files in QTP?
Where u will use output checkpoint in QTP?
write vbscript on veb applications in qtp with exapmles?
What type of automation frame work you are using?and why?
In our application (Web based application)we will get a pdf file and we have check a particular text in that pdf. Can any one tell how to check text in a pdf file. In the same pdf file it generating some links and I have to click that links. QTP unable recognizing that links, even id did record and playback qtp does not generating any script. Can any one help me….?