i need the licence key for QTP V9.5 can anyone help me on
getting this?

Answer Posted / yatish

Please send me the licence key for qtp 9.5 to
ramsgotrus@gmail.com

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

2422


what is run action?

1435


I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so

2254


Is text area check point supports for web applications?

531


How software tester can use constants and variables in scripts?

1686






What does mean by Scope of Automation?n How we defined it?

1574


What is checkpoints for qtp?

531


What are the common defects found in your project? (in qtp interview)

1614


How does quicktest professional (qtp) identifies the object in the application?

581


What are the ways you can synchronize?

581


What is action? How many types of actions are there in qtp?

614


How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?

572


Why to use descriptive programming?

564


How to call a test from another test?

678


What is debugging? How you debug your script?

606