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 |
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
What VBScript operators, functions, and statements do you use in QuickTest Professional?
Hi any body can tell me the in detaled information about Description.Create() thanks in advance
We have a dynamic webtable where rows keep on adding.I have to click on particular row where the status changes to Update or Save.How do you click on Status(either it can be Update or save)
what is the difference btn risks & Therads in the Test plan documentation?
How to analyzing test results using quicktest professional (qtp)?
Is it possible to change the extension of Shared object repository?
How to check bitmap output value?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
How can we count the no of rows are available in a data table ?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
Syntax for how to call one script from another? and Syntax to call one "Action" in another?