Bug #602
Updated by Nikola Stojkoski over 2 years ago
* *Environment:*
OS - Windows 10
Microsoft Edge -Version 114.0.1823.43 (Official build) (64-bit)
https://qainterrapt.brainster.xyz/dashboard
* *Precondition:*
User must have a valid Account.
* *Description:*
During testing of the image upload feature, it was observed that the application allows users to upload images *larger than the specified size limit of 5MB* . This behavior contradicts the requirement, which states that users should not be able to insert an image exceeding 5MB in size. *The following negative test case was executed:*
* *Steps to Reproduce:*
1. Log in to the web page with valid credentials.
2. Navigate to Webinars.
3. Click on create webinar field.
4. Fill all other fields correctly.
*5. Select an image file larger than 5MB.*
6. Click on the create button.
7. Observe the system's response.
* *Actual Result:*
The system accepted and processed the image file larger than 5MB *(10MB)* without displaying any error message or validation.
* *Expected Result:*
The system should display an error message indicating that the image size exceeds the maximum allowed limit of 5MB, and prevent the user to create the webinar.
* *Notes:*
This issue poses a risk as it can lead to excessive storage consumption, performance degradation, and potential system instability. Allowing users to upload images larger than the specified limit can also negatively impact the user experience, as it may result in longer upload times and potential data transfer issues.