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
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
hi guys, pls tell me for testing institution training hub, hitech city is best or not?
How to test the login page in different ways in automation testing and i need code?
Sql questions to find second max salary and how to use joins
Is it possible to merge two object repository files in qtp?
What are the different types of checkpoints?
If created one virtual object? Next time I changed the window position will it work?
What is use of object spy?
How to use transactions in qtp?
what is clean sweep?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
How to start recording using quicktest professional?
Can we use index on view?
what is output value in QTP and how it can be used in automation testing