Selenium 2.0 WebDriver – its easy to learn!!
I wanted to evaluate Selenium 2.0 hence went through the Selenium 2.0 and WebDriver documentation and tried writing some simple tests with JUnit.4 Its really easy to understand. Lot of changes, its like entirely a new tool. APIs are pretty straight forward and easy to use. Let us have a look at the following code. …