9b. WebDriver – Set Up in Eclipse

Welcome to our first explore-along post of WebDriver series. It is recommended that you follow closely and work along to make the set up process all the more simple! Pre-requisites: Have an active internet connection. Download and install Java SE…

8. Surprise Freebie

Hiya friends! Hope you had a great time learning Selenium IDE through this blog series. Before stepping into our next tool, Selenium WebDriver, I thought of giving you a freebie. Now that you have witnessed the power of Selenium tools…

Exception handling in Python 3.5

In this article I will introduce you to exception handling. In the previous articles in this series we use exception handling to cover some rare exception cases (remember the Guess the Number game?) and now it is time to explain…