What is the difference between keyword driven frameworkd
and Modularisation framework?(Chandana)
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
How do u retrieve data from a text file into different variables. i.e. in a text file named "source" , the data is like : india,1000,japan,200,china,50,singapore,45050 this is given in the first line of the text file. in the second line of the text file the dta is: sun,moon,planet,river,earth,water if u use "readline" method by using FSO concept u can retrieve the entire line in to a variable. but i want to import each field (ex: "india" in one variable, "1000" in another variable etc..). Apprecitae proper replies.
Which object model ur used in ur project
1.how can we report the QTP test result in a different excel sheet 2.
In qtp, explain what is crypt object
WHAT IS ENVIRONMENT VARIABLES?
7 Answers AZTEC, CTS, Ready Test Go,
write a script for get the following result: username password frm the string1="A=username" string2="B=password"
what is smart identification?
Suppose u write test case in Excel sheet . how u open that test case in Test Director?
In qtp, explain what is qrs file?
IF we use batch testing.the result shown for last action only.in that how can i get result for every action.
When using descriptive programming?