Hi Friends ,I want to Know name of the Site for the QTP
Help and the Best Book through that I can start the QTP
Practice here also whare can I download the QTP Users Guide
I search I was Unable .

Answer Posted / sri ram kumar

If you want QTP Books, features and QTP Scripting
Information and sample Scripts, then visit

www.gcreddy.com

but that site is providing QTP Documents in advanced
orientation, in order to understand them, you must have
programming knowledge

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Did QTP prove efficient for your project? Yes or No, explain?

6119


What is CMMP and CMMH?

701


Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.

1447


What is difference between shared and local object repository?

589


what is the mail use of frame work(with detail). architecture for keyword driven frame work

1421






How can i check items sorted or not in a weblist ? Give me the script for this...

1579


What is clean sweep?

1380


How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?

614


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

2423


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

1464


How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?

576


How to recognise the webelement and verifying that webelement is enabled?

1647


How do you convert manual test cases to automated test cases?

583


what frame work you are following?

1528


What is output value? How many types of output values are there in qtp?

580