wht is Automation testing frame work. pls explain it
Answer Posted / @shok
Test automation frame work is a set of assumptions,
concepts and practices that provide/constitute a work
platform or support to automated testing.
Framework is necessary to identify how we are going to
automate the test. A framework in place gives better
understanding and visibility to how much progress we have
made in terms of the project and better management and
minimize the amount of work and time required for the
maintenance of the automation project in case of updates or
modification required at any later stages of the life cycle.
We follow the Hybrid framework where we use the Test Script
modularity, Test Library architecture and Data Driven
framework,Table Driven/Keyword Driven framework (Tool:
Rational Robot)
Test Script Modularity FW: is nothing but creating small
independent scripts that represents modules, Scenarios or
functions of the AUT. are inturn used in a heirarchical
fashion to form larger tests.
Test library architecture: is using of library files
(dll's, API's,VBS files which your tool supports) in your
automation test.
Keyword Driven or Table driven: is creating tables based
on the AUT's Window, Objects, Action performed on that
object and the data supplied to it. Once the table is
created for the test, write a program or scripts that
represent each step in the tale. Nothig but descriptive
programming.
Data Driven framework is notng but using of Data Pools
(Rational robot), Data Driven test in Winrunner and QTP.
Hybrid FW: is nothing but a combination of all of or any of
the above mentioned framework.
With Rational Robot we were using hybrid framework
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what is meant by source control?
They asked by using qtp recording writing scripting
What are the different recording modes?
How to find the path of folder in which the test is saved in qtp?
Shall we add Local Repository to shared object repository,if yes,how we add
What is an object repository?
How do you perform Regreession Testing?
What is the difference between per-action and shared?
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
What are parameterizing tests?
please any one can explain the keyword driven framework. with gmail example.
how to create flat file datasubmission in qtp
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
How to carry out bit map check points in QTP
How many types of object repository in qtp?