can anybody tell me " which automation framework u r using?"
some interviewer asked this quesion? pls give me answer
Answer Posted / sid
A test automation framework is a set of assumptions,
concepts, and practices that provide support for automated
software testing. This article describes and demonstrates
five basic frameworks.
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 ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is the advantage and dis-advantages of using framework ?
How do you identify the test cases which are suitable for automation?
Have you completed the cps exam? Which one?
Tell me what is the purpose of getoptions() method?
Where will you maintain information like url, login, password?
Can you tell some good coding practices while automation?
How would you test your own element locator?
5. What are the tests you are conducting through winrunner?
Write a short compiled module which selects random numbers?
What is the different between GUI map and GUI map files?
What is the deference between automation tools and management tools?
What are the different types of an automation tool that you are aware of?
Tell me how can you switch back from a frame?
In Selenium how a test suit is run and report is generated.
Tell us the line of code webdriver driver = new firefoxdriver();.?