What are different types of frameworks ?
Hey Tom,
The different types of frameworks are available :
Data Driven Framework:- When the entire test data is generated from some external files like Excel, CSV, XML or some database table, then it is called Data Driven framework.
Keyword Driven Framework:- When only the instructions and operations are written in a different file like an Excel worksheet, it is called Keyword Driven framework.
Hybrid Framework:- A combination of both the Data Driven framework and the Keyword Driven framework is called Hybrid framework.
1 Like