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 |
How to capture the text from the application using QTP?
How can i parameterize the standard checkpoint using Excel sheet where my expected values are there?? suppose i want to test a application with diffent value and want to run 5 iteration?? for each iteration, values will be exported from excel sheet as input. Now i will store some expected values in the excel sheet, which i want to check in the application whether expected equals to actual value??? can any one help me
what is the syntax or command in vbscript to display user message example i want to display "welcome to QTP".
DIFFERENCE BETWEEN WR 8.2 & QTP 8.2? HOW TO INTEGRATE WITH SOME OTHER TOOLS?
Write a Script With descriptive programming(Without Repository) to update an Update an order in Flight App and verify whether it is done successfully.(Use ChildObjects method)
What are the advantages of a Hybrid framework?
In QTP, As a first step wht we will do before going to start a Automation....when it will be decided that we have to go for a Automatio..and who will decide to go for Automation. Any body can pls let me know.. Thanks in Advance..
What is iteration? How it is related to Test Results in QTP
3 Answers Virinchi Technologies,
How to do the scripting. Is there any inbuilt functions in QTP as in QTP-S. Whatz the difference between them? how to handle script issues?
what is Entry Criteria and Exit Criteria?
can u store QTp frame work folders in VSS? If Not where u store those?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks