This document describes a hybrid automation framework that uses TestNG for test execution and reporting. It runs automated test scripts written in Java that utilize keyword libraries and test data from external files. The framework syncs the test repository with the application under test and uses Selenium WebDriver, Apache POI, and the Page Factory pattern to run the tests and generate an HTML report with TestNG.
Related topics: