i need the licence key for QTP V9.5 can anyone help me on
getting this?
Answer Posted / sandeep
can some one help me with the QTP single seat license code
please
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are the general steps involved in the data driven framework?
explain structured testing? plz guys with exp. do answer
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
Name the properties you would use for identifying a browser and page when using descriptive programming?
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 is review
How to attach a file to TD?
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you
Explain how qtp identifies objects?
How did you resolve conflicts present in Object Repository?
Explain step generator in qtp?
Explain how Does Run time data (Parameterization) is handled in QTP?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
How will you declare a variable in qtp?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?