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 software automation specialist enter steps in the Expert View?
how to idetfy which test cases are automated?who will deside that plz tell me
What are the types of object repositories? Which one is you are using?
How do you delete unwanted results in qtp?
how to test Web application using QTP software
after click on compose mail how can we attached a file in qtp with vbscript code
What is test object model in quicktest professional (qtp)?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
How did you use regular expressions in QTP and also in WR?
what is the difference between built-i function and In-built function?
When to use shared and local object repository?
If I change the property value at runtime is it effect is object repository?
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
In qtp, how you can remove the spaces from string?
How to find the path of folder in which the test is saved in qtp?