In QTP for .net application which plug in is used? For Java
Application which plug in is used ?
Answer Posted / kiran
java plugin
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to handle the exceptions using the recovery scenario manager in qtp?
Explain QTP using different development techniques ?
What are the disadvantages of recording test cases in qtp?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
How many types of recording modes in qtp? Describe each type with an example where we use them?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
In qtp, explain what is crypt object
How to add synchronisation points in qtp?
Explain the difference between data driven testing and parameterization ?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
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 are the key points to create a framework in QTP for oracle forms?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
Output values? i want a practical example