How do you start automating/ writing your QTP scripts ?

Answer Posted / jay prakash

We start writing the scripts by creating the object
repositries first.

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how you can find the absolute value of the number in qtp?

639


Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly

1242


What are the recording modes in wave event?

1529


This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?

1463


Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.

1546






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

2410


How to export quicktest professional (qtp) results to an .xls file?

587


Explain actions in qtp ?

547


What will be happen if i load object repository at run time, but it has already associated.

1251


Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?

1417


What are the different properties of an web object

1421


How will you compare keyword and expert view?

518


Did the scripts need lot of maintenance? If yes, why?

3285


How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?

1270


whare exactly we have to use functions and sub routain

1840