You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2024. It is now read-only.
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".
0 commit comments