Skip to main content

What all attributes should be there in your automation solution to be called a good solution?



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 (For UI project)
  • Independent Automated Unit Tests
  • Automated End to End Tests (Loosely coupled)
  • Reliable Locators (For UI project)
  • Highly effective strategies for managing test data
  • Comprehensive Dependency Management
  • Precise and concise logging and Reporting


Comments