Buggy Cars Rating Testing

 

Buggy Cars Rating Website

1. Name Field Validation Issue

The First Name and Last Name fields accept numbers and special characters during registration. A name should contain only alphabetic characters, but the application allows values like Shravan123 or @@@###.

2. No Maximum Length Validation (No Boundary in input)

The registration form allows users to enter very long names without any limit. A maximum character limit should be applied to avoid unnecessary data and UI issues.

3. Password Validation is Not User-Friendly

While creating an account, the password validation is shown one error at a time. For example, after fixing one error, another error appears only after clicking the Register button again. It would be better to display all password requirements together as a checklist while typing.

4. Technical Error Messages are Displayed

The application shows technical messages like InvalidPasswordException and InvalidParameter to the user. Instead of showing backend exception names, it should display simple and user-friendly error messages.

5. Comments Section Loads All Comments at Once

The comments page displays all comments on a single page. If the number of comments increases, the page may become slow. Using pagination or lazy loading would improve performance.

6. Horizontal Scrolling in Comments Section

Long comments create a horizontal scrollbar, making the page difficult to read. The text should wrap automatically within the available space.

7. No Sorting Option for Comments

The comments section does not provide any option to sort comments by newest or oldest. Adding a sorting feature would improve the user experience.

8. No Password Strength Indicator

While entering a password, the application does not indicate whether the password is weak or strong. A password strength indicator would help users create more secure passwords.

9. No Loading Indicator After Registration

After clicking the Register button, there is no loading spinner or progress message. Users may think the application is not responding and click the button multiple times.

Comments

Popular posts from this blog

OrangeHRM Website Testing

Test cases on Youtube ( View and uplaod video)