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

What will be the test script in QTP to test a ComboBox where a user has to select more than two items????

8 Answers   L&T,


1) How will you associate SOR in Runtime? ( u had written 10 lines of code from 11th line u want associate what code u will write) 2) How will close n number of browser expect only one which is has to test? ( First tell me how will you identify how many browser are opened ) what logic u will use? 3) In web Table u want to click on link ( Link Name Mohamed ) you dont know in which row and column that link is there. how wil u identify and click on that link.

2 Answers  


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?

3 Answers   Ordain Solutions,


Why you are Using Descriptive programming instead of Object Repository?

11 Answers  


How do u write regular expression for a window name which is changing for each build ? i.e. in first build the window name is : "computer graphics are very ...." . in second build the window name is : "computer graphics can be created" . - Appreciate proper replies

4 Answers   Semantic Space,






Hi,can anyone tell me How to found the number of 1's and 2's in the given format 1,1,2,2,3,3,4,2 using vbscript Thanks in advance

3 Answers  


Please give me the steps to carry out datadriven in QTP8.2

2 Answers  


who is the best faculty in Hyderabad for QTP?

47 Answers   IBM,


Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!

0 Answers   Infosys,


Hi Friends, If you got one Bug , and you are insert that bug in bug tracking tool , and you need to attach SC's (screen shots) also. how to tae SC's , in your organization any separate tools available to take SC's. please provide Ans. its urgent... Thanx in advance

3 Answers  


How can we fill data in a text box without recording using object spy. Can you please provide the steps...

1 Answers   Hotel Jobs, TCS,


how we connect oracle or sql data server database to qtp. Hi Ram I was your answer for this. Can you kindly let me know in details steps on How we can connect to database. i am using QTP9.2 and SQL Server Database. I am new for QTP and this would be of great help.Thanks

2 Answers  


Categories