Unit Testing Tutorial

Unit Testing Tutorial

Unit Testing is a testing methodology by which individual units of source code, such as functions, methods, and class are tested to determine whether they are fit for use. This is a brief tutorial that explains the functionality of Unit Testing.

Audience

This tutorial has been prepared for beginners to help them understand the basic functionality of Unit Testing framework. After completing this tutorial, you will find yourself at a moderate level of expertise in using Unit Testing framework from where you can take yourself to the next levels.

Prerequisites

To draw benefits from this tutorial, it is recommended to have prior knowledge of Python and also a basic understanding of testing techniques.

Advertisements