BUGS REPORT -SITE BUGGY CARS By Esteban Balvin Bug #1 Summary of Bug: Incorrect validation message of the last name in the registration page Functional area: Registration page Severity: Low Steps to Reproduce: 1. 2. 3. 4. Open the site https://buggy.justtestit.org/ On the top right corner, click on the button “Register” Fill out login and First name, leave last name empty Check the validation message displayed Expected Results: The validation message should say “Last name is required” Actual Result: Registration page shows “Firstname required” incorrectly Bug #2 Summary of Bug: Incorrect validation message on the password validation Functional area: Registration page Severity: Low Steps to Reproduce: 1. 2. 3. 4. 5. 6. Open the site https://buggy.justtestit.org/ On the top right corner, click on the button “Register” Fill out all fields Set a password with less than 6 characters Click on the button “Register” Check the validation message Expected Results: The validation message should display a meaningful message so the customer knows clearly what’s wrong. For example “Please enter a password with minimum 6 characters” Actual Result: The message could cause confusion to the customer, it says “Invalid parameter and doesn’t clearly say the field where the error is” SignUpInput.password is a technical name and customers might not understand. Bug #3 Summary of Bug: Home page – navigation link is broken Functional area: Home page – navigation link is broken Severity: Low Steps to Reproduce: 1. 2. 3. 4. Open the site https://buggy.justtestit.org/ Click on the option “Popular make” On the top left corner, click on the text navigation link “Buggy rating” The page should take you to the home page Expected Results: The navigation link at the top should take the customer to the home page all the time, same as it does when you are in the Model or Overal Rating pages. Actual Result: Once the navigation link is clicked in the Make page , the page doesn’t do anything.. Bug #4 Summary of Bug: One car’s image is broken at the Overall page Functional area: Overall page Severity: Low Steps to Reproduce: 1. 2. 3. 4. 5. Open the site https://buggy.justtestit.org/ Click on the option “Overall Rating” Navigate through all the pages until you see the page 4 Identify the car’s make “Lancia” See the image displayed Expected Results: All the car’s images should be displayed in the list of models Actual Result: Image of the car ‘Lancia Ypsilon’ is broken Bug #5 Summary of Bug: Sorting by Rank is broken at the Overall page Functional area: Overall page Severity: Low Steps to Reproduce: 1. 2. 3. 4. Open the site https://buggy.justtestit.org/ Click on the option “Overall Rating” Once you are at the page, click in the filters at the top of the table Try to order by “Rank”: Expected Results: The order functionality per column should work, desc and asc Actual Result: Ordering by Rank works incorrectly. Bug #6 Summary of Bug: Sorting by “Votes” is broken at the Overall page Functional area: Overall page Severity: Low Steps to Reproduce: 1. 2. 3. 4. Open the site https://buggy.justtestit.org/ Click on the option “Overall Rating” Once you are at the page, click in the filters at the top of the table Try to order by “Votes”: Expected Results: The order functionality per column should work, desc and asc Actual Result: Ordering by Votes works incorrectly. Bug #7 Summary of Bug: User can navigate to non-existing pages beyond the page limit Functional area: Overall page Severity: Low Steps to Reproduce: 1. 2. 3. 4. 5. Open the site https://buggy.justtestit.org/ Click on the option “Overall Rating” Click at the page navigater at the right bottom of the page Navigate to the last page 5 Keep pressing the forward page Expected Results: : After the last page, the forward button should be disabled so customer cannot continue Actual Result: The user can to pages that don’t exist like 6,7,8….. Bug #8 Summary of Bug: Page is not responsive on very mobile due to long comments (IphoneX / Galaxy ) Functional area: Model page Severity: Medium Steps to Reproduce: 1. 2. 3. 4. Open the site https://buggy.justtestit.org/ on a mobile (Iphone X/ Galaxy ) Click on the option “Model Rating” Scroll down in order to read the comments Comment with so many words are not collapsed or formatted using multiline Expected Results: : The page should format the texts so the user don’t need to scroll vertically via Browser or Mobile Actual Result: Comments in the table are not formatted correctly so the user needs to scroll vertically which lead to a poor usability experience. Bug #9 Summary of Bug: Some Authors at the Model page are not displayed Functional area: Model page Severity: Medium Steps to Reproduce: 1. Open the site https://buggy.justtestit.org/ on a mobile (Iphone X/ Galaxy ) 2. Click on the option “Model Rating” 3. Scroll down in order to read the authors Expected Results: Since there is a login authentication the app already knows the user voting so the name should be always displayed for all the comments and votes Actual Result: Some cars do not show the author of the comment posted. Bug #10 Summary of Bug: Profile page allows to update first name and last name with wrong values (spaces) Functional area: Profile Page Severity: Medium Steps to Reproduce: 1. 2. 3. 4. Open the site https://buggy.justtestit.org/ on a mobile (Iphone X/ Galaxy ) Click Profile Try to update the first name and last name by setting “ “ (spaces) Click on button save Expected Results: The site should validate null or spaces are not entered in the required fields Actual Result: The site allows inputting spaces in the required fields such as First name and Last name. Bug #11 Summary of Bug: Non controlled exception at the validation of Genders Functional area: Profile Page Severity: Medium Steps to Reproduce: 1. 2. 3. 4. Open the site https://buggy.justtestit.org/ on a mobile (Iphone X/ Galaxy ) Click Profile In the Gender field, type “Malest xc x” or any other value not listed in the dropdown Click on save Expected Results: The site should only allow the selection of listed values in gender (male, female) Actual Result: The site allows to type any other value and then once you click save, an “unknown error” is displayed Bug #12 Summary of Bug: Wrong validation message when registering new users Functional area: Registration page Severity: Medium Steps to Reproduce: 1. 2. 3. 4. Open the site https://buggy.justtestit.org/ on a mobile (Iphone X/ Galaxy ) Click on Register Fill out the form with the data of an existing user Click on register Expected Results: The site should validate the login has been created before and should show a clear and meaningful message to the user “Login already exist..” Actual Result: The site shows an error with a technical message that the user won’t understand