- QUnit Tutorial
- QUnit - Home
- QUnit - Overview
- QUnit - Environment Setup
- QUnit - Basic Usage
- QUnit - API
- QUnit - Using Assertions
- QUnit - Execution Procedure
- QUnit - Skip Test
- QUnit - Only Test
- QUnit - Async Call
- QUnit - Expect Assertions
- QUnit - Callbacks
- QUnit - Nested Modules
- QUnit Useful Resources
- QUnit - Quick Guide
- QUnit - Useful Resources
- QUnit - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
QUnit Tutorial
QUnit is a unit testing framework for JavaScript programming language. QUnit has been important in the field of test-driven development, and is used by jQuery, jQuery UI, and jQuery Mobile projects. QUnit is capable of testing any generic JavaScript codebase. This tutorial explains the fundamental concepts of QUnit and how to use QUnit in day-today life of any unit testing project while working with JavaScript.
Audience
This tutorial has been prepared for the beginners to help them understand the basic functionality of QUnit tool. After completing this tutorial, you will find yourself at a moderate level of expertise in using QUnit testing framework from where you can take yourself to the next level.
Prerequisites
We assume you are going to use QUnit to handle all levels of JavaScript projects development. Hence, it will be good if you have knowledge of website development using any Scripting language, especially JavaScript Scripting and website testing process.