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
How to find the name of the machine where you are running your automation scripts in qtp?
What is parameter in qtp?
how to write xml output check point bu useing descriptive programing .means without useing output check point
How many types of status are there?
What is the purpose of loading qtp add-ins?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
How do you perform Regreession Testing?
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
What are the benefits of qtp?
how to find that tools work well with your existing system?
What is output value? How many types of output values are there in qtp?
how can i pass a "cript"as a parameter in to a function
How will you declare a variable in qtp?
How many tabs are available to view your test in a test pane and what are they?