WDD 231: Web Frontend Development I

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. Even though a page may appear to be working on a particular browser and environment, it may not meet standards and therefore may have issues in other environmental scenarios. This module provides some tools that can be used to test your development work and these same tools and methods are often used in to assess your submitted work for the class.

"Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not." - guru99.com

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

Browser Developer Tools (DevTools) provide comprehensive information about the page being inspected. These tools are essential in the development process.

These tools are native to the browser and do not need to be installed.

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