Selenium WebDriver at Cucumber

Cucumber will manage the whole process & we will use Selenium WebDriver for operate web browser as like a human. If you wish to learn more about Selenium WebDriver then please follow the page.

How to Selenium work with Cucumber?

Basically Selenium & Cucumber both are responsible for a different task. Where Cucumber manage the full process using BDD technique and Selenium bridge cucumber BBD to web browser. Below diagram will show the actual mapping.

How to Selenium work with Cucumber