https://github.com/khalid-moh193/googlesearch
Web Automation using Selenium
https://github.com/khalid-moh193/googlesearch
java selenium
Last synced: 2 months ago
JSON representation
Web Automation using Selenium
- Host: GitHub
- URL: https://github.com/khalid-moh193/googlesearch
- Owner: khalid-moh193
- Created: 2021-03-28T20:44:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-28T10:15:11.000Z (about 5 years ago)
- Last Synced: 2025-01-23T22:14:59.553Z (over 1 year ago)
- Topics: java, selenium
- Language: Java
- Homepage:
- Size: 8.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoogleSearch
Maven project using testNG and selenium Webdriver with POM design pattern and Allure reporting
for generating the report please run: allure-serve
Test Cases:
1- Search results displayed should be relevant to search keyword
2- When user start typing word in text box it should suggest words that matches typed keyword
3- Search results should be cleared on clicking clear search button
4- Total number of search records/results should be displayed on page
5- User should be able to search when he enters the keyword and hits ‘Enter’ button on keyboard
6- % sign in search keyword should not redirect to 404 ERROR
7- Application should not crash if user inserted % in search field
8- When user clicks on any link from result and navigates back, then result should be maintained