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 function you write to do database testing with the help of qtp?
What is business process testing(bpt) in qtp?
Both static and dynamic arrays are handled by the vb script. Is it true?
How may types of defects identify application or your currently working application?pls give me answer..
What is checkpoint in qtp?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
can any body give the banking domain concepts/links
What are the properties you would use for identifying a browser and page when using descriptive programming?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
Approach for Installation,comaptibility,system testing
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
How to open a new test using quicktest professional (qtp)?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks