init documentation,
This commit is contained in:
17
001_documentation/Requirements/REQ0007/index.md
Normal file
17
001_documentation/Requirements/REQ0007/index.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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;
|
||||
```
|
Reference in New Issue
Block a user