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

Tracking Testing results for Guests 0.9.0 RC1 #400

Closed
davitol opened this issue Mar 16, 2020 · 2 comments
Closed

Tracking Testing results for Guests 0.9.0 RC1 #400

davitol opened this issue Mar 16, 2020 · 2 comments
Assignees
Milestone

Comments

@davitol
Copy link
Contributor

davitol commented Mar 16, 2020

Tested in ownCloud 10.4 and using the tarball provided here: https://github.com/owncloud/guests/releases/tag/v0.8.3RC1

'Guest App' Test Plan

  • Run Testplan with encryption enabled

Testing functionality

Test Case Expected Result Result Related Comment
CLI commands
Enable Guest app via CLI using occ app:enable guests The apps is enabled
Disable Guest app via CLI using occ app:disable guests The apps is disabled
Add Guest User in sharetabview
Create a guest user via email
Try to create a guest user via email sharing from another guest user Guest user is not created
Create a guest user via email sharing from an LDAP user
Create a guest user via email sharing from an Shibboleth user 🚧
Try to create a guest user via email when a server email is not set or it is invalid Guest user option does not appear
Try to create a guest user via email with an invalid email format Guest user option does not appear
Try to create a guest user via email with an already used email Guest user should appear as User. Cannot create another guest user
Try to create a guest user via email already registered by email Guest user should appear as User. Cannot create another guest user
Create a guest user via email using a password that fits password policy Check that the user receives the email and can register into oC
Create a guest user via email using a password that doesn't fit password policy Check that the user receives the email and cannot register into oC. A warning related to password policy should be shown
Users Menu
Delete a guest user in user's menu The user is deleted and no longer available in oC. Check that user disappears from sharetabviews
Try to create a guest user in users menu adding it to the guest_group The user should not be created. A warning should be shown No warning shown. Cosmetic bug. User is created and seems to be added to guest group. Refreshing the browser solves the issue
Change the guest user's password in users menu The new password is set for the guest user
Guest User account
Log in the guest user account Check that the shared file/folder appears with the right permissions
Settings page
Change Guest Group name The group name for guest is changed. Check this change in Users Page and the shares are kept
Set Guest Group name as empty A warning error should be shown and the previous name should be kept
Limit guest access to an app whitelist checked, modify the list and save Check that only apps listed are available for guests users
WebUI and browsers
Check that guests menu in sharing section works fine using FireFox as browser
Check that guests menu in sharing section works fine using Chrome as browser
Check that guests menu in sharing section works fine using IE11 as browser Not tested
Check that guests menu in sharing section works fine using Edge as browser Not tested
Check that guests menu in sharing section works fine using Safari as browser

Note Translations works fine in German Formlich and Arabic ✅

@davitol davitol added the QA label Mar 16, 2020
@davitol davitol added this to the QA milestone Mar 16, 2020
@davitol davitol self-assigned this Mar 16, 2020
@davitol
Copy link
Contributor Author

davitol commented Mar 16, 2020

Changelog

Fixed

  • Use rawurldecode for allowing "+" in guests emails - #384
  • Use model addShare instead of share api while wrapping ShareDialogView - #369

Changed

  • Bump libraries

@phil-davis
Copy link
Contributor

phil-davis commented Mar 17, 2020

@davitol to use a + in a guest username/email-address definitely requires core 10.4.0.

But if somebody wants the change in #369 then probably guests 0.8.3 will work fine with core 10.3.2 as long as users do not try to invite guests like [email protected] - so we could do manual testing of that combination to see if the handlebars bump breaks anything - if we want to try to make a release that allows installing with core 10.3.2.

The change in #369 is not critical (it has been in master since Oct 2019 already). So maybe users will be OK with requiring core 10.4.0 ? @HanaGemela @micbar opinion?

@davitol davitol mentioned this issue Mar 17, 2020
31 tasks
@davitol davitol changed the title Tracking Testing results for Guests 0.8.3 RC1 Tracking Testing results for Guests 0.9.0 RC1 Mar 18, 2020
@davitol davitol closed this as completed Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants