QTP Framework online training in Hyderabad

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. There are different types of automation frameworks and the most common ones are listed below −

  • Keyword-Driven Framework
  • Data-Driven Framework
  • Hybrid Framework

Keyword-Driven Framework

Keyword driven testing is a type of functional automation testing framework which is also known as table-driven testing or action word based testing.

In Keyword-driven testing, we use a table format, usually a spreadsheet, to define keywords or action words for each function that we would like to execute.

Advantages

  • It is best suited for novice or a non-technical tester.
  • Enables writing tests in a more abstract manner using this approach.
  • Keyword driven testing allows automation to be started earlier in the SDLC even before a stable build is delivered for testing.
  • There is a high degree of reusability.

Disadvantages

  • Initial investment in developing the keywords and its related functionalities might take longer.
  • It might act as a restriction to the technically abled testers.

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. This way, the testers can test how the application handles various inputs effectively. It can be any of the following data files −

  • datapools
  • Excel files
  • ADO objects
  • CSV files
  • ODBC sources