You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the boundary testing of the name creation functionality, it was observed that the system allows the creation of names exceeding the defined limit. Specifically, a name with a total of 143 characters was successfully created, which violates the expected behavior of limiting names to a maximum of 15 characters.
Steps to Reproduce:
Login
Click on link “Course Home”
then, click “Create Course”
Enter/create a valid institution name such as “University of Michigan”
Fill in the rest of the form
Enter a name longer than 15 characters. For example: universityofmichiganuniversityofmichiganuniversityofmichiganuniversityofmichiganuniversityofmichiganunivers
Submit the form
Expected Result:
The system should prevent users from creating names longer than 15 characters and display an appropriate error message indicating that the input exceeds the character limit.
Actual Result:
The system accepted and created a name with 143 characters without any validation errors.
Severity:
High - This issue can lead to data integrity problems and may affect other functionalities relying on name length constraints.
Priority:
Immediate - This bug needs to be addressed as it directly impacts user experience and system reliability.
Environment:
Device: [e.g., Desktop, Mobile]
Browser: [e.g., Chrome Version 130, Firefox Version 132]
OS: [e.g., Windows 11, macOS 13]
Attachments:
Screenshot of the successful name creation
The text was updated successfully, but these errors were encountered:
During the boundary testing of the name creation functionality, it was observed that the system allows the creation of names exceeding the defined limit. Specifically, a name with a total of 143 characters was successfully created, which violates the expected behavior of limiting names to a maximum of 15 characters.
Steps to Reproduce:
Expected Result:
The system should prevent users from creating names longer than 15 characters and display an appropriate error message indicating that the input exceeds the character limit.
Actual Result:
The system accepted and created a name with 143 characters without any validation errors.
Severity:
High - This issue can lead to data integrity problems and may affect other functionalities relying on name length constraints.
Priority:
Immediate - This bug needs to be addressed as it directly impacts user experience and system reliability.
Environment:
Device: [e.g., Desktop, Mobile]
Browser: [e.g., Chrome Version 130, Firefox Version 132]
OS: [e.g., Windows 11, macOS 13]
Attachments:
Screenshot of the successful name creation
The text was updated successfully, but these errors were encountered: