Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dominicabrooks/loopqa

LoopQA Technical Evaluation
https://github.com/dominicabrooks/loopqa

javascript playwright typescript

Last synced: 3 days ago
JSON representation

LoopQA Technical Evaluation

Awesome Lists containing this project

README

        

# LoopQA Technical Evaluation [![Playwright Tests](https://github.com/DominicABrooks/LoopQA/actions/workflows/playwright.yml/badge.svg)](https://github.com/DominicABrooks/LoopQA/actions/workflows/playwright.yml)

## **Overview**
This repository contains a Playwright-driven test suite designed to validate functionalities for a demo application, following a data-driven approach to minimize code duplication and improve scalability.

## **Test Cases**
### Test Case 1
**Description:**
1. Login to the Demo App.
2. Navigate to the "Web Application" tab.
3. Verify "Implement user authentication" is in the "To Do" column.
4. Confirm tags: "Feature" and "High Priority."

### Test Case 2
**Description:**
1. Login to the Demo App.
2. Navigate to the "Web Application" tab.
3. Verify "Fix navigation bug" is in the "To Do" column.
4. Confirm tags: "Bug."

### Test Case 3
**Description:**
1. Login to the Demo App.
2. Navigate to the "Web Application" tab.
3. Verify "Design system updates" is in the "In Progress" column.
4. Confirm tags: "Design."

### Test Case 4
**Description:**
1. Login to the Demo App.
2. Navigate to the "Mobile Application" tab.
3. Verify "Push notification system" is in the "To Do" column.
4. Confirm tags: "Feature."

### Test Case 5
**Description:**
1. Login to the Demo App.
2. Navigate to the "Mobile Application" tab.
3. Verify "Offline mode" is in the "In Progress" column.
4. Confirm tags: "Feature" and "High Priority."

### Test Case 6
**Description:**
1. Login to the Demo App.
2. Navigate to the "Mobile Application" tab.
3. Verify "App icon design" is in the "Done" column.
4. Confirm tags: "Design."