Files
lettersoup-online/001_documentation/Requirements/REQ0007/index.md
2025-04-17 07:51:08 +08:00

18 lines
207 B
Markdown

---
tags: mobile, testing, happy-flow
---
# testing of mobile app home
testing of mobile app home page with flow below.
## Happy flow
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```