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 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();?
What should you do after finding a bug?
Have you completed the cps exam? Which one?
script to check availibility of mail in yahoo mail box in qtp
how can i count the no of edit field in a page and fill the multiple edit field
Can we prioritize tests in Junit. What is the sequence of execution in Junit?
How software testing is handled?
Tell me how could ajax controls be handled in webdriver?
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?
What is a framework for automation testing?
Explain what sikuli is?
Tell us what you know about table-driven testing?
Mention a few good practices while performing automation testing.
Tell us the line of code webdriver driver = new firefoxdriver();.?
what is the difference between keyword driven frame work and data driven frame work.