Content
Testing
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
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
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 (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 🚧