what is keyword driven framework in qtp.
Answer Posted / sandipgami84
Hi,
Frame Work is the model or structure we follow for a
Project. It is the approach that we follow to automate the
Project. There are so many types of framework in QTP.
1. Datadriven frame work
2. Keyword driven frame work
3. Module driven framework
4. Hybrid driven frame work
The framework you choose, depends on the model of your
Project. Usually most of projects fall under hybrid driven
frame work.
Datadriven framework: Here we divide the entire project in
to modules and start automation by writing data driven
scripting for each one of them. We will have test data
either in excel sheet or flat files or from database...we
will pass that test data in to the script and perform data
driven testing.
Keyword driven framework:
Firstly we should add the objects to repository( Shared
repository is preferable)
Then we can generate/write scripts for each functionality
and save them as the library files ( .vbs files)
Then we have to associate all these library files(which are
generated to test different funtionalities) to Quick Test.
Module driven frame work: we will divide entire project in
to modules and write functions or procedures for each and
every module and automate the project.
Hybrid driven framework: it is combination of Datadriven
and module driven framework.
If you want more information about keyword driven framework
ask me thorugh our forums.
Thanks,
Sandip Gami
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
How to create a standard checkpoint ?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
How do you know the location Id of an object if you know its index id?
unique properties of button,edit box, radio button,check box?
When to use shared and local object repository?
Explain the new feature of UFT regarding the export of test results?
What is regular expression?
How to export quicktest professional results to an .xls file?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
how to write xml output check point bu useing descriptive programing .means without useing output check point
Limitations in QTP?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
How will you test a keyboard?
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
what is test scheduleling?