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

Selenium WebDriver Framework : Reporting Test Failure In TestNG Report

In selenium webdriver automated data driven framework creation process, We have Implemented total 15 steps till now and we have successfully achieved our goal of reporting software application’s test data results In excel sheets In step 15. We are going very slowly to create data driven framework for your better understanding. STEP 16 Prerequisite : … Read more

Framework For selenium WebDriver – Report Test Data Result In Excel

STEP 15 Prerequisite : Selenium WebDriver Framework creation steps from STEP 1 to STEP 14 should be Implemented as described In previous posts. We have Implemented software test data skip function In STEP 14. Now let we go ahead one more step In selenium testing data driven framework creation. If you know, We have a “Pass/Fail/Skip” column … Read more