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 / tester

Following are the different QTP Frameworks -

1. Linear Framework
2. Modular Framework
3. Keyword Driven Framework
4. Data Driven Framework
5. Hybrid Framework

Check the below link for more details.

http://www.automationrepository.com/2012/03/qtp-framework-types-an-introduction/

Is This Answer Correct ?    13 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does you pass optional arguments in qtp?

659


Explain the difference between data driven testing and parameterization ?

671


What are private functions in QTP? How they can be called from the function library?

719


in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded

1610


How to analyzing test results using quicktest professional?

730






Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1457


Explain advantages and disadvantages kdf?

609


explain how to write vb script in qtp?when will you write own script?

1953


is it possible to add sheets to excel at runtime

3404


what is error and fault in terms of software quality?

1535


what is the difference between data driver & data driven and driver script?

2234


what is stepin & stepout?

1508


How can I import environment from a file on disk?

625


What is the architecture of your project? Can any one answer for this question plz........

1484


What is the syntax for how to call one script from another?

662