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 do Batch run in qtp? provide the steps?

5 Answers  


How can we record an edit box in the Web application ?

4 Answers   Kanbay,


Hi all im having a pop up validation browser which is 20 in number, i want to close those similar pop browsers one after the other, is there any specific code for that? i tried by giving creation time & putting in a loop but it dint work? valid working answers will be greatly appreciated

2 Answers   McAfee,


can u explain relative path architecture framework in qtp?

0 Answers   Mindlance,


what is Defect density, defect leakage, defect age,latentbed,yasid testing, interface

4 Answers   Syntel,






Hello, I am facing problem to check textpoint for mercury application . I have inserted checkpoint to check flight summary for place of departure and arrival with datatable and script look like "Browser("Find a Flight: Mercury").Page("Book a Flight: Mercury").Check CheckPoint("Book a Flight: Mercury_4")" but while I am executing this script at last my check point gets fail and display Text Checkpoint: captured "" between Summary and 4/31/2008FLIGHT , expected "Acapulco" Match case: ON Exact match: OFF Ignore spaces: ON I think value from data table is not fatched so please guide me what I have to do to overcome this problem.. Thanks

0 Answers  


What is checkpoints for quicktest professional (qtp)?

0 Answers  


how many scripts r there in QTP? pls any answer this question?

4 Answers  


By using QTP can we record any log files written by the application which is in execution?

0 Answers   Ordain Solutions,


how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function

1 Answers  


We are calling Actions in Expert View by using Run Action.but i want to know where we are saving the Actions Scripts.Pls explain??

1 Answers  


I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm?

3 Answers   TCS,


Categories