Bugs found in Gather Meetings for iOS
Gather Meetings is a mobile app designed to facilitate remote team collaboration and socialization. It aims to recreate the experience of an in-person office environment by providing a persistent virtual space where team members can interact naturally.
The app offers features like easy meeting access, seamless meeting scheduling, integration with popular calendars, and the ability to view and share meeting details. Users can also easily see who is online and engage in spontaneous interactions.
QAwerk recently thoroughly examined Gather Meetings and identified some areas for improvement. We hope this report will be valuable to the Gather Meetings team in enhancing the app’s performance and user experience.
“Something went wrong” error occurs after user attempts to join meeting via link
Major
- A meeting was created by User1.
- The meeting link was shared with User2.
- User2 opens the app.
- User2 clicks “Join Meeting”.
- User2 pastes the link into the “Paste a meeting link” field.
- User2 clicks the “Join” button.
Device: iPhone 13 Pro
iOS 18.1.1
A “Something Went Wrong” error message is displayed.
User2 should be able to successfully join the meeting.
Username dropdown name doesn't update after renaming
Minor
The user is logged in.
- Click the 3-dot button at the bottom.
- Click the edit icon next to ‘Username’.
- Change the name to ‘qqq’.
- Click the ‘Save’ button.
- Check the username in the top dropdown.
Device: iPhone 13 Pro
iOS 18.1.1
The name did not change in the dropdown.
The name in the dropdown should update to ‘qqq’ after the renaming process.
User can update their name to blank using only spacebar
Minor
- The user is logged in.
- The user is on the homepage.
- Click on the ‘More’ button.
- Click on the 3-dot button located at the bottom.
- Click on the edit icon next to ‘Username’.
- Change the name to multiple spaces by hitting the spacebar.
- Click on the ‘Save’ button.
Device: iPhone 13 Pro
iOS 18.1.1
The user’s name was successfully updated to a blank name.
Validation prompt for invalid name entry should have appeared.
I encountered several issues during testing, including unexpected error messages and unexpected app behavior. To prevent these, I recommend implementing robust regression testing after each major release to ensure that previous functionalities remain unaffected by new code changes.