After running scripts how you report results ,there is any
specific report form
Answer Posted / 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 |
Post New Answer View All Answers
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
What is keyword view?
How is a Step generator used in UFT?
Explain advantages and disadvantages kdf?
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance
how did u use automating testing tools in ur job?
Discuss quicktest professional (qtp) environment?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
Describe synchronization point.
Explain the types of object repository?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?