What is the difference between keyword driven frameworkd
and Modularisation framework?(Chandana)

Answers were Sorted based on User's Feedback



What is the difference between keyword driven frameworkd and Modularisation framework?(Chandana..

Answer / sivaperumal

Modularity Frame works is Application and System dependent.
Its old and initial method of frame work.
It has two components:
1.Generic script
2.Call lib

In generic script has script from theier we calling
call.lib in which we record the application and store it..


Keyword Driven Frame Work. It is advanced one. It is
Application and system independent.

It has four components:

1.Script folder
a)Mani lib
b)call lib
c)proc lib(process library)
d)std lib
2.Repository folder
3.Excel sheet
4.Notepad file

Is This Answer Correct ?    6 Yes 1 No

What is the difference between keyword driven frameworkd and Modularisation framework?(Chandana..

Answer / sara

Modularity framework:
This is one of the olden methods of framework. This
framework is system dependent. Here we

Components of modularity framework:

1. Generic Script.
2. Main Script.

Generic Script:

* In this part we have the scripts of the sub functions in
our test cases.
* These sub functions will be stored as Library files (*.vbs).
* These sub functions will be called by main script for
performing actions in there.

Main Script:

* In this part we write script to execute our test cases as
a single framework.
* We integrate all the sub functions by using call
statements to execute the framework.

keyword i dont know

Is This Answer Correct ?    0 Yes 0 No

What is the difference between keyword driven frameworkd and Modularisation framework?(Chandana..

Answer / 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

What is the difference between keyword driven frameworkd and Modularisation framework?(Chandana..

Answer / 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

What is the difference between keyword driven frameworkd and Modularisation framework?(Chandana..

Answer / rida

Modular FrameWork: QuickTest Records the operation and
executes operation basedon actions, which is consider as
modules.

Keyword FrameWork: Based on a Keyword if we are calling a
function, which is keyword Framework


Rida..

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More QTP Interview Questions

How many types of parameters are there?

0 Answers  


I have a drop down box to show selected number of records in result page.It contains 4 items like 10, 25,50 and 100. when i was recordes script for seelcting each item and checking selecting number of records in the result page( it is in the same page in the table format)it is generating a new page with same controls( objects) in the OR. how to avaid these in OR? is it possible to write DP for only these lines?, remaining(remaingin lines of code) objects i want use from OR only. One more problemis if change ( add /remove properties of an OBJECT in OR , my ( recorded )application is not running.

5 Answers   Virtusa,


w is active screen

2 Answers   GCI, Wipro,


In Developer view it is a high priority defect & in tester view it is a low severity defect what is that how to define with an example

2 Answers   Broadridge,


Hi All. Can you please explaing what is checkpoint? How it Will Work? what is meaning of "check checkpoint ("proprtname").how it will compate with expected value? Thanks in Advance............... Lakshmi

3 Answers   ITC Infotech, TCS,






i have asked earlier only one question how to test web application using QTp plz send me the answer quickly

0 Answers  


Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)

0 Answers   Autodesk, EDS, Wipro,


Deal All, Recently i face one interview question in one company. str="test12@#3456" In This i want to print like special character and numeric ,word in one script please tell me how to write the code for this Thanks Balaji

1 Answers  


hi all QTP recognizing objects as "string_1","string_2","string_3","string_4" like that but when using FOR LOOP for these.QTP not proceeding further can i declare these _1,_2,_3,_4 as a single variable

4 Answers   Livetek,


Write a script to delete a specific row in a webtable.

2 Answers   Tech Mahindra,


what is the silent mode in WR?

1 Answers  


When you open QTP, how many sheets you can see?

0 Answers   Wells Fargo,


Categories