Skip to content

This project is part of a software testing course and focuses on planning, executing, and automating tests for a simple shared todo list management application. The original application is available on GitHub: sjsarsa/swt-todo-list-app.

Notifications You must be signed in to change notification settings

misetius/testing-project

Repository files navigation

Software testing Project

This project is part of a software testing course and focuses on planning, executing, and automating tests for a simple shared todo list management application. The original application is available on GitHub: sjsarsa/swt-todo-list-app. In every folder there is a guide for running the tests. API-tests can be found on the backend folder.

A simple web application for creating and managing todo lists with user accounts, real-time updates, and sharing features.

To run the application, make sure you have Docker and Docker Compose installed. Then, in the project directory, start the containers with:

docker compose -f compose.dev.yml up

Then open http://localhost:4321.

About

This project is part of a software testing course and focuses on planning, executing, and automating tests for a simple shared todo list management application. The original application is available on GitHub: sjsarsa/swt-todo-list-app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published