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
How does you pass optional arguments in qtp?
Explain the difference between data driven testing and parameterization ?
What are private functions in QTP? How they can be called from the function library?
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
How to analyzing test results using quicktest professional?
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
Explain advantages and disadvantages kdf?
explain how to write vb script in qtp?when will you write own script?
is it possible to add sheets to excel at runtime
what is error and fault in terms of software quality?
what is the difference between data driver & data driven and driver script?
what is stepin & stepout?
How can I import environment from a file on disk?
What is the architecture of your project? Can any one answer for this question plz........
What is the syntax for how to call one script from another?