Register
12:59
Stop
Agile Project Management - Behavior-Driven Development (BDD)
Expert
1/13
In a Gherkin scenario, a user wants to search for a product on an online store. Which is the correct Gherkin format?
a.
On the homepage, the user searches for a product, and the search results appear
b.
Given the user is on the homepage, When the user enters a search term, Then the search results should be displayed
c.
From the homepage, the user can enter a search term and receive search results
d.
User goes to homepage, User searches, Results are displayed
e.
Begin the user on the homepage, Enter a search term, The search results are shown
f.
User is on homepage > User inputs search > Results shown
Expert