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

[QA] Testplan 2.6.1 #964

Closed
AlexAndBear opened this issue Jun 21, 2021 · 1 comment
Closed

[QA] Testplan 2.6.1 #964

AlexAndBear opened this issue Jun 21, 2021 · 1 comment
Assignees

Comments

@AlexAndBear
Copy link

AlexAndBear commented Jun 21, 2021

'Activity' Test Plan

  • Run Testplan with all checked notifications in Activity settings menu and a mail set in our oC server.

To trigger email sending for testing:

SQL: update oc_activity_mq set amq_timestamp=0,amq_latest_send=0;
SQL: update oc_jobs set last_run=0,last_checked=0,reserved_at=0;
CLI: php cron.php

This will send out the activity email currently in the queue.

Testing functionality

Test Case Expected Result Result Related Comment
CLI commands
Enable Activity app via CLI using occ app:enable activity The apps gets enabled
Disable Activity app via CLI using occ app:disable activity The apps gets disabled
All activities section
Check that all activities done in this Testplan are shown in this section
Activities by you section
Check that all activities done with my user in this Testplan are shown in this section
Activities by others section
Check that all activities done dealing with my user by other users in this Testplan are shown in this section
An LDAP user shares a file with my user Check that LDAP username is shown properly in this section
An LDAP user edits a file shared with my user Check that LDAP username is shown properly in this section
Favorites section
Make favorite a file Check that the notification is shown in activity section and in the sidebar 🔴 #593
Make favorite a folder Check that the notification is shown in activity section and in the sidebar 🔴 #593
Comments
Make a comment in a file Check that the notification is shown in activity section and in the sidebar
Make a comment in a folder Check that the notification is shown in activity section and in the sidebar
Shares section
Share a file/folder Check that the notification is shown in activity section and in the sidebar
Share a file/folder with a user of other oC server Check that the notification is shown in activity section and in the sidebar 🔴 #623
Share a file/folder via link Check that the notification is shown in activity section and in the sidebar
Receive a share for another user Check that the notification is shown in activity section and in the sidebar
Receive a share for another user of other oC server Check that the notification is shown in activity section and in the sidebar 🔴 #970
Receive a file/folder via link adding to your owncloud Check that the notification is shown in activity section and in the sidebar 🔴 #800
Settings section stream
Uncheck a new file or folder has been created stream notification and create a folder Notification is not shown
Uncheck a file or folder has been changed stream notification and change a file Notification is not shown
Uncheck limit notifications about creation and changes to your favorite files stream notification and change favorite file and a regular file Notification is not shown
Uncheck a file or folder has been deleted stream notification and delete a file Notification is not shown
Uncheck a file or folder has been restored stream notification and restore a file Notification is not shown
Uncheck a file or folder has been shared stream notification and share a file Notification is not shown
Uncheck a file or folder was shared from another server stream notification and accept a share Notification is not shown
Uncheck a public shared file or folder was downloaded stream notification and download a file Notification is not shown
Try to uncheck comments for files (always listed in stream) stream notification and make a comment It should not be possible
Uncheck System tags for a file have been modified stream notification and tag a file Notification is not shown
Uncheck list your own file actions in the stream Notifications are not shown
Settings section mail https://github.com/owncloud/activity/wiki/Manual-testing
Uncheck a new file or folder has been created mail notification and create a file
Uncheck a file or folder has been changed mail notification and change a folder
Check limit notifications about creation and changes to your favorite files mail notification and change favorite file and a regular file Only notifications about favorite files are sent
Uncheck a file or folder has been deleted mail notification and delete a folder
Uncheck a file or folder has been restored mail notification and restore a file The notification is not sent to the mail
Uncheck a file or folder has been shared mail notification and share a file The notification is not sent to the mail
Uncheck a file or folder was shared from another server mail notification and accept a share The notification is not sent to the mail
Uncheck a public shared file or folder was downloaded mail notification and download a file The notification is not sent to the mail
Try to uncheck comments for files mail notification and make a comment The notification is not sent to the mail
Uncheck System tags for a file have been modified mail notification and tag a file The notification is not sent to the mail
Uncheck notify about your own actions via email Notifications are not sent to the mail
webUI with several browsers
Check that notifications are shown properly using Safari as browser
Check that notifications are shown properly using Chrome as browser
Check that notifications are shown properly using Firefox as browser
Check that notifications are shown properly using IE 11 as browser #971
Check that notifications are shown properly using Edge as browser
Automated processes
A share that you created expires The activity is listed in "all activities", but not in "activities by you". The text implies a automated rule.
A public link share that you created expires The activity is listed in "all activities", but not in "activities by you". The text implies a automated rule. #965
Create a workflow rule to automatically assign tags to new files and create a new file The activity is listed in "all activities", but not in "activities by you". The text implies a automated rule.
Create a workflow rule to automatically delete a file and trigger this rule The activity is listed in "all activities", but not in "activities by you". The text implies a automated rule.

Annotations

@AlexAndBear
Copy link
Author

AlexAndBear commented Jun 21, 2021

#965 (Fixed via #967)

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

3 participants