fbpx

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

Loan state machine in Solidity

In this video we will create a loan smart contract with Solidity. There will be 2 kind of parties interacting…

Read Story

Isolate smart contract tests with Truffle clean room features

In Truffle tests, we have a mysterious contract() function: contract('my test', () => { if('it should ...', () => {…

Read Story

Debugging with syntax highlighting

To debug syntax errors, you can rely on Solidity syntax highlighting. Fortunately for us, Remix has syntax highlighting activated by…

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