Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit 7d95c23

Browse files
committed
Updated README.md
1 parent 5109d8c commit 7d95c23

File tree

2 files changed

+17
-19
lines changed

2 files changed

+17
-19
lines changed

README.md

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
1-
# Project Name - _Project Author (Change Me)_
1+
# YouTube Automation
2+
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.
23

3-
## Project Name and Description:
4-
A concise yet descriptive title and an overview of the project’s purpose.
4+
## Prerequisites
5+
1. Java 21
6+
2. Gradle 7.5.1
7+
3. VS Code 1.89.1
58

6-
## Installation Instructions:
9+
## Installation Instructions
710
Clear steps to set up and run the project locally.
8-
> Example:
9-
```
10-
# java version 17
11-
java --version
12-
```
11+
1. Make clone of this repo
12+
2. Open in VS code IDE
13+
3. Build using `./gradlew build` command
14+
4. Run test using `./gradlew test` command
1315

14-
## Usage and Examples:
15-
Provide sample code or usage scenarios to showcase how the project works.
16-
> Example:
17-
```
18-
# to run the project
19-
./gradlew run
20-
```
16+
## Important Links
17+
1. [YouTube](https://www.youtube.com)
18+
2. [Test Cases](https://docs.google.com/spreadsheets/d/1ZGFr9LXhcevIBMi598EYstmmKtGeDMFyqiW_Smgf-RY/edit?usp=sharing)
2119

22-
## Important Links:
23-
Details about useful external links
24-
20+
## Screenshots
21+
![YouTube Web Application](screenshots/Screenshot20240527063936.png)
22+
> YouTube Web Application
21.7 KB
Loading

0 commit comments

Comments
 (0)