What is the difference between keyword driven frameworkd
and Modularisation framework?(Chandana)
Answer Posted / 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 |
Post New Answer View All Answers
How to find a window is minimized or not
how do i know how to use tools
How many add-ins comes by default with qtp?
what is the difference between the modular framework and datadriven frame work
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)
How does quicktest professional (qtp) identifies the object in the application?
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
What is Port testing. Whhen will you perform?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
How to modify the text checkpoint?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
How many ways is to parameterize the value?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
Is virtual object supported in low level recording mode?