what are the different Frame Works in Quick Test
Proffessional testing
Answer Posted / narsimhareddyk
Most commenly used automation frame works
1) Modular Frame work ( Action Driven Framework)
2)Functional Decomposis Frame work( Library Architecture
Frame Work)
3) Hybrid Frame Work
4) Data Driven FW
5)Keyword Driven FW
narsimhareddyk@hotmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between run time object and test object?
Explain how qtp identifies objects?
Thanks....But can u tell me how i use the QTP for GIS with one Example...
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
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
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
your coming from electrical backgroung..but y ur coming to software side?
How to find the name of the machine where you are running your automation scripts in qtp?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
What are private functions in QTP? How they can be called from the function library?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
What are the key points to create a framework in QTP for oracle forms?
How many types of parameters are available in quicktest professional (qtp)?