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 to connect to the Database from QTP?

10 Answers   DB, Thatavarti Technologies, Xchanging,


I have java based application on my computer. Can I install QTP on it? What are system requirements for installing QTP?

3 Answers  


suppose u hav a dialog or window which contains 10 buttons with same name & value. now how to check each button? i.e. how qtp indetifies these objects separately?

2 Answers  


How can we export test results to an excel sheet in QTP??? Can any one provide sample coding for this?????

6 Answers   TCS,


Where we can use the synchronization?

0 Answers  






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)

0 Answers  


what is object?

5 Answers   iFlex,


How to connect the real time application application with the QTP?

2 Answers  


what is stlc and its contents?

1 Answers  


what are the areas that cannot be tested using an automated tool? list a few

7 Answers  


Is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?

1 Answers  


How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")

0 Answers  


Categories