Why the software automation testing is still painful?

  • No all in one and out of box solution for free
  • Not intelligent as human to face and solve the unkown situations
  • No multiple measures by the one test LongWay

What is the Composite Automation Harness?

The Composite Automation Harness is the java automation solution for Web UI, RESTful API and Windows GUI. It is built on top of Selenium, Jersey, AutoIT and TestNG.

  • Managed WebDriver and REST Client with rich features and possibilities
  • Secured and zero effort test data management with multiple data types
  • Tests, data and configurations are modularized for the large project and multiple environments
  • Secure network connection is easy
  • Rich report types(Console, XLS, HTML) and contents(function result, UI performance and API performance)
  • ECO Design Pattern. Auto-detect automation accident and auto-retry at right place and right timing within a minimum scope, and no retry code in test. This is one answer to question why human can do successfully but automation cannot

Learn More...

What is the AT Dashboard?

AT dashboard is the spring boot webapp, test results will be published automatically from test execution node to AT dashboard service. User can view all test results by multiple filters and add comments into test cycle in AT dashboard. Then can delete test cycle or execute merge between multiple test cycles.
Learn More...