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
What is the parameterization? Give one example?
What are output values and why they are used ?
What is object spy in quicktest professional?
What are the ordinal identifiers in web page?
Which functionalities of QTP used in banking project? pls any say answer?
What are the different attribute used with regular expression?
How to find operating system information using the qtp script?
How to use descriptive programming?
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
How will you report the bug and explain the defect tracking sheet you handled?
please post the interview questions for QA position in FACTSET
What is the architecture of your project? Can any one answer for this question plz........
What is fragmentation and paging?
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?