Category : Selenium

While automating a form selection with Selenium and Java, It's a good practice to randomize your form values. Here is how you can select random values on radio buttons. Lets suppose you have a radio b...
Read Article
I have started working with Selenium Web Driver to Automate testing for a web application that I have been working on. Selenium is a great tool to Automate testing for your software when there are man...
Read Article
This post will guide you how you on how you can run the automation test scripts with Selenium Web Driver and Junit. I am using Eclipse as my IDE and Maven as my build tool. This post assumes that y...
Read Article