0 votes
in Testing by
What are the attributes of a good automation framework?

1 Answer

0 votes
by

Here are some important attributes of a good automation framework:

  1. Modular: It is a framework that should be adaptable to change. So that testers should be able to modify the scripts as per the environment.
  2. Reusable: It should be reusable so that methods or utilities should be written in a common file accessible to all the scripts.
  3. Consistent: It should be written in a consistent format.
  4. Independent: The automation scripts should be written in such a way that they are independent of each other.
  5. Integration: Automation Framework should be developed in such a way that it is easy to integrate with other applications.

Related questions

0 votes
asked Nov 18, 2022 in Testing by Robindeniel
0 votes
asked Nov 17, 2022 in Testing by sharadyadav1986
...