Selenium
Xpath
TestNG
This project involves creating a mini scraper to scrape film and sports information from a given website.
Automated web scraping for hockey team data with win percentages below 40% and top 5 Oscar-winning films annually. Extracting and storing this data in JSON format for convenient access and analysis.
- Automated the following test cases:
- Searched through an array of multiple sets of hockey team data and curated the winning rate of each of the teams
- Curated a list of oscar winning films.
Selenium
Xpath
TestNG
- Java 21
- Gradle 7.5.1
- VS Code 1.89.1
Clear steps to set up and run the project locally.
- Make clone of this repo
- Open in VS code IDE
- Build using
./gradlew build
command - Run test using
./gradlew test
command
Web Scraper Web Application
Hockey Teams: Forms, Searching and Pagination
Oscar Winning Films: AJAX and Javascript