What is a keyword-driven framework?

What is a keyword-driven framework?

Hey Macy

A keyword-driven framework is one in which we associate the normal set of actions with keywords and keep them in an external file usually in tabular form.

For example, we can use-

launchBrowser() keyword, for the action of launching a browser. writeInTextBox(webElement, textToWrite) keyword, for the action to write in a textbox with keyword, etc.

The framework contains the code to perform the action based on a keyword specified in the external file.