Google News
logo
Cucumber - Interview Questions
Give an example for step definition using "Given" function?
For example to make visitor visit the site “google” the command we use for given
Given (/^ I am on www.google.com$/) do

Browser.goto “https://www.google.com.”

end – This will visit www.google.com
Advertisement