what is meant by keyword driven frame work can any one
answer plzzzzzzzzzzz



what is meant by keyword driven frame work can any one answer plzzzzzzzzzzz..

Answer / raju

Keyword Driven Framework....

If we want to test various functionalities at a time we
prefer this framework...

Firstly we should add the objects to repository( Shared
repository is preferable)

Then we can generate/write scripts for each functionality
and save them as the library files ( .vbs files)

Then we have to associate all these library files(which are
generated to test different funtionalities) to Quick Test.

For example consider Flight application

we can generate library files for
login()
open order()
fax order()
delete order()
update order()
logout() etc..,


select case k = datatable.value("keys",1)

case A : login()
case B : open order()
case C : fax order()
case D : delete order()
case E : update order()
case F : logout()

end case


In datatable we have to add only those keys which we want
to test

Keys

A
B
C
F

It means that only login(),open order(),fax order() and
logout() libraries associated to test will be executed.

Depends on the keys provided in datatable we can
dynamically change which functionlities we want to test..

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More QTP Interview Questions

How to make an Action as reusable?

1 Answers  


What is the differnce between action & script

2 Answers   Lehman Brothers,


In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?

0 Answers  


How to open a new test using QTP?

1 Answers  


what is On Error Resume Next ?

4 Answers   Accenture,






suppose take one row in a row 16 columns is there.in 16 columns 16 numbers is there.but i want to get each 3 column number.o/p :5 columns get in 16 columns means. so can anybody write this function? plz send if u know the answer.

2 Answers   Bosch,


what is flag=0 in qtp tool.. i am strugglin to use flag function , exactly when it is used , any real time expert pls explain clearly?

1 Answers  


Why bpt?

0 Answers  


Explain the concept of object repository?

0 Answers  


Wat is the command used to add an object(properties) to an object repository?

2 Answers   Virtusa,


how to capture (or) checkpoint for chineese or any other language except english using QTP in a web page. ( my application have 24 language, how to check those lanugages using QTP? is it possible). Please let me know

3 Answers  


An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))

0 Answers   HCL,


Categories