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 |
hai,i want to select an option from the right click pop up menu.but the qtp is not recognizing the right click pop up menu as a seperate object.can any one tell me the solution.
what is the Vbscript to connect Database
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
Does QTP is "Unicode" compatible?
Which is the best testing institute for QTP training in Hyderabad.
results.xls file is automatically generated while running the script in QTP.But it is showing error to open the file
Greetings friends , Hope all of you are doing well. When I run a test, is it possible for me to for me to take each row from the data table , once at a time. In other words,if i have 10 rows in the global data table, say data1,data2, data 3...and so on up to data10. Can I have the value of data1 when I run a test, and next time when I run the same test (say next day), it should skip data1 as it has already used it and go directly to data 2 ??? Would be great if anybody can help me out know in this issue. Thanks & Regards !!
How will u test content of an web application with out using chechpoints in QTP 9.2?
In an output value text checkpoint, where does the output value stored by default ?
how to test power point using QTP 8.2 ? What are different methods to retrieve value from Application during runtime ?
Write script to fetch the data from global sheet where row number is 3 and parameter is "text"
3 Answers Accenture, Thomson Reuters,
Explain the concept of object repository & how qtp recognizes objects?