Unit vs integration tests for smart contracts

Julien Klepatch

Before you rush into testing your Solidity smart contracts, it’s important to understand the difference between unit tests and integration tests.

In this video I am going to explain you the difference between these 2 kind of tests in the context of smart contract. After you watch this video, you will be able to understand what kind of value unit tests and integration tests, and which one to choose when you write tests for your Solidity smart contracts.

0 Comments

Leave a Reply

More great articles

Understanding Truffle variable injection magic in test files

In Truffle, when you write tests, you can use 'artifacts' and 'web3' objects, without defining these names: const MyContract =…

Read Story

Simple storage – Part II

In this video, we are going to finish our simple storage smart contract, which can set and get the value…

Read Story

ToDo List Ethereum Dapp (Step2) | Writing the smart contract – part II

This tutorial is part of the series ToDo List Ethereum Dapp. It is the Step 2. Tutorials already published: Intro…

Read Story

Never miss a minute

Get great content to your inbox every week. No spam.
[contact-form-7 id="6" title="Footer CTA Subscribe Form"]
Arrow-up