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
How do we Test the C++ and Unix Application Using Automated Tool.
Can you achieve 100% automation?
Tell us what is junit? And what is junit annotation?
Explain me what the webdriver supported mobile testing drivers do you know?
What are the points that are covered while planning phase of automation ?
Is there any freeware tool for automation testing of mobile applications for BlackBerry and iPhone platforms ?
What type of scenarios can't be automated?
What kind of tests should not be automated?
Discuss the economics of automation and the role of metrics in testing.
When will you automate a test?
How do you plan test automation?
Explain what is the hybrid framework?
Do you know what is the purpose of deselectall() method?
What is self-referencing constraint in mainframe development?
Explain me what is a framework and what are the frameworks available in rc?