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 / mythreyi_bh
Test Script Modularity FW: This FW requires creation of
test scripts(programs)for the functionality of the AUT.
2) A small scripts combined together in order to construct
large test scripts.
3) It follows the principle of Data Abstraction or
Encapsulation inorder to mnaintain the scalability of the
AUT.
4) This FW is used for Winrunner
Keyword Driven FW:This is QTP Framework.
1) this FW is involved with creating keywords & data tables.
2) the driven script is created to read in each steps and
execute each step from key word as wel as data table.
If this is wrong,plz. correct me
mythreyi_bh@allinterview.com
| Is This Answer Correct ? | 22 Yes | 12 No |
Post New Answer View All Answers
What is object spy in quicktest professional?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
Hi ,Can any one pleas explain how to test splash objects using QTP?
What is the parameterization? Give one example?
Have you faced any problems with object repository?
How many types of parameters are available in quicktest professional?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
How do know the number of browsers opened?
How to test the login page in different ways in automation testing and i need code?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
What are the features supported by UFT?