what is meant by framework? and when we use framework in our
project ?

Answer Posted / sid

A test automation framework is a set of assumptions,
concepts, and practices that provide support for automated
software testing.

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 ?    10 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you know what is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?

732


What should you do after finding a bug?

860


Have you completed the cps exam? Which one?

723


script to check availibility of mail in yahoo mail box in qtp

2669


how can i count the no of edit field in a page and fill the multiple edit field

2263


Can we prioritize tests in Junit. What is the sequence of execution in Junit?

1639


How software testing is handled?

727


Tell me how could ajax controls be handled in webdriver?

758


1.Which functinalities of QTP using in onlinebanking system? 2.in lift which kind of testing you perform? 3.how do you test money is transform from one account to another account in online banking?

2052


What is a framework for automation testing?

813


Explain what sikuli is?

828


Tell us what you know about table-driven testing?

742


Mention a few good practices while performing automation testing.

753


Tell us the line of code webdriver driver = new firefoxdriver();.?

704


what is the difference between keyword driven frame work and data driven frame work.

2108