i need the licence key for QTP V9.5 can anyone help me on
getting this?
Answer Posted / raj
Hi,
Please help me!!!
License???
Thanks in Advance.
My Mail ID: veeranrajaa@gmail.com
Product name: QuickTest Professional 9.5
Locking code: 8-2D0D2
License type: Seat License
Maintenance number: Shipped with package
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will you test a keyboard?
What is difference between design time and run time data table?
What is Test Fusion Report in QTP?
what is clean sweep?
Limitations in QTP?
breef description of batch testing ?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
can test automation improve test effectiveness?
when will you do debug your script? and explain that process?
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
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
Have you done batch testing in qtp? If yes how you are doing?
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
What is the virtual object?
How do you convert manual test cases to automated test cases?