Which is the best testing institute for QTP training in
Hyderabad.
Answer Posted / suresh kumar bujjaiah
G C Reddy sir is the Best Faculty for QTP.
He has very good command on VB Script
His Institution Located at Hi-Tech City, Hyderabad
His website:
www.gcreddy.com
is the NO1 site for QTP Info as per Rankings.
| Is This Answer Correct ? | 57 Yes | 9 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 creating an output value using quicktest professional?
What is the differences between image check point and bit map check point?
What are advantages of test automation?
How to test fly out menu in qtp?
What is the diff between image and bitmap check point?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
Hi All, How to Compare two strings character by character in QTP
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
What are the different attributes used with regular expression?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
Explain the check points in quicktest professional (qtp)?
Does Low-level recording capture mouse movements?
what is stepin & stepout?
can anyone tell me from where i can download qtp demo or crack version