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

How to Use JUnit Annotations in webdriver test case with example

Unit testing framework JUnit has many annotations to control the flow and activity of code execution of selenium webdriver software test cases. You must need to insert JUnit annotation inside the java code to execute your software test case as junit test case. You can look in my previous post where i have used JUnit @Test … Read more

Creating and running webdriver test with junit and eclipse step by step

We have already discussed about how to download and install junit in eclipse to run webdriver automation software test in my previous post. Please note that you need to add junit jar file only if it is not available in webdriver software testing tool’s jar file folder. If it is already there with webdriver jar file folder … Read more