pls tell me different type of automation frame works in QTP
and which one need to select in client server application
Answer Posted / udaya
1) QTP Linear Framework – This is the most basic framework where you write your script as is. That is, with this approach you write all the steps one after the other in a linear fashion.
2) QTP Functional Decomposition Framework – With this framework, you write the entire code into different functions and then you call these functions wherever required. These functions can be both reusable and non-reusable.
3) QTP Data Driven Framework – In this approach, your data is kept separate from the code, preferable in excel files. This helps you execute the same code for multiple sets of data.
4) QTP Keyword Driven Framework – In this type of QTP Framework, you can create different keywords and associate different actions with these keywords. When QTP encounters a particular framework, it will execute the action associated with that framework.
5) QTP Hybrid Framework – Hybrid framework is a combination of one or more frameworks discussed above. Based upon your requirements, you can combine the features of any of the above frameworks. The resultant framework would be a Hybrid framework.
6) Business Process Testing (BPT) Framework – In this QTP Framework, you can divide your test case flow into multiple Business Components. You can then re-use these components as many times as required. You need Quality Center access in order to use BPT Framework. Also you need to acquire BPT license from HP in order to use this framework.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is test scheduleling?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
What are the features and benefits of quick test pro (qtp 8.0)?
Explain the concept of how quicktest professional identifies object?
Step 3&4 are repeated until an the object in recognised uniquely.
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
what is the structure for the data driven framework
What is the default object synchronization timeout in qtp?
What are the differences between qtp and winrunner?
what is vmodel?advantages and disadvantages of vmodel?
wht type of User defined functions or Java Releated functions do we write in VB scripting
How many types of Automation frameworks are there in UFT? Describe them.
Will down time for server and content maintenance/upgrades be allowed? how much?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
Thanks....But can u tell me how i use the QTP for GIS with one Example...