What are the advantages of QTP over WinRunner?
Answer Posted / sni
as per my knowledge i think qtp supports oops based
applications where as winrunner doesnt support oops apps.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
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
Discuss quicktest professional environment?
Explain features of the latest version of qtp/ uft 12.1?
can any one say that where we can download the QTP trail version ??????????
On what document base Descriptive programming is written if build is not yet ready ?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
• What type of testing questions will be asked for 2+ yrs exp people in interview?
What is accessibility check point?
What is qtpro?
Mention the test steps of qtp.
In qtp, how you can remove the spaces from string?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
can any body give the banking domain concepts/links
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
Hoe can we do retesting using functions please give the code for it using login page