Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free triallordsam
3,840 PointsTesting a Website
This is directed towards the treehouse teachers and other professional web devs. I work as a web developer and I've encountered problems with regards to testing. There seem to be small problems with the site all the time and sometimes clients catch it before I do.
How do you stay on top of the website? Is there tools you use to test the site or do you have a cheat sheet that dictates the process?
Also, if you have methods you use to stay organized please feel free to tell me about it.
1 Answer
Greg Kitchin
31,522 PointsThorough testing is essential. And by that, I mean check it on different platforms (different browsers, devices etc). Obviously the more complicated the site, the more time this will take. I should add I'm not a professional, but had built a site for uni (not a good one, but I did have to test it).
It's also good practice to have your code verified, to make sure it's up to standard. Try your code with the likes of https://validator.w3.org/