Project

General

Profile

Bug #602

Updated by Nikola Stojkoski over 2 years ago

* *Environment:* 
 OS - Windows 10 
 Browser: Microsoft Edge -Version 114.0.1823.43 (Official build) (64-bit) 
 https://qainterrapt.brainster.xyz https://qainterrapt.brainster.xyz/dashboard 
 * *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.  
 * *Steps to Reproduce:* 
 1. Enter the Username and password. 
 2. Navigate to "Webinars". 
 2. 3. Click on ""Create"" button. 
 3. 4. Fill all the fields, ( *With valid information* ). 
 *4. *5. Select an image Larger than 5 MB.* 
 5. 6. Click the "Create" button. 
 6. 7. Observe the system's response. 
 * *Actual Result:* 
 The system accepted and processed the image file larger than 5MB 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 size limit of 5MB, and prevent the user to create the webinar. 

Back