Generate webdriver test report in HTML by running build xml file : Part – 3

We have seen how to configure system and eclipse in configuration part 1 and configuration part 2 posts to generate Selenium webdriver HTML test report. Now we have a test case and build.xml file in our project tree. Let me describe you few steps of configuring and runningĀ build.xml file in eclipse. Now follow the bellow … Read more

System Configuration Steps To Generate webdriver test execution report using JUnit : Part -1

Many people facing issues in JUnit report generation configuration using ant and eclipse. If every thing is not setup properly then it will give you one or another error and you will be not able to generate JUnit software test case execution report for your webdriver test case. Let me describe you few system configuration … Read more

Eclipse And Ant Configuration Steps To Generate webdriver test execution report using JUnit : Part – 2

Webdriver test result generation is very important and essential part of automation testing and for that you need to configure your eclipse accordingly. Before eclipse and ant configuration, you need to configure your system as described in Part – 1. Now let me describe you the steps of eclipse configuration to generate web driver test execution report … Read more