Tag: Selenium Webdriver Tutorials

  • Clicking Check Box & Radio buttons

    In all the example we have tried in the tutorial so far, we have not performed any action on “Checkbox” or “Radio Buttons”, Well in this tutorial we’ll see them all. Ideally “Checkbox” or “Radio Buttons” can be identified by simple “ID attributes”. But while doing actual automation that’s not the only thing we want.…

  • Cucumber with Selenium WebDriver and Maven

    How to run Cucumber test with Selenium WebDriver? Cucumber follows Behaviour driven testing (BDD). It is used with Selenium for browser-based automated testing. In this article, we will run a test using Cucumber and Selenium Webdriver. Cucumber uses simple English sentences for tests which are easy to understand and write. It can be used by…