What all attributes should be there in your automation solution to be called a good solution?
1 min readAug 21, 2020
Your automation project should have all of these to be called a good solution:
- Well drafted Project Design
- Clear Project Structure and Documentation
- Defined Page Objects (if it is a UI project)
- Independent Automated Unit Tests
- Automated End to End Tests (Loosely coupled)
- Reliable Locators (if it is a UI project)
- Highly effective strategies for managing test data
- Comprehensive Dependency Management
- Precise and concise logging and Reporting