Part 5 - Search Results Test on Web
Now let's start writing the test for the search results scenario that we have in our search.feature file.
Feature: Search Books
Scenario: A user should be able to search for books
When the user searches for a book named "testing"
Then the ...
lavanyamohan.hashnode.dev8 min read