There are 3 types of frame works in QTP
1. Linear frame work
2. Modular frame work
3. Key word driven frame work.
Can any body explain the above 3 frame work models.
y2k_ram2000@yahoo.com
Answer Posted / deven
Linear Framework: Record and play. If your application is
supposed to Regression run on Local System then this
framework is
better.
Keyword driven framework:
-Driver script
-Call the functions on the fly depends what
test cases to be run
e.g.
Open app test case
-call opeapp function
Login test case:
-call openapp function
-Call login function
Create reservation test case:
-call openapp function
-Call to login function
-call to reservation
function
Fax order test case
-call openapp function
-Call to login function
-call to reservation
function
-Call to fax order function
-Write more functions
-each function will be
recognised as keyword
-Hybrid framework
- combination of Data driven and Keyword
driven frameworks
-BPT framework
-Business Process Testing
-test business process
-ERP:
-SAP
-sell side process:
(walmart =>
Customer)
-how to sell
product to
customer
-Sales order
-Deliver
goods
-Billing
-Receive
payments
-buy side process: (vendor
and walmart)
-how to purchase
products from vendor
-Crate
purchase order
-Receive
goods
-Billing
-Outgoing
payments
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
When using descriptive programming?
If you are testing a web application then what will you test in that application?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
What is Cross browser testing? Does UFT support it?
How does you pass optional arguments in qtp?
how do i know how to use tools
What is keyword view in qtp?
when will you do debug your script? and explain that process?
What is checkpoints for quicktest professional (qtp)?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
How many types of actions are there in quicktest professional (qtp)?