What is log file?How to write log file code?
Answer Posted / mahesh.k
lOG FILE IS NOTHING BUT RESULTS FILE.
AFTER EXICUTING THE APPLICATION THE RESULTS WILL BE EXPORTED TO EXCEL SHEET.
DATATABLE.EXPORTSHEET("FILE PATH","SOURCE")
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Explain the concept of object repository?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
can anyone tell me from where i can download qtp demo or crack version
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
wt is the use of multiple questions in QTP
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
Explain the concept of object repository and how qtp recognises objects?
what is impact analysis on regression testing?
What is file database?
What are the different types of action?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
What are the different types of functions available in qtp and explain ?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
can u please explain what is the exact difference between qtp8.2 and 9.0
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??