Social QA Logo

An ongoing project for The Social QA Bootcamp course.


View on GitHub

Project Overview

This is an ongoing repo for The Social QA Bootcamp course by Steven Boutcher. The course is focused on learning the Playwright framework.

Tests

Adding to Cart

There are two test files that handle the functionality of adding products to the shopping cart on the Amazon website:

Both tests utilize the config.ts file, which contains URLs for products with and without warranties. This allows for easy swapping of product links, enabling testing of different scenarios without changing the test code itself.

Product Searches

Verifies the search functionality for products on Amazon. The tests cover various scenarios, including:

Podcast Sharing

Ensures that the shareable link matches the text copied from the Copy Link button on the Amazon website.

Example Test

A basic test to check the presence of specific headers on the Playwright website.

Tech Stack

Framework Features

My Experience with Clipboard Interaction

Articles/Blogs