What is the difference between keyword driven frameworkd
and Modularisation framework?(Chandana)
Answer Posted / sriram reddy
Modular approach
This approach involves identifying reusable code and
encapsulating the same into functions in external
libraries. These functions can then be called from multiple
scripts as required. The basic idea is to bring in some
amount of reusability, and this was a logical next step to
basic record and playback. Most of the frameworks today use
this approach to some extent.
Keyword Driven Approach :
This approach uses a set of custom keywords to depict a
user action or a set of user actions. It is also called
table-driven approach sometimes. Excel sheets are typically
used to specify the keywords (databases too in rare cases).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
How do we handle run-time errors?
what are the utilities and drivers
Explain the concept of object repository?
What is action? How many types of actions are there in qtp?
write the vb script for call to new action in qtp?
How to use transactions in qtp?
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
What are the advantages of qtp?
What is QTP and the use of QTP in TD?
What is the limitation to XML Checkpoints?
how can we do the frame work in qtp
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?