Skip to content

Latest commit

 

History

History
75 lines (55 loc) · 6.71 KB

TESTING.md

File metadata and controls

75 lines (55 loc) · 6.71 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.

Directory File Screenshot Notes
404.html Successful Validation of 404
confirmation.html Successful Validation of confirmation
contact.html Successful Validation of contact
history.html Successful Validation of history
index.html Successful Validation of index

CSS

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

Directory File Screenshot Notes
assets style.css error screenshot

Browser Compatibility

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

Browser Home History Contact 404 Confirmation Notes
Chrome Chrome home page Chrome history Chrome contact Chrome 404 page Chrome Confirmation page Works as expected
Firefox Firefox home page Firefox history Firefox contact Firefox 404 page Firefox Confirmation page Works as expected
Edge Edge home page Edge history Edge contact Edge 404 page Edge Confirmation page Works as expected

Responsiveness

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

Device Home History Contact Notes
Mobile (DevTools) screenshot screenshot screenshot Works as expected
Tablet (DevTools) screenshot screenshot screenshot Works as expected
Desktop (DevTools) screenshot screenshot screenshot Works as expected
XL Monitor (DevTools) screenshot screenshot screenshot Works as expected
4K Monitor (DevTools) screenshot screenshot screenshot Works as expected, contact form starting to shrink
Mobile Medium (DevTools) screenshot screenshot screenshot Works as expected
Mobile large (DevTools) screenshot screenshot screenshot Works as expected

Lighthouse Audit

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

Page Mobile Desktop Notes
Home screenshot screenshot Slow response time due to large images
History screenshot screenshot Some minor warnings
404 screenshot screenshot Some minor warnings
Confirmation screenshot screenshot Good Response time
Contact screenshot screenshot Good Response time

User Story Testing

User Story Screenshot
As a new site user, I would like to enjoy my hobby, so that I can have a great day. screenshot
As a new site user, I would like to to learn, so that I can feel more confident. screenshot
As a new site user, I would like to find reputable content on Jui-Jitsu, so that I can have confidence in what I'm learning. screenshot
As a new site user, I would like to to learn more, so that I can start today. screenshot
As a returning site user, I would like to help contribute to the community, so that I feel more conenected. screenshot
As a returning site user, I would like to finding new features and content, so that I can be more engaged. screenshot

Bugs

There are no remaining bugs that I am aware of.