18 lines
207 B
Markdown
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;
|
|
```
|