Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Desktop client 3.1 test plan #796

Open
HanaGemela opened this issue Jan 18, 2023 · 16 comments
Open

Desktop client 3.1 test plan #796

HanaGemela opened this issue Jan 18, 2023 · 16 comments

Comments

@HanaGemela
Copy link
Contributor

HanaGemela commented Jan 18, 2023

Minor Release Tests

1. Install - Login @saw-jan

ID Test Case Steps to reproduce Expected Result Result Related Comment (Squish-Test) Server
1 Update Installation 1. You need to have installed a previous version
2. Update to the new version
🚧 Win
✅ macOS
🚧 Linux
No update for 3.1.0-rc1 (changed to beta channel)
2 Install the new version 1. Delete the previous version
2. Install the new version
✅ Win
✅ macOS
✅ Linux
3 Verify that you can enter a server address (self signed cert) 1. Launch desktop client
2. Enter a server address
3. Click on Next
4. If it is the first time you should accept the certificate
✔️ tst_addAccount 🤖 oC10
🤖 oCIS
4 Valid Login 1. Log in with the correct username and password Login successful ✔️ tst_addAccount 🤖 oC10
🤖 oCIS
5 Invalid Login 1. Try to log in with wrong username or password Error message Login failed: username and/or password incorrect is shown ✔️ tst_addAccount 🤖 oC10
🤖 oCIS
6 Connect to a server with LDAP (or optionally AD) 1. Setup owncloud server with openldap
2. Add an account to desktop client
Make sure no technical user name shows up in UI (e.g. account name, sharing...)
7 Connect to an old server (v8.x.x) 1. Setup an old server:docker run -ti -p 8181:80 owncloud:8.1
2. Add an account to desktop client
Unsupported warning message is displayed
@HanaGemela
Copy link
Contributor Author

HanaGemela commented Jan 18, 2023

2. Folders @roshanlc @PrajwolAmatya

  • 'Go to local sync folder and create a folder' means: "Open folder" on client dot ... menu, create a new folder in file browser
  • 'Verify on the server' means: the folder is sent from client to server / check either with a) web browser, b) another client, or c) via server introspection
ID Test Case Steps to reproduce Expected Result Result Related Comment (Squish-test) Server
1 Verify that you can create a folder 1. Add an account to desktop client
2. Open local sync folder
3. Create a folder
4. Wait for sync to complete
The folder is available on the server ✔️ tst_syncing 🤖 oC10
🤖 oCIS
2 Verify that you can create a folder with long name 1. Create a folder with a long name (~100 characters)
2. Wait for sync to complete
The folder is available on the server ✔️ tst_syncing 🤖 oC10
🤖 oCIS
3 Verify that you can create a folder with special characters 1. Create a folder with special characters (e.g. $%ñ&)
2. Wait for sync to complete
The folder is available on the server ✔️ tst_syncing 🤖 oC10
🤖 oCIS
4 Create a new folder with space at the end 1. Open the local sync folder
2. Create a folder with space at the end
Look if it syncs If you create a folder with a space at the end, your os (nautilus @ ubuntu) will remove this space. The folder is syncing
5 Verify that you can sync a folder with many subfolders 1. Outside the sync root, create a folder with 5 empty subfolders and 5 subfolders containing files
2. Move that folder into the sync root
3. Wait for sync to complete
All 10 subfolders appear on the server ✔️ tst_syncing 🤖 oC10
🤖 oCIS
6 Verify that you can sync many folders at once 1. Create 400 folders outside the sync root
2. Move those folders into the sync root
3. Wait for sync to complete
All 400 folders appear on the server ✔️ tst_syncing 🤖 oC10
🤖 oCIS
7 Verify that you can copy a folder 1. Open local sync folder
2. Create a folder with some files in it
3. Copy and paste that folder
4. Wait for sync to complete
Both original and copied folders appear on the server ✔️ tst_syncing 🤖 oC10
🤖 oCIS
8 Verify that you can create a subfolder with long name 1. Open local sync folder
2. Create a folder
3. Create a subfolder with long name (~220 characters)
4. Wait for sync to complete
Folder and subfolder are available on the server ✔️ tst_syncing 🤖 oC10
🤖 oCIS
9 Verify that pre-existing folders are synced to the server 1. Quit the desktop client
2. Goto the local sync folder
3. Create folders at several levels
4. Open the desktop client
5. Wait for sync to complete
All folders appear on the server ✔️ tst_syncing 🤖 oC10
🤖 oCIS
10 Sync works for .zip/.rar files with elaborate internal folder structures 1. Create a zip file with many internal folders and files
2. Copy that zip file into the sync root
3. Unzip that zip file inside the sync root
All extracted files and folders are available on the server
11 Files that error with API should try 3 times, and then blacklist 1. Try to sync a folder that has more than 65 characters
2. Then sync it with some contents, it should try three times and then be blacklisted
3. If you rename the folder, it should try again and succeed if the name is less than 65 characters
The folder is synced ℹ️ Folder with more than 65 chars gets synced
12 Invalid system names 1. On the server, create folders CON, COM1 and test% and files PRN and foo%
2. Add that account to desktop client
- MacOS client syncs down CON, COM1 and PRN but not test% and foo%
- Windows client syncs down test% and foo% but not CON, COM1 and PRN
- Linux client syncs down all
✅ Win
🚧 macOS
✔️ Linux
tst_syncing 🤖 oC10
🤖 oCIS
13 Long path on Windows (VFS OFF) syncs ** 1. On the server, create a file (~30 chars) inside 6 subfolders (each ~50 chars) to get a path length > 260 chars (> MAX_PATH)
2. Start desktop client and add that account with VFS OFF
3. Open local sync folder and enter the subfolders
4. Create a new file
1. All subfolders and a file are available in the local sync folder
2. New file is synced to the server
✅ Win
14 Long path on Windows (VFS ON) syncs ** 1. On the server, create a file (~30 chars) inside 6 subfolders (each ~50 chars) to get a path length > 260 chars (> MAX_PATH)
2. Start desktop client and add that account with VFS ON
3. Open local sync folder and enter the subfolders
4. Create a new file
1. All subfolders and a file are available in the local sync folder
2. New file is synced to the server
✅ Win
15 Long path explorative testing on Windows ** Use test scenarios 12-13 to perform tests like: create more files/subfolders in Explorer or in terminal (PowerShell), move files/folders, rename, edit a file, etc. Folder/files are synced without errors ✅ Win

** Make sure LongPathsEnabled in Windows registry is 'off' (see https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd). Nevertheless the client should handle the long path > 260 correctly.

@HanaGemela
Copy link
Contributor Author

HanaGemela commented Jan 18, 2023

3. Files @roshanlc @PrajwolAmatya

Note: "Via Web" means check files on server in web browser

ID Test Case Steps to reproduce Expected Result Result Related Comment (Squish-test) Server
1 Verify that you can create a file 1. Add an account to desktop client
2. Open local sync folder
3. Create a file
- observe a BLUE progress icon followed by a GREEN icon in the file explorer
- the file is available on the server
✔️ tst_syncing 🤖 oC10
🤖 oCIS
2 Add various types of files 1. Open local sync folder
2. Create/upload various types of files Microsoft Word, Microsoft Excel, Microsoft Powerpoint, JPG, PDF, MP3, etc
- the Sync files tab shows all the files as synced
- all files are available on the server
✔️ tst_syncing 🤖 oC10
🤖 oCIS
3 File with long name can be synced 1. Open local sync folder
2. Create a file with long name: thisIsAVeryLongFileNameToCheckThatItWorks-thisIsAVeryLongFileNameToCheckThatItWorks-thisIsAVeryLongFileNameToCheckThatItWorks-thisIsAVeryLongFileNameToCheckThatItWorks-thisIsAVeryLongFileNameToCheckThatItWorks-thisIs.txt
Sync is successful ✔️ tst_syncing 🤖 oC10
🤖 oCIS
4 File with a name having 233 characters or more cannot be synced 1. Open local sync folder
2. Create a file having >=233 characters
3. Observe the sync process
The "Not synced" tab shows an error, the file is blacklisted ✔️ tst_syncing 🤖 oC10
5 User copies/drag&drops multiple files at a time to the Sync folder 1. Copy some files to the local sync folder
2. Drag&Drop some files to the lcoal sync folder
- user can see the completed GREEN icon overlay on all types of files
- the Sync files tab shows all files as synced
6 Sync files (from server and desktop client) at the same time 1. Add a file of 1MB inside the local sync folder, and in the same time, add another file on the same remote folder (make sure that the server file is uploaded before the client finishes) Look at Via Web and the Desktop Client to make sure that the sync is correct
7 Same name files but with different extensions 1. Open local sync folder
2. Create two files with same name but different extensions
Both files sync correctly ✔️ tst_syncing 🤖 oC10
🤖 oCIS
8 File with spaces in the name 1. Open local sync folder
2. Create, copy or move a file (having space in its name) in the local sync folder
File syncs correctly ✔️ tst_syncing 🤖 oC10
🤖 oCIS
9 Create and delete a file with special characters in the name 1. Open local sync folder
2. Create/upload a file with special characters in its name (e.g. ~`!@#$^&()-_=+{[}];',)
3. Wait for sync to complete
4. Delete the file from the local sync folder
Look via the Web and make sure that the file got deleted
10 Upload a 50MB file 1. Create a folder inside the local sync folder
2. Copy a large file (50MB) in this folder
The file is synced to the server
11 Upload a 3GB file 1. On the server, upload a large 3GB file
2. Add that account to desktop client
File is synced to the desktop client
12 Upload multiple files (resulting to 1000MB) 1. Open local sync folder
2. Upload a folder containing 1000 files (1MB each)
All files are synced to the server
13 Upload 500MB + 500MB files 1. Open local sync folder
2. Upload two folders containing 500 files each (1MB per file)
All files are synced to the server ✔️ tst_syncing 🤖 oC10
🤖 oCIS
14 Upload a 1024MB file 1. Open local sync folder
2. Upload a 1GB file
The file is synced to the server ✔️ tst_syncing 🤖 oC10
🤖 oCIS
15 Verify the limit of the quota 1. Open local sync folder
2. Upload the necessary large files to fill up the quota
Warning: "The available space of your workspace is running out, please delete some files to free space" ✅ oC10
ℹ️oCIS
Connection closed error message in oCIS
And the file is blacklisted

@HanaGemela
Copy link
Contributor Author

HanaGemela commented Jan 18, 2023

4. Move files and folders @HanaGemela

ID Test Case Steps to reproduce Expected Result Result Related Comment (Squish-test) Server
1 Move from sub-levels to root 1. Move couple of files and folders from different sub-levels to the sync root
2. Wait for sync to complete
3. Check the contents of files and folders
The contents are correct (on the server)
2 Move a folder down to sub-folder 1. Move a folder from sync root to a 5 level deep sub-folder
2. Wait for sync to complete
3. Check the folder content
The content of the folder is correct (on the server)
3 Move a folder up from sub-folder to the root 1. Move a folder from a 5 level deep folder to the sync root
2. Wait for sync to complete
3. Check the folder content
The content of the folder is correct (on the server)
4 Move files from one folder to another 1. Move some files from Folder1 to Folder2
2. Wait for sync to complete
3. Check both folders contents
Both folders have the correct content (on the server)
5 Move two or more folders down to sub-folder 1. Move two or more folders from sync root to a 5 level deep sub-folder
2. Wait for sync to complete
3. Check the folders contents
The contents of the all the folders are correct (on the server)
6 Move two or more folders up from sub-folder to the root 1. Move two or more folders from a 5 level deep folder to the sync root
2. Wait for sync to complete
3. Check the folders contents
The contents of the all the folders are correct (on the server)

@HanaGemela
Copy link
Contributor Author

HanaGemela commented Jan 18, 2023

5. Edit Files @roshanlc @PrajwolAmatya

ID Test Case Steps to reproduce Expected Result Result Related Comment (Squish-test) Server
1 Edit a .txt file 1. Create a .txt file in the local sync folder
2. Add some text
3. Wait for it to sync
4. Modify the .txt file and add more content
5. Wait for it to sync
6. Modify the .txt file and add more content
7. Wait for it to sync
The file at the server had the same content after the sync is completed ✔️ tst_editFiles 🤖 oC10
🤖 oCIS
2 Edit a .doc file 1. Create a .doc file in the local sync folder
2. Add some text
3. Wait for it to sync
4. Modify the .doc file and add more content
5. Wait for it to sync
6. Modify the .doc file and add more content
7. Wait for it to sync
The file at the server had the same content after the sync is completed
3 Edit a .xls file 1. Create a .xls file in the local sync folder
2. Add some text
3. Wait for it to sync
4. Modify the .xls file and add more content
5. Wait for it to sync
6. Modify the .xls file and add more content
7. Wait for it to sync
The file at the server had the same content after the sync is completed
4 Replace a .pdf file 1. Create a .pdf file in the local sync folder
2. Replace it with a same name pdf file having different content
3. Wait for it to sync
4. Modify the .pdf file and add more content
5. Wait for it to sync
6. Modify the .pdf file and add more content
7. Wait for it to sync
The file at the server had the same content after the sync is completed
5 Edit a file while the folder is renaming 1. Add an account to desktop client that has a folder containing a file in it
2. From the file explorer, open that file and edit it
3. From the web, rename the folder
4. Sync with the oc-worker
5. Do not refresh the browser and download the file edited
The file on the server has the same content
6 Rename file and folder at the same time 1. Add an account to desktop client that has a folder containing a file in it
2. From the web, rename that folder and at the same time from the file explorer, rename a file contained in that folder
File and folder should be renamed both in the server and locally

@HanaGemela
Copy link
Contributor Author

HanaGemela commented Jan 18, 2023

6. Delete Files and Folders @HanaGemela

ID Test Case Steps to reproduce Expected Result Result Related Comment (Squish-test) Server
1 Delete a file 1. On the server, create a file
2. Add that account to the desktop client
3. Open the local sync folder
4. Delete that file
The file is deleted on the server ✔️ tst_deletFilesFolders 🤖 oC10
🤖 oCIS
2 Delete a file with long name 1. On the server, create a file with long name
2. Add that account to the desktop client
3. Open the local sync folder
4. Delete that file
The file is deleted on the server ✔️ tst_deletFilesFolders (Maximum length of filename is 228 chraracter) 🤖 oC10
🤖 oCIS
3 Delete a folder 1. On the server, create a folder
2. Add that account to the desktop client
3. Open the local sync folder
4. Delete that folder
The folder is deleted on the server ✔️ tst_deletFilesFolders 🤖 oC10
🤖 oCIS
4 Delete a folder with long name 1. On the server, create a folder with long name
2. Add that account to the desktop client
3. Open the local sync folder
4. Delete that folder
The folder is deleted on the server ✔️ tst_deletFilesFolders 🤖 oC10
🤖 oCIS
5 Delete multiple files 1. On the server, create some files
2. Add that account to the desktop client
3. Open the local sync folder
4. Delete some files
The files get deleted on the server
6 Delete a large file (2048MB) 1. On the server, create a large file (2048MB)
2. Add that account to the desktop client
3. Open the local sync folder
4. Delete that file
The file gets deleted on the server

@HanaGemela
Copy link
Contributor Author

HanaGemela commented Jan 18, 2023

7. Sync process @Salipa-Gurung @saw-jan

ID Test Case Steps to reproduce Expected Result Result Related Comment (Squish-test) Server
1 Move a file while in sync 1. Move couple of files (File1 and File2) with different contents to the root sync folder
2. Let them sync
3. Move other files to the root sync folder and while in sync, delete File1 and rename File2 toFile1
The content of file is correct
2 Edit a file while in sync 1. Create a .txt file with some content
2. Let it sync
3. Rename the file and while in sync, edit the content of the .txt file
The content of file is correct
3 Delete folders while in sync 1. Create folders tree folders+subfolders (e.g folder1, folder2, folder3 and some .txt files in this folder)
2. Delete some folders while in sync
Folders get deleted on the server
4 Delete folders while sync with two clients 1. Create a tree of folders+subfolders (e.g folder1, folder2, folder3 and some .txt files in this folder)
2. Delete some folders and while in sync, sync with another client at the same time
In the server, make sure that the folders got deleted and the remaining folders sync correctly

@HanaGemela
Copy link
Contributor Author

HanaGemela commented Jan 18, 2023

8. Spaces and permissions @saw-jan

ID Test Case Steps to reproduce Expected Result Result Related Comment (Squish-test) Server
1 Viewer can view files in Space 1. In the server, create a space, upload a file in it and add a user with Viewer role
2. As a space member (Viewer), add that space to the desktop client
3. Open the local sync folder and open that file
The file can be opened
2 Viewer cannot edit files in Space 1. In the server, create a space, upload a file in it and add a user with Viewer role
2. As a space member (Viewer), add that space to the desktop client
3. Open the local sync folder
4. Edit that file and save it
Changes are not synced In Windows, file cannot be saved
3 Editor can rename files in Space 1. In the server, create a space, upload a file in it and add a user with Editor role
2. As a space member (Editor), add that space to the desktop client
3. Open the local sync folder
4. Rename that file
The files is renamed and synced
4 Manager can add new folders in Space 1. In the server, create a space, upload a file in it and add a user with Manager role
2. As a space member (Manager), add that space to the desktop client
3. Open the local sync folder
4. Create a new folder
New folder is synced

@HanaGemela
Copy link
Contributor Author

HanaGemela commented Jan 18, 2023

9. Without connection @saw-jan

ID Test Case Steps to reproduce Expected Result Result Related Comment (Squish-test) Server
1 Upload several files and folder to the sync folder without Internet 1. Add an account to the desktop client
2. Disconnect the Internet
3. Upload several files and folder in the sync folder
4. Connect the Internet
5. Wait for sync
The files and folder are synced to the server
2 Upload several files and folder with special characters to the sync folder without Internet 1. Add an account to the desktop client
2. Disconnect the Internet
3. Upload several files and folder (having special characters) in the sync folder
4. Connect the Internet
5. Wait for sync
The files and folder are sync with the server
3 Upload the same folder from the server and form the client with different files inside 1. Add an account to the desktop client
2. Disconnect the Internet
3. In the server, upload a folder with some files
4. In the local sync folder, upload same named folder with different files in it
5. Connect the Internet
6. Wait for sync
The files and folder are synced to the server
4 Remove folder from the client without Internet 1. Add an account to the desktop client
2. Disconnect the Internet
3. Remove a folder from the local sync folder
4. Connect the Internet
5. Wait for sync
The folder is deleted from the server

@HanaGemela
Copy link
Contributor Author

HanaGemela commented Jan 18, 2023

10. Sharing

NOTE: To open sharing dialog Right click on the resource -> Select ownCloud option from menu -> Share

10.1 Share overlay icon @roshanlc @PrajwolAmatya

ID Test Case Steps to reproduce Expected Result Result Related Comment (Squish-test) Server
1 Linux: Verify shared icon on user share [Install owncloud nautilus library]
1. Share a folder/file with another user from Desktop client UI
Share overlay icon is shown on the shared file/folder ✅ Linux
2 Linux: Verify shared icon on public link share [Install owncloud nautilus library]
1. Create a public link share from Desktop client UI
Share overlay icon is shown on the shared file/folder ✅ Linux
3 Win-VFS-OFF: Verify shared icon on user share 1. Disable the VFS
2. Share a folder/file with another user from Desktop client UI
Share overlay icon is shown on the shared file/folder ✅ Win
4 Win-VFS-OFF: Verify shared icon on public link share 1. Disable the VFS
2. Create a public link share from Desktop client UI
Share overlay icon is shown on the shared file/folder ✅ Win
5 Win-VFS-ON: Verify shared icon on user share 1. Enable the VFS
2. Share a folder/file with another user from Desktop client UI
No sharing indicator, only status is shown ✅ Win
6 Win-VFS-ON: Verify shared icon on public link share 1. Enable the VFS
2. Create a public link share from Desktop client UI
No sharing indicator, only sync status is shown ✅ Win
7 Unshare a file/folder 1. Create a file share to another user
2. Add an account to Desktop client
3. Check the share icon on the shared file
4. Unshare the file
No sharing indicator, only sync status is shown

@HanaGemela
Copy link
Contributor Author

HanaGemela commented Jan 18, 2023

10.2 Share via link @roshanlc @PrajwolAmatya

ID Test Case Steps to reproduce Expected Result Result Related Comment (Squish-test) Server
1 Create a public link share of a folder 1. Open the sharing dialog
2. Move to Public Links tab
3. Create the link share
Public link share is available ✔️ tst_sharing 🤖 oC10
2 Create a password protected public link share of a folder 1. From the Public link sharing dialog, check the Password protect
2. Set the password
3. Create the link share
You can set the password and the link share is available ✔️ tst_sharing 🤖 oC10
3 Create a public link share of a folder with expiration date 1. From the Public link sharing dialog, check the Set expiration date
2. Set the expiration date
3. Create the link share
You can set the expiration date and the link share is available ✔️ tst_sharing 🤖 oC10
4 Create a public link share of a file 1. Open the sharing dialog
2. Move to Public Links tab
3. Create the link share
Public link share is available ✔️ tst_sharing 🤖 oC10
5 Create a password protected public link share of a file 1. From the Public link sharing dialog, check the Password protect
2. Set the password
3. Create the link share
You can set the password and the link share is available ✔️ tst_sharing 🤖 oC10
6 Create a public link share of a file with expiration date 1. From the Public link sharing dialog, check the Set expiration date
2. Set the expiration date
3. Create the link share
You can set the expiration date and the link share is available ✔️ tst_sharing 🤖 oC10
7 Create a public link share with password and expiration date 1. Open the public link share dialog
2. Set password and expiration date
3. Create the link share
The file is shared with password and expiration date ✔️ tst_sharing 🤖 oC10
8 Public link a folder and download it using direct download option 1. Open Public link dialog
2. Create the link share
3. Open ... menu of the created link
4. Select copy public link to clipboard (direct download)
5. Paste link in the browser and download it
zip archive of the folder can be downloaded
9 Create a public link share of a file using right click menu 1. Right click a file
2. Open the ownCloud menu item
3. Click Create and copy public link to clipboard
4. Paste link in the browser and download it
The file can be downloaded
10 Create a public link of a file with password containing special characters 1. From the Public link sharing dialog, check the Password protect
2. Set the password (with special characters)
3. Create the link share
Public link is created with the password ✔️ tst_sharing 🤖 oC10
11 Modify the expiration date from the server 1. Open public link share dialog and create a share with an expiration date
2. From the server, change the expiration date of that link share
3. Check the new expiration date in the sharing dialog
You can see the new expiration date ✔️ tst_sharing 🤖 oC10
12 Create a public link share and delete it 1. Create the public link share and copy the link
2. Delete the link share
3. Paste link in the browser and check
The link reports File not found ✔️ tst_sharing 🤖 oC10
13 Create a public link share of a folder with Edit permission 1. Open the public link share dialog
2. Check Download/View/Edit role
3. Create the link share
4. Open the link share in the browser and perform upload, edit, delete actions
The folder can allow editing ✔️ tst_sharing 🤖 oC10
14 Create a public link share of a folder with Upload permission only 1. Open the public link share dialog
2. Check Upload only role
3. Create the link share
4. Open the link share in the browser and check that you can only upload
Only upload is possible ✔️ tst_sharing 🤖 oC10
15 Enforce password protection 1. In the server, enable Enforce password protection
2. From the Public link sharing dialog, try to create the link share
Password enforced error message is shown
16 Enforce password protection and try to disable the password 1. From the server, create a public link share with a password
2. Enable Enforce password protection in the server
2. From the Public link sharing dialog, try to uncheck the password
Password enforced error message is shown
17 Enforce expiration date 1. In the server, enable Set default expiration date -> Enforce expiration date
2. From the Public link sharing dialog, create the link share
The expiration date should be set by default
18 Create a public link with a password. In the server, modify Password Policies and edit password 1. In the server, enable Password Policy app and set minimum password to 4 characters
2. Open the public link share dialog and create the link share with password
3. In the server, change password policy to minimum 8 characters
4. From link sharing dialog, edit the password of that link share with short password (< 8 chars)
5. Edit password with 8 or more characters
- An error appears stating min password length 8 for the short password
- Longer than 8 chars password works
19 Try to re-share a file originally received from an LDAP user 1. LDAP user shares a file with admin (with allow share)
2. Add admin account to desktop client
3. Open the sharing dialog of the shared file
4. Re-share the with another user
5. LDAP user removes share permission from the share
6. From desktop client, try to re-share with another user
The file can be re-shared if "Allow Share" was set, otherwise it cannot be re-shared

@HanaGemela
Copy link
Contributor Author

HanaGemela commented Jan 18, 2023

10.3 Share with Users and Groups

ID Test Case Steps to reproduce Expected Result Result Related Comment (Squish-test) Server
1 Share a folder with a user 1. Open the sharing dialog
2. Search and share with user
Folder is shared with the user (check in the server) ✔️ tst_sharing 🤖 oC10
2 Share a file with a group 1. Open the sharing dialog
2. Search and share with group
The file appears in the server for sharee ✔️ tst_sharing 🤖 oC10
3 Share a folder/file with special characters 1. Open the sharing dialog for the file/folder having special characters (e.g. <>:?$%ñ&)
2. Search and share with user
The file/folder appears in the server for sharee ✔️ tst_sharing 🤖 oC10
4 Share a file with a user who already has another share 1. Open the sharing dialog
2. Search and share with user
Both files appear in the server for sharee ✔️ tst_sharing 🤖 oC10
5 Share a folder with a user who already has another file share and folder share 1. Open the sharing dialog
2. Search and share with user
New share and existing shares appear in the server for sharee ✔️ tst_sharing 🤖 oC10
6 Share a file with a user whose name contains special characters 1. Open the sharing dialog
2. Search the user with special characters and share
Shared file appears in the server for sharee ✔️ tst_sharing 🤖 oC10
7 Share a file containing special characters with a user 1. Open the sharing dialog for the file (containing special characters)
2. Search and share with user
Shared file appears in the server for sharee ✔️ tst_sharing 🤖 oC10
8 Share a file bigger than 1 GB with a user 1. Open the sharing dialog for the file ( > 1GB)
2. Search and share with user
Shared file appears in the server for sharee
9 Try to share with a user that has already received the share 1. From the server as user1, share a file with user2
2. Add user1 to the desktop client
3. Open the sharing dialog for that shared file
4. Try to share with user2
The user should not be shown ✔️ tst_sharing 🤖 oC10
10 Try to share with yourself 1. Open the sharing dialog
2. Search yourself in the search box
The user should not be shown ✔️ tst_sharing 🤖 oC10
11 Search with minimum characters required. For example: 'use' 1. Open the sharing dialog
2. Type minimum search characters (e.g. use) in the search box
All users that contains this pattern should be shown ✔️ tst_sharing 🤖 oC10
12 Share receivers are listed chronologically 1. From the server, share a file to multiple users
2. Add sharer account to the desktop client
3. Open the sharing dialog for that shared file
The users should be listed and ordered chronologically ✔️ tst_sharing 🤖 oC10
13 Matching users are listed alphabetically 1. In the server, create users: user01, user02, user03, ...
2. Open the sharing dialog
3. Type 'use' in the search box
- Exact match is listed first
- Other users are listed alphabetically
14 Search a remote user in the search box 1. Open the sharing dialog
2. Search the remote user
The remote user should be shown
15 (Federate share) Share a folder with a remote user 1. Open the sharing dialog for a folder
2. Search and share with remote user
The folder appears in the remote server
16 (Federate share) Share a file with a remote user 1. Open the sharing dialog for a file
2. Search and share with remote user
The file appears in the remote server
17 Share a file with a user from SFTP The file appears in the server 🚧
18 Share a folder with an LDAP user 1. Open the sharing dialog for a folder
2. Search and share with LDAP user
The folder appears in the server
19 Share a file with Reshare permission 1. Open the sharing dialog and share with user
2. Check that can share is checked
The file can be reshared with other user by sharee in the server ✔️ tst_sharing 🤖 oC10
20 Share a folder with Reshare permission 1. Open the sharing dialog and share with user
2. Check that can share is checked
The folder can be reshared with other user by sharee in the server ✔️ tst_sharing 🤖 oC10
21 Share a file with Edit permission 1. Open the sharing dialog and share with user
2. Check that can edit is checked
The file can be edited by sharee in the server ✔️ tst_sharing 🤖 oC10
22 Share a folder with Edit permission 1. Open the sharing dialog and share with user
2. Check that can edit is checked
The folder can be edited by sharee in the server ✔️ tst_sharing 🤖 oC10
23 Share a folder with Change permission 1. Open the sharing dialog and share with user
2. Check that change permission is checked (... menu)
The folder can be changed by sharee in the server ✔️ tst_sharing 🤖 oC10
24 Share a folder with Create permission and create a file in it 1. Open the sharing dialog and share with user
2. Check that create permission is checked (... menu)
Files can be created in the shared folder by sharee in the server ✔️ tst_sharing 🤖 oC10
25 Share a folder with Create permission and create a folder in it 1. Open the sharing dialog and share with user
2. Check that create permission is checked (... menu)
Folders can be created in the shared folder by sharee in the server ✔️ tst_sharing 🤖 oC10
26 Share a folder with Delete permission and delete a file from it 1. Open the sharing dialog and share with user
2. Check that delete permission is checked (... menu)
Files can be deleted from the shared folder by sharee in the server ✔️ tst_sharing 🤖 oC10
27 Share a file without Edit permission 1. Open the sharing dialog and share with user
2. Uncheck the can edit permission
The file cannot be edited by sharee in the server ✔️ tst_sharing 🤖 oC10
28 Share a folder without Edit permission 1. Open the sharing dialog and share with user
2. Uncheck the can edit permission
The file in the shared folder cannot be edited by sharee in the server ✔️ tst_sharing 🤖 oC10
29 Share a file without Share permission 1. Open the sharing dialog and share with user
2. Uncheck the can share permission
The file cannot be reshared by sharee in the server ✔️ tst_sharing 🤖 oC10
30 Share a folder without Share permission 1. Open the sharing dialog and share with user
2. Uncheck the can share permission
The folder cannot be reshared by sharee in the server ✔️ tst_sharing 🤖 oC10
31 Share a folder without Create permission and try to create a file in it 1. Open the sharing dialog and share with user
2. Uncheck the create permission (... menu)
File cannot be created inside the shared folder by sharee in the server ✔️ tst_sharing 🤖 oC10
32 Share a folder without Change permission and try to edit a file from it 1. Open the sharing dialog and share with user
2. Uncheck the change permission (... menu)
File contents cannot be changed from the shared folder by sharee in the server ✔️ tst_sharing 🤖 oC10
33 Share a folder without Delete permission and try to delete a file from it 1. Open the sharing dialog and share with user
2. Uncheck the delete permission (... menu)
Sharee cannot delete the file/folder from the shared folder in the server ✔️ tst_sharing 🤖 oC10
34 Disable Allow resharing and share a file with Share permission 1. In the server, disabled Allow resharing
2. Share a file to user with Share permission in the server
3. As share receiver, open the local sync folder
4. Try to reshare the received file using Right click menu
Resharing not allowed option is shown
35 Restrict users to only share with users in their groups 1. In the server, enable Restrict users to only share with their group members
2. Open the sharing dialog
3. Search the users to share
Only the users from the group are shown
36 Share with autocompletion disabled 1. In the server, disabled Allow user autocompletion
2. Open the sharing dialog and search the users
Full username needs to be entered in order to share
37 Try to share with Allow apps to use the Share API disabled 1. In the server, disable Allow apps to use the Share API
2. Open the local sync folder
3. Try to share a folder: Right click on folder -> ownCloud option
There is no "Share" option while navigating to ownCloud menu option
38 Sharing a folder with another user and then renaming it will not change the folder name for another user (sharee) 1. As user1, share a folder with user2 from the server
2. Add user2 to the desktop client
3. As user1, rename the shared folder to something else in the server
4. As user2, wait for sync from desktop client
The folder name for user1 is not changed. (The shared folder is actually a virtual mount point for all recipients, so renaming it doesn't affect all recipients. Only the contents of it will be visible for anyone) ✔️ tst_sharing 🤖 oC10
39 Unshare a folder or file 1. From the server, share a file
2. As sharer, open the sharing dialog for that shared file
3. Remove the user from sharee list
The file is remove from the server for sharee ✔️ tst_sharing 🤖 oC10
40 Unshare a folder while it's open in the file explorer 1. From the server, share a folder
2. As sharee, open that shared folder in the file explorer
3. As sharer, remove the share from the server
4. As sharee, add some files in the folder opened
5. Wait for sync
New folder with files appears in the server for sharee
41 Move one shared folder to another shared folder (with permissions) 1. From the server, share two folders (Folder1 and Folder2)
2. As sharee, open the local sync folder from the desktop client
3. Try to move Folder1 inside the Folder2
Sync activity shows MOVE error (403 Forbidden) in the desktop client ✅ oC10
ℹ️ oCIS
In oCIS, Folder1 can be moved to the Folder2 (It maybe by design. No shares are lost)
42 Share a file with many users 1. From the server, share a file with many users (40-80)
2. Open the sharing dialog for that file in the desktop client
List of users (share receivers) can be scrolled

@HanaGemela
Copy link
Contributor Author

HanaGemela commented Jan 18, 2023

11. Syncing @saw-jan

ID Test Case Steps to reproduce Expected Result Result Related Comment (Squish-test) Server
1 Check that you can choose the local download directory 1. Start the desktop client and fill in server, user and password
2. Check the option to choose local directory in the advanced configuration
Option to choose local sync folder in available
2.a Linux+Mac: Check that the Download everything is selected by default 1. Start the desktop client and fill in server, user and password
2. Check the advanced configuration
Download everything option is selected 🚧 macOS
✅ linux
2.b Win: Check that the Use virtual files is selected by default 1. Start the desktop client and fill in server, user and password
2. Check the advanced configuration
Use virtual files option is selected ✅ win
3 Check that all files and folders are synced when you choose to sync all 1. Start the desktop client and fill in server, user and password
2. Finish the account setup
Everything is synced ✔️ tst_syncing 🤖 oC10
🤖 oCIS
9 Create a folder in the root directory from the server 1. Add an account to desktop client
2. From the server, add a folder in the root
3. Wait for sync
The new folder is synced to the local sync folder ✔️ tst_syncing 🤖 oC10
🤖 oCIS

11.1 Skip sync folder configuration @saw-jan

ID Test Case Steps to reproduce Expected Result Result Related Comment (Squish-test) Server
1 Skip folder configuration 1. Start the desktop client and fill in server, user and password
2. From the advanced configuration, choose Configure synchronization manually
3. Connect the account
- No local sync folder is created
- The setting window is opened and the account is registered
2 Add local sync folder from the settings window 1. Add an account to desktop client with manual sync configuration
2. From the opened settings window, choose the local sync folder and remote folder, and add the connection
The folder start to sync and the folder is available

@HanaGemela
Copy link
Contributor Author

HanaGemela commented Jan 18, 2023

11.2 Selective sync @saw-jan

NOTE: In oCIS server, only spaces (Personal, Shares or project spaces) can be added as a whole so individual folders cannot be selected to be synced

ID Test Case Steps to reproduce Expected Result Result Related Comment (Squish-test) Server
1 Verify that you can select to sync only one folder 1. Add an account to desktop client with manual sync configuration
2. In the Add Folder... window, choose the local folder and remote folder and Next
3. Select only one folder and add the connection
Only one folder is synced ✔️ tst_syncing 🤖 oC10
2 Verify that the unselected folders are not synced 1. Add an account to desktop client with manual sync configuration
2. In the Add Folder... window, choose the local folder and remote folder and Next
3. Unselect various remote folders from Deselect remote folders... window and add the connection
Unselected folders are not synced ✔️ tst_syncing 🤖 oC10
3 Verify that the subfolders that you unselect are not synced 1. From the Deselect remote folders... window, select a folder that has many subfolders
2. Extend that folder and unselect some subfolders
3. Add the connection
The parent folder is synced but not the unselected subfolders
4 Folder without subfolder doesn't show the arrow 1. From the Deselect remote folders... window, observe the arrow of different folders with or without subfolders When you click/sort folders without subfolder the arrow disappear sometimes
5 Upload some files from the server in a folder which is selected to be synced 1. From the Deselect remote folders... window, select a folder to sync and add connection
2. From the server, upload some files on that folder
3. Wait for sync
The added files are synced down
6 Upload some files from the file explorer in the synced folder 1. From the Deselect remote folders... window, select a folder to sync and add connection
2. From the file explorer, upload some files on that folder
3. Wait for sync
The files are synced to the server
7 Upload some files from the server in a folder which is not synced 1. From the Deselect remote folders... window, unselect a folder and add connection
2. From the server, upload some files in that unselected folder
The folder and files are not available in the sync folder
8 Delete a synced folder from the file explorer 1. From the Deselect remote folders... window, select a folder to sync and add connection
2. From the local sync folder, delete that folder
3. Wait for sync
The folder is removed in the server
9 Delete a synced folder from the server 1. From the Deselect remote folders... window, select a folder to sync and add connection
2. From the server, delete that folder
3. Wait for sync
The folder is removed from the local sync folder
10 Verify that when yo unselect all the folders, the root files continue to sync 1. From the Deselect remote folders... window, unselect all the folders
2. Add the connection
Root files are synced
11 Verify that the folders to select are sorted by name/size 1. In the Add Folder... window, choose the local folder and remote folder and Next
2. Sort the folders by name and size
Sorting works ✔️ tst_syncing 🤖 oC10

@HanaGemela
Copy link
Contributor Author

HanaGemela commented Jan 18, 2023

11.3 "Add Folder Sync Connection" @saw-jan

ID Test Case Steps to reproduce Expected Result Result Related Comment (Squish-test) Server
1 Skip folder configuration from the setup window and select the local and remote folder from the setting window 1. Start the desktop client and fill in server, user and password
2. Choose Configure synchronization manually from the advanced configuration
3. Finish the setup
4. Click on Add Folder Sync Connection
5. Select the local folder (choose an existing one)
6. Select the remote folder and Next
7. Select the sub-folders of the remote folder and click on Add Sync Connection
The local folder selected is synced with the remote one
2 Select a remote folder with special characters 1. Add an account to desktop client with manual sync configuration
2. Click on Add Folder Sync Connection
3. Select the local folder (create a new folder with special characters)
4. Select the remote folder with special characters and Next
5. Select the sub-folders of the remote folder and click on Add Sync Connection
The local folder selected is synced with the remote one

@HanaGemela
Copy link
Contributor Author

HanaGemela commented Jan 18, 2023

12. Overlay icons @saw-jan

ID Test Case Steps to reproduce Expected Result Result Related Comment (Squish-test) Server
1 If the system is offline, there are no overlay icons present 1. Disconnect the Internet
2. Launch the Desktop client
3. Check the overlay icons in the local sync folder
The overlay icons are not shown
2 When you pause the sync, the overlay icons are still shown 1. Launch the Desktop client
2. Check the overlay icons
3. Pause the sync
4. Check the overlay icons
The overlay icons disappear
3 Green check (All files within a folder all the way down the tree are synced with the server) 1. Open the local sync folder
2. Add a folder having multiple nested files and folders
3. Check the overlay icons
The green check is shown in all the folders/files
4 Blue spinning icon (Some or all files/folders in the directory are waiting to sync or are actively in sync) 1. Open the local sync folder
2. Add some files and folders
3. Check the overlay icons
The files/folder that are waiting to sync have the blue icons
5 Yellow warning triangle (There is an error in sync somewhere in the directory such as a path longer than 255 characters, a bad character in a name or a file firewall problem) 1. Open the local sync folder
3. Add a problematic file
3. Check the overlay icons
The files that are not synced due to a problem have the yellow warning triangle icons tested by creating file conflict
6 Red error Icon (There is a fatal problem in the sync process that can't be resolved) 1. Open the local sync folder
3. Create a sync error
3. Check the overlay icons
The files/folders that are not synced due to a fatal problem have the red error icons tested by trying to create folder/file inside a read-only share folder

@saw-jan
Copy link
Member

saw-jan commented Jan 20, 2023

Issues/Differences in behavior with oCIS:
Server: oCIS-2.0.0
Client: 3.1.0-rc2
Platform: Win11

Report 1

Feature: 3. Files
test case no.: 15
Expected: Error message about the quota running out

Report:
Trying to upload a file exceeding quota throws Connection closed error and the file is blacklisted

SS:
Screenshot from 2023-01-20 16-32-54

Server log:

ERR failed to initiate upload error="error: insufficient storage: quota exceeded" pkg=rgrpc service=storage-users status={"code":19,"message":"insufficient storage","trace":"00000000000000000000000000000000"} traceid=00000000000000000000000000000000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants