A data driven approach to test automation design is best described as:

A data driven approach to test automation design is best described as:
A . Using action words to describe the actions to be taken, the test data.
B . Scaling to support large numbers of users.
C . Being based on Equivalence Partitioning testing techniques.
D . Separating out the test data inputs and using a generic script that can read the test data and perform the same test steps with different data.

Answer: D

Explanation:

This is the definition of a data driven approach to test automation design, which allows for reusability and maintainability of test scripts.

Option A describes a keyword driven approach, which uses action words to describe the test steps and data.

Option B is not related to test automation design, but rather to performance testing.

Option C is also not related to test automation design, but rather to a testing technique.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments