-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #161 from owncloud/material_fab_android
Add test plan PR 1100: Fab created
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
Mobile/Android/Templates/Release_1.9.2/1100-material_fab.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
### Material Design: Floating Action Button | ||
|
||
#### Pr: https://github.com/owncloud/android/pull/1100 | ||
|
||
Devices: | ||
|
||
Server: | ||
|
||
|
||
--- | ||
|
||
|
||
| TestID | Test Case | Steps | Expected Result | Result | Related Comment | | ||
| :-----:| :-------- | :---- | :-------------- | :----- | :-------------- | | ||
| **View**|||||| | ||
| 1 | Portrait | 1. Set the device in portrait<br>2. Tap on fab | 1. The ( + ) floating button is shown in the bottom-right of the screen<br>2. Three options are shown: "Upload", "Create folder", "Content from other apps" | | | | ||
| 2 | Landscape | 1. Set the device in landscape<br>2. Tap on fab | 1. The ( + ) floating button is shown in the bottom-right of the screen<br>2. Three options are shown: "Upload", "Create folder", "Content from other apps" | | | | ||
| 3 | List view | 1. Set the file view in list<br>2. Tap on fab | 1. The ( + ) floating button is shown in the bottom-right of the screen<br>2. Three options are shown: "Upload", "Create folder", "Content from other apps" | | | | ||
| 4 | Grid view | 1. Set the file view in grid<br>2. Tap on fab | 1. The ( + ) floating button is shown in the bottom-right of the screen<br>2. Three options are shown: "Upload", "Create folder", "Content from other apps" | | | | ||
| 5 | Collapse | 1. Tap on fab<br>2. Tap again on "parent" fab<br>3. Tap again to open the FAB and change orientation | 1. Three options are shown: "Upload", "Create folder", "Content from other apps"<br>2. The three options collapsed<br>The three options do not collapse and remain viewable | | | | ||
| **Actions (root)**|||||| | ||
| 6 | Upload (copy) | 1. Tap on fab in root folder<br>2. Tap on "Upload"<br>3. Select a file or files to upload with option copy| The files are upload correctly. The options collapsed | | | | ||
| 7 | Upload (move) | 1. Tap on fab in root folder<br>2. Tap on "Upload"<br>3. Select a file or files to upload with option move | The files are upload correctly, being deleted from origin. The options collapsed | | | | ||
| 8 | New folder | 1. Tap on fab in root folder<br>2. Tap on "New folder"<br>3. Input the folder's name | The folder is created correctly. The options collapsed | | | | ||
| 9 | Content from other apps | 1. Tap on fab in root folder<br>2. Tap on "Content from other apps"<br>3. Select a file or files to upload from other apps | The files are upload correctly. The options collapsed | | | | ||
| 10 | Browse back | 1. Browse to a folder<br>2. Tap on FAB<br>3. Browse back | 2. FAB is opened and the options are displayed<br>3. FAB is collapsed | | | | ||
| 11 | Drawer | 1. Tap on FAB<br>2. Open Drawer<br>3. Close Drawer | 1. FAB is opened and the options are displayed<br>2. FAB keeps on opened<br>3. FAB keeps on opened | | | | ||
| 12 | Long click | 1. Tap on FAB<br>2. Long clock in the options | A Toast naming the option is displayed | | | | ||
| **Actions (no root)**|||||| | ||
| 13 | Upload (copy) | 1. Tap on fab in a no root folder<br>2. Tap on "Upload"<br>3. Select a file or files to upload with option copy | The files are upload correctly. The options collapsed | | | | ||
| 14 | Upload (move) | 1. Tap on fab in no root folder<br>2. Tap on "Upload"<br>3. Select a file or files to upload with option move | The files are upload correctly, being deleted from origin. The options collapsed | | | | ||
| 15 | New folder | 1. Tap on fab in a no root folder<br>2. Tap on "New folder"<br>3. Input the folder's name | The folder is created correctly. The options collapsed | | | | ||
| 16 | Content from other apps | 1. Tap on fab in a no root folder<br>2. Tap on "Content from other apps"<br>3. Select a file or files to upload from other apps | The files are upload correctly. The options collapsed | | | |