There are 3 types of frame works in QTP
1. Linear frame work
2. Modular frame work
3. Key word driven frame work.
Can any body explain the above 3 frame work models.
y2k_ram2000@yahoo.com
Answer Posted / sharanya
Automation frame work is nothing but a set of guidelines
designed by expert to accomplish a task in an effective,
efficient and an optimised way.
There are 4 different types of frame work:
1) linear
2) modular
3) keyword
4) hybrid
Maximum we follow keyword framework
Keyword frame work is nothing but creating a software
structure like
1) scripts 2)object repository 3)test data 4)recovery
scenario 5)log files 6)library files etc
1) create scripts and save it in scripts component
2) create shared or and save it in or component
3) Create test data and save it in test data component
etc.,after creating all these components include the files
or Components to script or QTP and execute the script
Automation Framework: it is nothing but a
Standard/Procedure/Guidelines/process which is use to
Automation Planning with respect to AUT.
Linear Framework: If your application is supposed to
Regression run on Local System then this framework is
better.
Modular Framework: If AUT is supposed to Regression run in
which More than one Action has to be performing for the
same script then Modular framework is better. You might be
making your test Modular by dividing your test into many re-
usable actions and either any action can call any of the
action within that test.
Keyword Driven Framework:
It sound like business process testing where you might be
able to write business logics/code and develop your script
and those scripts can be call from outside of your test.
Moreover there might be various functions libraries to be
build and to be use, Recovery Scenarios, OR maintenance etc
will provide your test Reusable.
| Is This Answer Correct ? | 21 Yes | 7 No |
Post New Answer View All Answers
unique properties of button,edit box, radio button,check box?
What is Cross browser testing? Does UFT support it?
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
What are the advantages of parameterization ?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
how to test load test and block box testing an a web based application pls give ans briefly
What is the difference between local and shared object repository in qtp?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
tell me abt a time when u had to go above &beyind the call of duty to get the job done
What is qtpro?
how do i know how to use tools
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
How to creating an output value using quicktest professional?
Can U Explain about QTP tool from older version to latest version also its differences?