docs.rodeo

MDN Web Docs mirror

Testing

{{LearnSidebar}} 

{{NextMenu("Learn_web_development/Extensions/Testing/Introduction", "Learn_web_development/Extensions")}} 

Any codebase past a certain level of complexity needs to have a system of tests associated with it, to make sure that as new code is added, the codebase continues to function correctly and performantly, and continues to meet the users’ needs. This module lists the fundamentals that you should start with.

[!NOTE] This module was originally dedicated in its entirety to cross-browser testing, but we are in the process of refocusing it to cover testing in general. When we find the time, we are intending to update the material to cover General testing fundamentals, Functional and compat testing, and Usability testing.

Prerequisites

Before starting this module, You should really have learnt the fundamentals of HTML, CSS, and JavaScript.

Tutorials

{{NextMenu("Learn_web_development/Extensions/Testing/Introduction", "Learn_web_development/Extensions")}} 

In this article

View on MDN