can u explain about QTP Frameworks? what are the framework
types are available? and How to set or create frame work for
a application? Explain briefly?(Also give me one example)
Answer Posted / sangeeta
Framework is some set of guidelines followed in automation
projects to achieve better
readability,maintainability,scalability and reusability.
There are following types of frameworks:
1)Data driven framework
2)Functional decomposition framework/modular framework
3)keyword driven framework.
4)Linear Framework.
5)Hybrid framework.
6)Business Process Framework.
to create a framework you need to create a driver file which
drives the complete framework activity.
the flow of a hybrid framework will be like this
driverfile->initialize global variables->launch qtp and does
settings->launch application->opens the regression suit and
checks the status of test scripts and runs the
scripts->associate OR and library files->takes the required
data->performs action on application and stores the
result->at the end closes all the instances and send mail.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
wt is the use of multiple questions in QTP
How to customize checkpoints with parameters?
How to associate shared object repository to test in qtp?
When using descriptive programming?
How to execute a winrunner script in quicktest professional (qtp)?
How will you handle java tree in qtp?
How many types of parameters are there?
What is the registration process and examination fees?
How to carry out bit map check points in QTP
Where is the Bitmap checkpoint information stored?
What is quick test pro? What is a quick test professional?
How to associate function library at a run time?
Hybrid framework supports Descriptive programming. Is it true?
unique properties of button,edit box, radio button,check box?