what is framework? which frame work u follow for writting
script?
Answers were Sorted based on User's Feedback
Answer / kumar
Framework....it is the model or structure we follow for a
project. It is the approach that we follow to automate the
project. There are so many types of framework in QTP.
1. Datadriven frame work
2. Keyword driven frame work
3. Module driven framework
4. Hybrid driven frame work
The framework you choose, depends on the model of your
project. Usually most of projects fall under hybrid driven
frame work.
Datadriven framework: Here we divide the entire project in
to modules and start automation by writing datadriven
scripting for each one of them. We will have test data
either in excel sheet or flat files or from database...we
will pass that test data in to the script and perform data
driven testing.
Keyword driven 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
Module driven frame work: we will divide entire project in
to modules and write functions or procedures for each and
every module and automate the project.
Hybrid driven framework: it is combination of Datadriven
and module driven framework.
Hope this clarifys your query...
Kumar.
Kumar.rnv@gmail.com
Broadridge
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / natarajan
A test automation framework is a set of assumptions,
concepts, and pratices that provided support for automated
software testing.
In our company we follows hybrid model framework.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / siva
Frame work : Frame work is a set of guidelines given by
experts to accomplish the task in a systematic manner.
There are 4 types of frame works:
1. Linear / Decomposition / Modular frame work
2. Keyword driven frame work.
3. Datadriven frame work.
4. Hybrid frame work.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ramesh
Hi If that explanation is right, then is is toooooooo good
Excellent kumar
Is This Answer Correct ? | 0 Yes | 0 No |
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
how to change the properties of object during run time . plz give the code using flight reservation
How to handle the exceptions using recovery secnario manager in Qtp?
how to write xml output check point bu useing descriptive programing .means without useing output check point
What is dictionary object? what is the use of it? How you will display all the items in the dictionary object?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
Today only i joined in this site. Can u please tell me definition of parameterization. and how i can do the parameterization?
QTP -object reposistory spy tool is not able to spy the pop up message appearing in the application, so how is that i can handle such run time pop ups in QTP by code???
What is the short cut keys for the following?
What is the architecture of your project? Can any one answer for this question plz........
How to save your test using quicktest professional?
how to test a java project throughqtp?while testing a vb project we generally do vb scripting. but while testing java project do we use java script .plz some one can send me the manual for it my email roy_samata@yahoo.com thanks in advance