Verify Google Search using Selenium WebDriver
Preconditions (3)
Step 1: Open Chrome browser using Selenium WebDriver
Step 2: Navigate to 'https://www.google.com'
Step 3: Locate the search input field by its name attribute 'q'
Step 4: Enter the search term 'Selenium WebDriver'
Step 5: Submit the search form
Step 6: Wait for the search results page to load
Step 7: Verify that the page title contains the search term 'Selenium WebDriver'
✅ Expected Result: The browser opens Google homepage, performs the search, and the results page title contains 'Selenium WebDriver'