A Framework defines a set of guidelines/best practices that enforces a set of standards which makes it easy to use for the end users to work with.QTP-frameworks

Types of Framework –

  1. Keyword-Driven Framework – Keyword driven testing is a type of functional automation testing framework which also known as table-driven testing or action word based testing.
  2. Data-Driven Framework – Data-driven testing is creation of test scripts where test data and/or output values are read from data files instead of using the same hard-coded values each time the test runs.
  3. Hybrid Framework – Hybrid Framework is a combination of Keyword driven and data Driven framework.

Additional Reading