Skip to content

Commit 4ef31b0

Browse files
committed
feat: add test plan for space creation in Android
1 parent 66574ba commit 4ef31b0

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
### Spaces - Creation
2+
3+
**Server(s)**: <br>
4+
**Device(s)**: <br>
5+
**Execution date**: <br>
6+
**Tester**: <br>
7+
**Context**: <br>
8+
9+
---
10+
11+
| Test Case | Description | Expected | Result | Comments |
12+
| :-------- | :---------- | :------- | :----: | :------- |
13+
|**Spaces list**| **Admin or Space admin user**|
14+
| Create new space with only title | 1. Click on `Spaces` on the bottom bar<br>2. Click on FAB<br>3. Add title, and let subtitle empty<br>4. Create | Space is created with correct title and without subtitle (check in server) | | | |
15+
| Create new space with title and subtitle| 1. Click on `Spaces` on the bottom bar<br>2. Click on FAB<br>3. Add title and subtitle<br>4. Create | Space is created with correct title and subtitle (check in server) | | | |
16+
| Create new space with subtitle and quota 1GB | 1. Click on `Spaces` on the bottom bar<br>2. Click on FAB<br>3. Add title, subtitle and quota 1 GB <br>4. Create | Space is created with correct title and quota 1 GB (check in server) | | | |
17+
| Create new space with subtitle and quota 2GB | 1. Click on `Spaces` on the bottom bar<br>2. Click on FAB<br>3. Add title, subtitle and quota 2 GB <br>4. Create | Space is created with correct title and quota 2 GB (check in server) | | | |
18+
| Create new space with subtitle and quota 5GB | 1. Click on `Spaces` on the bottom bar<br>2. Click on FAB<br>3. Add title, subtitle and quota 5 GB <br>4. Create | Space is created with correct title and quota 5 GB (check in server) | | | |
19+
| Create new space with subtitle and quota 10GB | 1. Click on `Spaces` on the bottom bar<br>2. Click on FAB<br>3. Add title, subtitle and quota 10 GB <br>4. Create | Space is created with correct title and quota 10 GB (check in server) | | | |
20+
| Create new space with subtitle and quota 50GB | 1. Click on `Spaces` on the bottom bar<br>2. Click on FAB<br>3. Add title, subtitle and quota 50 GB <br>4. Create | Space is created with correct title and quota 50 GB (check in server) | | | |
21+
| Create new space with subtitle and quota 100GB | 1. Click on `Spaces` on the bottom bar<br>2. Click on FAB<br>3. Add title, subtitle and quota 100 GB <br>4. Create | Space is created with correct title and quota 100 GB (check in server) | | | |
22+
| Create new space with subtitle and quota without restriction | 1. Click on `Spaces` on the bottom bar<br>2. Click on FAB<br>3. Add title, subtitle and quota with no restriction <br>4. Create | Space is created with correct title and quota with no restriction (check in server) | | | |
23+
| No title | 1. Click on `Spaces` on the bottom bar<br>2. Click on FAB<br> | `Create`is disabled because no name was typed. `Space name must`<br>` not be empty` | | |
24+
| Long title | 1. Click on `Spaces` on the bottom bar<br>2. Click on FAB<br>3. Add a title longer than 255 chats | `Create` is disabled because title overflows. `Space name must not be `<br>`longer than 255 characters` | | |
25+
| Forbidden characters | 1. Click on `Spaces` on the bottom bar<br>2. Click on FAB<br>3. Add a title that includes any of the following characters: `/ \ . : ? * " > < \|'` | `Create` is disabled because forbidden characters.<br>`Forbidden characters` | | |
26+
|**Spaces list**| **Regular user**|
27+
| Create new space | Click on `Spaces` on the bottom bar| FAB hidden, not allowed to create spaces | | | |
28+
|**Role change**| |
29+
| Add permission | 1. Open `Spaces` of regular user<br>2. In admin account, grant admin permissions to the user<br>3. Reopen the app and Open `Spaces`| 1. No FAB displayed <br>3. FAB displayed | | | |
30+
| Remove permission | 1. Open `Spaces` of admin user<br>2. In admin account, revoke admin permissions to the<br>3. Reopen the app and Open `Spaces`| 1. FAB displayed <br>3. No FAB displayed | | | |
31+
|**Errors**| |
32+
| No connection | 1. Remove connection from device<br>2. Click on `Spaces` on the bottom bar| FAB hidden, not posible to check whether the user still has permissions | | | |

0 commit comments

Comments
 (0)