After running scripts how you report results ,there is any
specific report form
Answers were Sorted based on User's Feedback
Answer / vishal
since the q is how we report ant not how qtp reports to us,
the answer i think is about defect reporting so it shoud be
by using quality center or excell sheet.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
Answer / deeps
Reporter.ReportEvent Eventstatus,reportstepname,details
eventstatus:
0 or micpass
1 or micfail
2 or micdone
3 or micwarning
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 ? | 2 Yes | 1 No |
Answer / ram
deeps answer is exact.But there is one more event
4- warning.we cant write directly "warning" we just need to
mention the digit in place of event status.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does quicktest professional is unicode compatible?
when we enter url,one page should open.write a vb script ,that page is open or not
2 Answers Blue Chip India, Persistent,
please post the interview questions for QA position in FACTSET
w is recovery senario manager
Explain step generator in qtp?
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
I want to see all the properties of agent name in login window. I will use the script Set a=Window("FR").WinEdit("Agent Name:").Gettoproperties( ) msgbox but my question is how to use the msgbox if i use a it will display only a, so anyone pls let me know how to get the display of all the properties using GetToProperties () or GetRoProperties (). Thanks a lot
When to use descriptive programming?
explain how to write vb script in qtp?when will you write own script?
We are using the QTP version 9.0 where we want to call objects from global repository for a particular function at runtime for increasing the performance of framework.We are actually looking for loading the objects under test (OAT) dynamically when script runs and would like to unload the same once the execution of the script is completed.
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?