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

Testing dates in Solidity smart contracts – Part I

Dates are a bit weird in Solidity. Solidity does have some keywords for working with dates, like now, or 1…

Read Story

Debugging “VM Exception: invalid opcode / revert”

When I started learning Solidity, there was nothing more frustrating than running accross "VM Exception: invalid opcode" or "VM Exception:…

Read Story

Event organization smart contract

In this video, I will teach you how to build a smart contract to organize events.There will be 2 types…

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