This project contains automated tests for some of IMDb website features using Selenium and JUnit.
It covers three test scenarios: searching for a movie, accessing top-rated (Top 250) movies, and advanced search by title type, year, and genre.
IMDbAutomation/
├── pom.xml
├── src
│ ├── main
│ │ └── java
│ │ └── org.example
│ │ └── Main
│ └── test
│ └── java
│ └── org.example
│ ├── SearchMovieTest.java
│ ├── Top250MoviesTest.java
│ └── AdvancedSearchForMoviesTest.java