Interview Questions

Selenium WebDriver - What is a Framework ?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebDriver - What is a Framework ?

A framework is set of automation guidelines which help in
Maintaining consistency of Testing, Improves test structuring, Minimum usage of code, Less Maintenance of code, Improve re-usability, Non Technical testers can be involved in code, Training period of using the tool can be reduced, Involves Data wherever appropriate.
There are five types of framework used in software automation testing:
1-Data Driven Automation Framework
2-Method Driven Automation Framework
3-Modular Automation Framework
4-Keyword Driven Automation Framework
5-Hybrid Automation Framework , its basically combination of different frameworks. (1+2+3).

(Continued on next question...)

Other Interview Questions