Selenium WebDriver Test Data Driven Framework – Run Test From Batch(.bat) File

We have successfully generated XSLT reports for our selenium webdriver software test data driven framework In STEP 20. If you see In STEP 20, We need to open command prompt, Then need to type many different commands to clean, compile, run and generate XSLT reports. So now let us Implement all these things In batch … Read more

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