what is the difference between DP and keyword driven
framework?

Answer Posted / babu

Hi,
There is a lot of difference between Keyword driven
framework and Descriptive programming.

Descriptive Programming: without the help of object
repository,passing the object properties and values in to
the script.

Keyword driven framework is the set of assumptions and
rules to execute our test suit.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)

3469


Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma

3657


What is the keyword view and expert view in qtp?

756


in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded

1747


What is difference between shared and local object repository?

841


Explain different type of event trigger option.

746


How to break the object spy ?

902


What is object repository in qtp?

801


What are the steps involved in recovery scenario wizard?

762


What are the views available in qtp?

829


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

2653


How to add verification steps to tests?

9463


I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?

900


What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz

1739


What is checking bitmaps?

804