what is advantage of descripting programming in QTP?
Answer Posted / bheemesh
Before u understand the concept of descriptivness programming first of we need to understand behavior of qtp in normal progarming.in normal programming first qtp understand the scripting statement then decide what action need to perform on which object.then i will go to object repository then searching for information.so maintenance is easy.
in descripting language the objects are identified in test plane only.so main advantage is performance is good rather than descripting language.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain the types of object repositorys in qtp?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
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 (qtp)?
What is the difference between call to existing action and copy of an action?
What will be happen if i load object repository at run time, but it has already associated.
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
We stored into the objects OR and then write the scripting
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
Explain different types of action in qtp?
What are the advantages of Object Repository?
How to test background color and dynamic images during run time can you put the check point for moving objects?
How to use descriptive programming?
what is vmodel?advantages and disadvantages of vmodel?
what QTP Options do you know?