An open API service indexing awesome lists of open source software.

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

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
```