What is Automation Testing Framework

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 ?    25 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

887


What are the differences between open source tools, vendor tools, and in-house tools?

811


Program/pseudo code on FIFO? Input a string and make sure that output is in FIFO manner. Eg, Enter 'John Dave' as input and output should be 'John Dave' not 'Dave John'. (inbuilt functions like push, pop were given)

5218


Does every software project need testers?

760


Can you explain data-driven testing?

800


Hi everyone, Are you looking for "worksoft certify" automation tool training online? We have experienced corporate Worksoft certify trainers. We also provide support Worksoft certify automation issues. Please contact us Automationsolutions@yahoo.com

1372


What is an automation testing framework?

827


What all different approaches can be used for designing an automation solution?

732


What is the deference between automation tools and management tools?

811


What is a xpath?

810


What is the purpose of the wrun.ini file?

811


Explain what is the hybrid framework?

777


Which package can be imported while working with webdriver?

1142


What is junit annotation?

770


hi to all, if we open a browser(for ex. yahoomail.com) using navigate command. the cursor by default focussing on the 'yahoo id' html edit box. how to get the label(ie.,yahoo id) of that html edit box using descriptive program. here we should not use identify tool to get the property,thtml editbox method. by tracing the cursor position we have to get the label name. is it possible? please let me know.

1987