what is the difference between DP and keyword driven
framework?
Answer / 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 |
In qtp, explain what is crypt object
can i compare two databases using QTP ?
How to compare the two strings?
where the check points are stored ?
How can we check whether a particular sheet loaded (existed) or not in Data Table.
In Descriptive programing if i use this below code will it work for login window or flight Res Window. Shud i add the properties like attached text=login and text=Agent Name in the object repository and define a new object first. Pls tell me the procedure in clear inorder to execute this script. Dialog("title:=Login").WinEdit("attached text:=Agent Name:").set"agent123" Dialog("title:=Login").WinEdit("attached text:=Password:").set"mercury" Dialog("attached text:=Login").winbutton("text:=OK").click
What are benefits of qtp?
How many types of Test Plans are there...??
What is the qtp testing process?
what is the difference between DP and keyword driven framework?
How will u integrate oracel with QTP?
difference Between LowLevel and Normal Recording Modes?