can anybody tell me " which automation framework u r using?"
some interviewer asked this quesion? pls give me answer

Answers were Sorted based on User's Feedback



can anybody tell me " which automation framework u r using?" some interviewer asked this ..

Answer / sid

A test automation framework is a set of assumptions,
concepts, and practices that provide support for automated
software testing. This article describes and demonstrates
five basic frameworks.


There is no hard and fast rule to use a specific Automation
frame work. It all depends on your project needs, here are
some info on the same.

Data Driven approach is suitable for applications that have
limited functionality but large number of variations in
terms of test data.

Functional Framework is suitable for applications that have
variety of functionality but limited variations in terms of
test data.

Hybrid Test Automation Framework is suitable for
applications that have variety of functionality and larger
number of variations in terms of test data.

Record, enhance and play back methodology is suitable to
convert small to medium size manual scripts into equivalent
automation scripts - one to one basis.

Is This Answer Correct ?    3 Yes 0 No

can anybody tell me " which automation framework u r using?" some interviewer asked this ..

Answer / resplendent17

It all depends upon the strategy used as we use external
excel sheet to pass the data for testing the required
fields in a flow for a entity in the application we use the
excel to pass all the data required so our framework would
be DATA DRIVEN so now you decide what you have to tell.

Is This Answer Correct ?    0 Yes 0 No

can anybody tell me " which automation framework u r using?" some interviewer asked this ..

Answer / kedar prajapati

FrameWork: Framework is the collection of predefined
classes and variables which can be reused .It is developped
only when the application under test is a contituous
developement process ie, there must be subsequent releases
of the AUT.

We declare all the objects at one location in multiple
files and the business logic(ie,classes and functions are
placed at one place). who ever wants to use , will go and
use these class and methods and the only thing they need to
do is to write the new test cases.

Framework implementation may be DataDriven or
Traditional also.

Every organization will have their own framework based
on the Application under test .

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Automation Testing AllOther Interview Questions

Where do we get the QTP and Load runner softwares CDs ( Original ) in chennai

0 Answers  


What testing activities you may want to automate?

0 Answers  


you have same applications (same server configaration)A&B you are doing nonfunctionality testing . what they differ in?

0 Answers  


Currently I do not have any automation in place in my project, but now I want to implement automation, what would be my steps?

0 Answers  


Is automation testing a black box testing or white-box testing?

0 Answers  






Explain me what is the difference between setspeed() and sleep() methods?

0 Answers  


Can object repository be kept in version control and Database(DB) backed up daily ?

1 Answers   Amazon,


Please name a couple of standard web function found in the function generator?

0 Answers  


Which of the Test cases can be automated? can anybody tell me with an example.

4 Answers   IBM,


Is automation testing in agile methodology useful or not?

0 Answers  


What is junit annotation?

0 Answers  


what is mutation testing ? when we are using this type of testing?

3 Answers   JVS,


Categories