What exactly a frame Work means?what are the different type
of frameworks done in QTP?why the caption for QTP given as
advanced keyword driven?

Answer Posted / nani4urs

HI,suppose test engnr every day execute no of test cases &
Functionalities through QTP.amongthoughes some of d
function or functionlities or modules v have 2 use
frequetly .so tht difcult 2 call every time those functions
whenever v need so that v put all functions &
functionalities ,test data & corresponding
functi0nalities ,some specific files ,whenever user v
reruire dis concept is called as frame work.it is easy 2
maintain all library files.
QTP provide no of frame works
-liniar framework
-modular framework
-datadriven
-functional
-keyword driven
It is a Generic or Common Frame Work (set of Guidelines)
designed by the Experts and used by many people to
accomplish or to finish a task in an Effective, Efficient or
professional and Optimised Manner

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can u explain relative path architecture framework in qtp?

1554


breef description of batch testing ?

1701


How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.

1798


What are the different types of qtp test assets and their extensions?

585


When to use descriptive programming?

582






How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?

562


How to remove associated function library?

551


How QTP support all types of applications (platforms)?

4071


Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach

1598


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

1336


What are the features supported by UFT?

659


What is the difference between run time object and test object in QTP?

560


what you mean by artifact,milestone...

1488


In Remote acess server how u run a test?

1280


Explain features of the latest version of qtp/ uft 12.1?

594