After running scripts how you report results ,there is any
specific report form
Answer Posted / hariprasad reddy
Using QTP utility statement we can send report to Test
Result Window.Here the utility statement is
syntax is
report.reportevent event status,stepname,details
Argument-1 : event status are 4 types
1)micpass
2)micfail
3)micdone
4)micwarning
Argument-2 : The status of object we are going to report
Argument-3 : The details of the object.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
how to disable the pop ups through QTP using a script
What is the expert view?
Tell some commonly used Excel VBA functions?
can the activities of test case design be automated?
Explain the new feature of UFT regarding the export of test results?
Describe the differences between functions and actions in UFT?
We stored into the objects OR and then write the scripting
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
What is the significance of “action 0” in qtp?
How many types of recording modes in qtp? Which will be used when?
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
What are test settings and global settings?
What are the types of object repository?
What is test object?
what is error and fault in terms of software quality?