ANT – XSLT Reports For Selenium WebDriver Data Driven Framework – Part 2

ANT and other file’s configuration to generate XSLT Reports for selenium webdriver software automation test Is already done In previous STEP 19. So now configuration part Is over to generate XSLT reports. In this step, We will learn how to generate XSLT reports for selenium software test data driven framework. STEP 20 Prerequisite : All previous … Read more

ANT – Generate XSLT Reports In Selenium WebDriver Data Driven Framework – Part 1

To generate XSLT reports, We have to use Apache Ant. Apache Ant Is open source command-line tool which will help us to generate XSLT reports for our selenium webdriver data driven software automation testing framework. In STEP 18, We have successfully Implemented Logging functionality In our data driven framework for software web application. Now let … Read more

Selenium WebDriver Data Driven Framework – Implement Logging Using Log4j

Data driven framework for selenium webdriver software testing tool must have facility to Insert test execution log to track the execution process, debugging and failures after completion of software test. Test execution logs will helps you to track your software test execution steps. In STEP 17, We have successfully reported test cases results In excel file. … Read more

Selenium Automation Framework : Reporting Test Cases Results In Excel

Data driven software testing framework for selenium webdriver should be able to report the software test suite results In excel files. We have achieved goal of reporting test failure In testng reports In STEP 16. Now let us try to achieve our next goal of reporting software test cases’s results In excel files. STEP 17 … Read more