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

Commit f62685b

Browse files
committed
Created README.md
1 parent ab21fc8 commit f62685b

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# LeetCode automation
2+
3+
`Selenium` `Dynamic Xpath`
4+
5+
---
6+
7+
During the course of this project automated Leetcode website to check and validate the latest 5 questions from the LeetCode problems page and ensure submitting solutions are blocked without Sign In.
8+
9+
---
10+
11+
# Overview
12+
During the course of this project automated Leetcode website to check and validate the latest 5 questions from the LeetCode problems page and ensure submitting solutions are blocked without Sign In.
13+
14+
# Automating Leetcode
15+
## Scope of work
16+
* Automated the following test cases:
17+
* Verify the Leetcode Homepage URL.
18+
* Verify Problem Set URL and Display First 5 Questions.
19+
* Verify the Two Sum problem.
20+
* Ensure the submissions tab displays "Register or Sign In".
21+
22+
## Skills used
23+
`Selenium` `Dynamic Xpath`
24+
25+
---
26+
27+
# Screenshots
28+
![gradle build, run](screenshots/Screenshot20241002123046.png)
29+
> Gradle build, gradle run
12.1 KB
Loading

0 commit comments

Comments
 (0)