https://github.com/fcatilizer/juspay-qa-project
Video Link
https://github.com/fcatilizer/juspay-qa-project
Last synced: 11 months ago
JSON representation
Video Link
- Host: GitHub
- URL: https://github.com/fcatilizer/juspay-qa-project
- Owner: Fcatilizer
- Created: 2025-03-17T09:32:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T10:38:16.000Z (about 1 year ago)
- Last Synced: 2025-06-10T00:45:14.482Z (about 1 year ago)
- Language: Python
- Homepage: https://youtu.be/0A7WTn9ATlU
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JusPay QA Project
This project is to automate the JusPay QA test cases using Selenium WebDriver using either Java or Python.
VIDEO LINK - [https://youtu.be/0A7WTn9ATlU](https://youtu.be/0A7WTn9ATlU)
- Automate Searching for a 'smartwatch' on Flipkart
- Select the first product
- Changing the window to the new tab
- Selecting Buy Now Button
- Inputting the phone/email of the user
> Need to Manually input the OTP
- Selecting the continue button
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
```bash
git clone https://github.com/Fcatilizer/JusPay-QA-Project
```
### Prerequisites
Install Selenium WebDriver using the following command:
```bash
pip install selenium
```
### Running the tests
```bash
python search.py
```