Skip to content

Latest commit

 

History

History
106 lines (62 loc) · 3.3 KB

TESTING.md

File metadata and controls

106 lines (62 loc) · 3.3 KB

Testing

User Story Testing

  • I would like to test my knowledge by taking an interesting online quiz rule.

The Liverpool FC quiz is available on the website. After submitting an answer, the player can choose to try again and improve their knowledge.

  • I would like to understand more about quiz rule.

The quiz rules were kept simple for everyone to understand and are displayed every time the quiz starts. All rules must be correct.

  • As a user, I would like a simple and easy way to understand quiz.

The quiz rules were written in simple language for easy comprehension by all.

  • As a user, I want the quiz and website to be more user-friendly.

The quiz app was designed with a website. Each page has a minimal number of buttons, and the color features good contrast.

Browser:

  • The website is compatible with the following browsers:
Browser Screenshot Notes
Firefox Screenshot The performance meets the expected standard.
Browser Screenshot Notes
Chrome Screenshot The performance meets the expected standard.
Browser Screenshot Notes
Safari Screenshot The performance meets the expected standard.

Responsiveness

  • The website is fully responsive and adjusts perfectly on various screen sizes.
Size Screenshot Notes
Desktop 1024x600 Screenshot The performance meets the expected standard.
Size Screenshot Notes
Mobile 375x667 Screenshot The performance meets the expected standard.
Size Screenshot Notes
Ipad 786x1024 Screenshot The performance meets the expected standard.

HTML validator:

  • The HTML code was passed without any errors being returned. W3C Validator
File Screenshot Notes
index.html Screenshot Pass: No Errors
File Screenshot Notes
quiz.html Screenshot Pass: No Errors

CSS validator:

  • The CSS code was passed without any errors being returned. W3C CSS
File Screenshot Notes
style.css Screenshot Pass: No Errors

JShint:

  • The code passed the JSHint test successfully. JSHint
File Screenshot Notes
Jshint Screenshot Pass: No Errors

Lighthouse Testing:

  • The lighthouse report showed good results.
Page Size Screenshot
Home Mobile screenshot
Home Desktop screenshot

Feature Testing

  • The attempt to click the all button in the quiz was successful.

Bugs and Fix:

  • JS To resolve warnings, add /*jshint esversion: 6 */ at the top of each JS file.

Unfixed bugs:

  • No unfixed bugs.