WDD 231: Web Frontend Development I

W01 Learning Activity: Testing and Evaluation

Overview

In this course, you are expected to continuously test your development work against established standards in the industry and specifically for this class in the areas of design, structure, usability, and accessibility. This module provides some tools that can be used to test your development work.

Tools Used in this Course

Page Audits

Many assignments have an audit report that you can use to check for compliance to development standards. These audit tools are linked in the Testing section of the assignment. The report provides information on required elements and some content. Notes are provided to prompt you on what needs attention.

Browser DevTools

Every modern web browser includes Developer Tools (DevTools) that provide comprehensive information about the page being inspected. These tools are essential in the development process.

Web Developer Extension

The Web Developer browser extension provides access to some endorsed validation and page checking tools including:

This extension also provides access to local file validation when you are running Live Server locally.

Instructions

Complete the Web Developer Extension activity.

Optional Resources