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
Do you know what is the purpose of deselectall() method?
Explain load testing on websites?
How do you identify the test cases which are suitable for automation?
What all things can you automate?
Please explain what is the hybrid framework?
What are the steps to perform Load and Stress testing on a Website? What resources do I need to do this? Please advise. Thanks in advance.
What should you do after finding a bug?
Explain some disadvantages to manual software testing?
When you will not automate testing?
How to login into any site if it's showing any authentication pop-up for username and password?
What are the things that one should consider for selecting a project for test automation? For example, stability, etc.
Explain me what is the difference between setspeed() and sleep() methods?
What are the primary features of good automation tool ?
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();?
Explain me how to check if an element is visible on the page?