Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the attributes of a good automation framework?
Home
Testing
What are the attributes of a good automation framework?
0
votes
asked
Nov 18, 2022
in
Testing
by
Robindeniel
What are the attributes of a good automation framework?
automation-framework
testing
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 18, 2022
by
Robindeniel
Here are some important attributes of a good automation framework:
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.
Reusable: It should be reusable so that methods or utilities should be written in a common file accessible to all the scripts.
Consistent: It should be written in a consistent format.
Independent: The automation scripts should be written in such a way that they are independent of each other.
Integration: Automation Framework should be developed in such a way that it is easy to integrate with other applications.
...