Skip to content

imkks/IntelliTest

Repository files navigation

Feature: Google Search Functionality\n\n####

Scenario: Verify that the Google homepage loads correctly\n Given the user navigates to "https://google.com"\n When the page is fully loaded\nThen the title of the page should be "Google"\n\n#### Scenario: Perform a search using the Google search form\nGiven the user is on the "https://google.com" homepage\nWhen the user enters "QA Engineering" into the search input field\nAnd the user clicks the "Google Search" submit button\nThen the search results page is displayed\nAnd the search results related to "QA Engineering" are shown\n\n#### Scenario: Verify that pressing "I'm Feeling Lucky" button navigates to the first search result\nGiven the user is on the "https://google.com" homepage\nWhen the user enters "QA Engineering" into the search input field\nAnd the user clicks the "I'm Feeling Lucky" button\nThen the user is redirected to the first search result's website\n\n\These scenarios cover a broad range of functionalities and edge cases that are crucial for ensuring a high-quality user experience on the Google homepage.'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published