Please enable JavaScript to use CodeHS

Tennessee Web Design Foundations: 11.1

CodeHS Lessons

Troubleshooting and Problem Solving: Troubleshooting and formal testing is a systematic quality assurance process and should be routinely completed throughout the life cycle of a website. There are various multistep testing procedures for a website. The following recommendations provide a general approach to testing: a. review the content for accuracy, spelling, and grammar; b. review site for broken links; c. test the functionality of the website as defined by the project specifications; d. validate the HTML and CSS coding; e. check the accessibility using automated tools; f. test site on various browsers that the target audience uses; g. analyze the connection speed and size of web pages; h. conduct usability testing with the target audience; i. work with the server administrator to conduct load testing; and j. conduct authentication testing and review file authorizations. As a class, develop a quality assurance plan that incorporates the above testing procedures, as well as outlines how the testing will be managed, how the issues will be prioritized, and how problems will be solved.

Standard
4.2 Troubleshooting