# OpenProject Mobile App - Testing This folder contains all data, files, thoughts, approaches of testing the Mobile App. The info here is not final and will be improved. ## Pages: ### [1\. Quick Smoke Test](https://community.openproject.org/projects/mobile-app-spike/wiki/smoke-tests-essential-pre-release-list) A short checklist of most required cases covering the critical path of every major feature. Use this as the **minimum bar before any release**. It is designed to be completed in affordable amount of time on both platforms. Run this when: * A release build is ready for sign-off * A hotfix needs quick verification * Time is limited and a full regression is not feasible ### [2\. Full Smoke Tests](https://community.openproject.org/projects/mobile-app-spike/wiki/comprehensive-list) A comprehensive manual test suite with more that 100 cases covering most features in depth, including some edge cases, empty states, error handling, and platform-specific scenarios. Use this for thorough regression testing. Run this when: * A major version is about to be released * Significant changes were made to core features * A full regression cycle is required ### [3\. Automated Tests](https://community.openproject.org/projects/mobile-app-spike/wiki/automated-test)  _(WIP_  🚧) Documents the automated test coverage, how to run the test suite locally and in CI, and how to interpret results. This document is in progress 🚧