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 |
Please clarify Automation and QTP both(names) are same or diff?
How to convert manual test cases to automated testcases
Give me exact application where we should use low level recording?
Give me Example for Generic Functions in QTP Framework....Anybody please answer me..Thanks in Advance
What does it mean when a check point is in red color? What do you do?
with out object repository i need to launch IE and then navigate to a login page and then operate the objects within the page. How will be the script?
Does Low-level recording capture mouse movements?
How will you find the current time of the remote machine using QTP script?
How to map Test cases to the script? Please do anwser urgently?Thanks
How to Import data from a ".xls" file to Data table during Runtime.
How to create a run time propertyfor an object?
what is the difference between function and subroutine ....here every one knows theoretically...here my QUESTION IS WHAT IS THE MEANING OF FUNCTION CAN RETURN A VALUE AND SUB CAN NOT RETURN A VALUE .....WHAT DOE'S IT MEAN FUNCTION CAN RETURN A VALUE HOW FUNCTION CAN AND SUB CAN'T ....GIVE A EXAMPLE FOR BOTH ....HOW IT CAN AND CAN NOT...HELP ANDY ONE....