what is keyword driven framework in qtp.
Answer Posted / nageh
hi this is nagesh
framework: It is generic work prepared by group of experts followed test engineers to preform a specific task in an efficient, effective and optimized way.
keyword driven framework:
first we will preparing folder structure(env, lib, test data, repository, recovery, test script file).
and first we will manually prepare
env file: (by default qtp will create env file. env file extension .XML, (QTP>file settings>env>click>user define>EX-name:nages, value:path of the application>save>.xml)and export this env file in env file)
library file: first u will take notpad and u will prepare lib file lib file extension is .VBS
Test data: u will prepare test data
Test script: and u will genarating the basic script and u will split it and u will set reusabul and saved it)
recovery secnario: u will prapare recovery secnario
if possible u will prpare rgular expressions file
and
u will take new page
and u will set in datatable some name like keys in that column u will prepare some variables ex:k1, k2. k3
after u will write in expert view
varibule name=datatabl("keys")
and u will create select case andu will
associate lib file, ev file, recovery file,and
u will create case function and run
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How many tabs are available in debug viewer pane?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
Whether qtp 9.0 supports Test director8.0
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
Give the syntax to import/export xls into qtp.
Where we use data driver in qtp?
Describe the differences between functions and actions in UFT?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
What is a programmatic description?
What do you mean by checkpoints in qtp?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
Approach for Installation,comaptibility,system testing
In qtp is it possible to check broken links of a page?
what is Property......End Property loop? how to write sript for it in QTP