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
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
Can launch two instances of qtp on the same machine?
What is synchronization point in QTP?
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
Explain different checkpoints in qtp.
explain abt dyanamic changing object with example?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
Explain measuring transaction.
How to use the object spy in quicktest professional 8.0 version?
How to integrate the qualitycenter with qtp
can anyone tell me from where i can download qtp demo or crack version
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
How do you know the location Id of an object if you know its index id?
How to carry out bit map check points in QTP
Is it possible to use two instances of UFT on the same machine? If not why?