How can I generate customized logs in QTP ?
Answers were Sorted based on User's Feedback
Answer / sri
Not Sure what kind of logs exactly you are looking for...It
would be nice if you could elaborate more. But You can have
a look at the following post:
http://everythingaboutqa.blogspot.com/2011/07/qtp-generating-customized-logs-during.html
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vince.shu
may you can try
ReportEvent Method
Description
Reports an event to the test results.
Syntax
Reporter.ReportEvent EventStatus, ReportStepName, Details
[, in]
| Is This Answer Correct ? | 1 Yes | 0 No |
How will you handle java tree in qtp?
Hi, I have 50 test cases for automation, Based on which criteria we can decide for these test cases we have to use Descriptive programming and remaining for general coding? Thanks In Advance..Kavitha
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
pls guys understand this is question CAREFULLY,,, interviwer asks can u write test case for ATM m/c..i told, insert card enter pw...like this,,but interviwer not happy with that...ur not going to atm center? in ur office system ur testing ATM M/c...why ..how to test? what is the process?
How to create an Action Template?
what will be there in keyword view and expert view?
How to use setroproperty?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
What is the difference between Image Checkpoint and Bitmap Checkpoint?
How to pass a variable in Dos Command using QTP? Eg: Dim path1, path2 path1 = "C:\Test\sample1.doc" path2 = "C:\Test\sample2.doc" How can we pass these path1 and path2 inside the "copy" dos command? I tried like this. this is not working. oShell.run "cmd /K copy" &path1 &path2
how to load all resource files(function libraries,object repositories etc) into tests without associating them?