wht is Automation testing frame work. pls explain it

Answers were Sorted based on User's Feedback



wht is Automation testing frame work. pls explain it..

Answer / nishant

Framework is more of testapproach to be followed for
automation test process like the type of framework
(keyword,Functional,Hybrid etc), reusable components and
actions,libraries etc. It also covers the coding standards,
test reporting process.

Is This Answer Correct ?    0 Yes 0 No

wht is Automation testing frame work. pls explain it..

Answer / nagendra

framework means set of assumptions the we take to test the
application.

Is This Answer Correct ?    0 Yes 0 No

wht is Automation testing frame work. pls explain it..

Answer / @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

More QTP Interview Questions

How do function returns a value?How can we pass one function value to other function as input

3 Answers  


Hi Guys, My Application in Microsoft Dynamic Navision, is it compitibale with QTP? if yes then let me know...

0 Answers  


Test Life cycle starts IS it Requirments stage or Test Initiation?

1 Answers  


Did the scripts need lot of maintenance? If yes, why?

0 Answers  


How to find the path of folder in which the test is saved in qtp?

0 Answers  


How you are maintaining shared object repository in your team or your project?help me plz

1 Answers   CTS,


how to export the result to notepad....for example i want to enter the user name and pass word and clicking on login button ......once you click on login button the corresponding page will open ...in that page you having one list box ...here you can get either success or failure ........friends here i want export the message what ever i got either success or failure .....how to export the result to note pad

1 Answers   Mind Tree,


Hi all, what is the latest version of QTP?

20 Answers   CTS,


What is the difference between QTP 8.2 and QTP 9.2 ?

4 Answers   IBM, Infotech,


Can you tell me the differences between writing the VB script manually for a application and recording the same application in QTP , with a example?

1 Answers  


How many types of recording modes in the qtp?

0 Answers  


i have .xls,.txt,.doc files are there (together). i want find only .xls file among them? how can we write function?

3 Answers   CTS,


Categories