Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 953 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 953 Bytes

YouTube Automation

Automate testing for YouTube, covering URL validation, message extraction from the "About" section, film rating and genre verification in the "Top Selling" section, playlist name and track count checks in the "Music" tab, and summarizing likes on the first three "Latest News Posts" from the News tab. Utilize DataProvider to search for various items from a dataset.

Prerequisites

  1. Java 21
  2. Gradle 7.5.1
  3. VS Code 1.89.1

Installation Instructions

Clear steps to set up and run the project locally.

  1. Make clone of this repo
  2. Open in VS code IDE
  3. Build using ./gradlew build command
  4. Run test using ./gradlew test command

Important Links

  1. YouTube
  2. Test Cases

Screenshots

YouTube Web Application

YouTube Web Application