can u tell me the the cost of automation tool QTP
?
Answer Posted / shankar
Hi Ravimekala thanks for the information, but this is
yearly subscription or one time investment& they will
charge for single or multy user qtp software tools
thanks
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
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 to remove associated function library?
How do you test DLL files using automation Tool QTP?
What is a quick test professional?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
What is the expert view?
What are the types of object repositories? Which one is you using?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
What are table and db checkpoints?
diff between qtp versions from 8.5
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
What is QTP and the use of QTP in TD?