Question
Create a Cucumber project (preferably Cucumber-Ruby) that has one Feature with at least two Scenarios to test the following story: As an online search user
Create a Cucumber project (preferably Cucumber-Ruby) that has one Feature with at least two Scenarios to test the following story:
As an online search user (choose Google, Bing, or any other search engine) I want to see what websites match search terms I enter so that I can visit websites I'm interested in without knowing their addresses.
The first scenario should verify that a successful search displays results that have links to the matching websites.
The second scenario should verify that an unsuccessful search (no matching websites) is somehow communicated to the user.
I'm pretty new to the world of automation testing and BDD in general, and I really need a solution to this problem. Thanks!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started