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

Answer Posted / deepthi

Hi Arhti,

Can you please send me the license key for QTP9.5 to
deepthibu@yahoo.com

This would help me a lot.
Thanks.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain

1559


If you are testing a web application then what will you test in that application?

1633


Explain quicktest professional (qtp) testing process?

635


What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????

1823


When should I use smart identification?

682






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

2519


How do I get the QTP scripts result in xml format by using vb script function?

1872


Explain types of descriptive programming?

700


what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?

1467


Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..

4297


How to release all resources file from the QTP?

1139


explain keyword driven framework with banking domain?

1644


What is RTM (require ment tracebulity marix) fromate?

1612


How to find the name of the machine where you are running your automation scripts in qtp?

610


What is object repository in qtp?

645