Skip to content

EngySherif/IMDb_AutomationTesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDb_AutomationTesting

Project Overview

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.


Project Structure

IMDbAutomation/
├── pom.xml
├── src
│    ├── main
│    │    └── java
│    │         └── org.example
│    │              └── Main
│    └── test
│         └── java
│              └── org.example
│                   ├── SearchMovieTest.java
│                   ├── Top250MoviesTest.java
│                   └── AdvancedSearchForMoviesTest.java

About

Testing IMDb website using selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages