Explain the types of Test Automation Frameworks.

devquora
devquora

Posted On: Feb 22, 2018

 

These are the types of Test Automation Frameworks :

<ol>

<li>Linear scripting :</li>

This is the easiest type of test automation framework in which each step is recorded by the tester manually and then all the test steps are recorded and played accordingly

<li>Test library architecture framework : </li>

In this framework, tests are done by linear scripting initially and then common tasks are grouped which are popularly called functions and then these functions are called by drivers to create various test cases.

<li>Data-driven testing framework :</li>

In this testing framework, the logic of the test case is being used by the testers. Here, the test data is kept intact and then the whole process is carried on. It promotes the security of data.

<li>Keyword-driven testing framework :</li>

The keyword-driven testing framework basically depends on the keywords and is independent of the automation tool used. This type of framework generally runs on keywords, component function and application map.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    UFT Interview Questions

    How many types of recording modes are there in UFT? Which will be used when?

    There are 3 types of recording modes in UTF:Normal Recording mode or contextual recording mode Low-level recording mode Analog recording modeNormal or contextual recording mode: Normal recor...

    UFT Interview Questions

    What are Virtual Objects?

    There are objects in the application that behave like standard objects but are not recognized by UFT, these objects are Virtual objects, these objects can be mapped to the standard classes, such as a ...

    UFT Interview Questions

    What is the logical name of the object?

    When UFT creates an object in the repository, it gives it a name to it to uniquely identify it from other objects in the application, this name is known as the logical name of the object. UFT uses thi...