How can I generate customized logs in QTP ?
Answer Posted / 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 |
Post New Answer View All Answers
How to create a standard checkpoint ?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
How to modify object property in qtp ?
What is the use of text output value in quicktest professional (qtp)?
What is a recovery scenario?
what kind of frame work you used in your last project?
Whether qtp 9.0 supports Test director8.0
Key word driven framework
How do you create new test sets in td?
Can we run multiple QTP scripts one after the other without manual intervention? How?
how to know no.of mails in our g mail by using vb-script
Explain the concept of object repository & how qtp recognizes objects?
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
What is a checkpoint? How many check points are there in qtp?