What is the difference between keyword driven frameworkd
and Modularisation framework?(Chandana)
Answer Posted / naren
Modular FM: U can find the ans in Sara ans
Keyword FM: It is expensive framework but easy to maintain
and independent of the tool. We can use any tool to
implement this frame since the script which is developed
using this framework does not contain any code except Call
to function.
Everything will be written in functions(*.VBS).
CONTROL FILE: Contains scenarios to be automated
TEST CASE FILE: Contains test cases in a Tabular
format(i.e.,Keyword, Object Name, Operation to be performed)
START UP SCRIPT: Which initiates the execution by calling
reading control file contents.
Data Driven FM: Script execution will be done using the
input of External files/Data table. First the script will be
generated either recording or in scripting mode then the
values will be replaced using the values stored in external
files/data table
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we run multiple QTP scripts one after the other without manual intervention? How?
unique properties of button,edit box, radio button,check box?
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
How will you declare a variable in qtp?
How are actions and functions different in QTP?
What is a reusable action?
Hi How to retrieve data from web element line by line?
How to use debug tools?
What is the difference between shared and local object repository?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
how to create flat file datasubmission in qtp
What is business process testing(bpt) in qtp?
How does quicktest professional identifies the object in the application?
What is the difference between analog and low level recording?