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
Can we Test Welcome Screens and Process Images with QTP
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
Mention the test steps of qtp.
How do you open adobe acrobat file in QTP and do some testing on that file ?
How does you pass optional arguments in qtp?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
Step 3&4 are repeated until an the object in recognised uniquely.
How will you test a keyboard?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
How to suppress warnings from the test results page?
Explain the concept of object repository and how quicktest professional recognises objects?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)