Skip to content

Latest commit

 

History

History
95 lines (65 loc) · 6.69 KB

TESTING.md

File metadata and controls

95 lines (65 loc) · 6.69 KB

TESTING

Return back to the README.md file.

Code Validation

HTML

I have used the recommended HTML W3C Validator to validate all of my HTML files.

Page W3C URL Screenshot Notes
Home W3C screenshot Pass: No error found
Rules W3C screenshot Pass: No error found
Game W3C screenshot Pass: No error found
Facts W3C screenshot Pass; No error found
Contact W3C screenshot Pass; No error found

CSS

I have used the recommended CSS Jigsaw Validator to validate all of my CSS files.

File Jigsaw URL Screenshot Notes
style.css Jigsaw screenshot Pass: No error found; Minor warning: 46 main Same color for background-color and color

JavaScript

I have used the recommended JShint Validator to validate all of my JS files.

Directory File Screenshot Notes
assets contactForm.js screenshot
assets script.js screenshot

Browser Compatibility

I have tested my deployed project on multiple browsers to check for compatibility issues.

Browser Home Explore Travel Contact Confirmation Notes
Chrome screenshot screenshot screenshot screenshot screenshot Works as expected
Mozilla screenshot screenshot screenshot screenshot screenshot Works as expected
Safari screenshot screenshot screenshot screenshot screenshot Works as expected

Responsiveness

I have tested my deployed project on multiple devices to check for responsiveness issues.

Device Home Rules Game Facts Contact Notes
iPhone 14 Pro Max screenshot screenshot screenshot screenshot screenshot Works as expected
Samsung Galaxy Tab S4 screenshot screenshot screenshot screenshot screenshot Works as expected
iPad Air screenshot screenshot screenshot screenshot screenshot Works as expected
Google Pixel 7 screenshot screenshot screenshot screenshot screenshot Works as expected

Lighthouse Audit

I have tested my deployed project using the Lighthouse Audit tool to check for any major issues.

Page Mobile Desktop Notes
Home screenshot screenshot Some minor performance warnings
Rules screenshot screenshot Some minor warnings
Game screenshot screenshot Some minor performance warnings and major performance warnings
Facts screenshot screenshot Some minor warnings and major performance warnings
Contact screenshot screenshot Some minor warnings

User Story Testing

User Story Screenshot
As a new user, I want to understand how to play the game, so that I can start learning ISL fingerspelling. screenshot
- As a new user, I want to be able to see the immediate result after selecting the answer. screenshot
As a new user, I want to be able to replay the game, so that I can practice and improve my skills. screenshot
As a returning user, I want to find resources to learn ISL further. screenshot
- As a returning user, I want to see new and varied questions each time, so that my learning continues to be challenged. screenshot screenshot
As a returning user, I want to be able to share my scores, so that I can challenge my friends to beat my score. screenshot

Bugs

  • Bug #1

screenshot

  • Bug #2

screenshot

  • Bug #3 screenshot

Unfixed Bugs

There are no remaining bugs that I am aware of.