Test driven development for Solidity

Julien Klepatch

Do you write tests for your Solidity smart contracts? Congrats if you do, and if don’t it’s time to start!

If you do, do you write your Solidity smart contract first, and only after your tests? There is a better way 🙂 It’s called Test-driven-development (TDD), and it consist in writing your test first.

Surprising? Well, it does provide some big benefits. Watch this video to understand the whole process and the benefits it brings you when you develop your Solidity smart contracts.

0 Comments

Leave a Reply

More great articles

DAO – Part III

In this video, we are going to allow investors to cash out on their investment, in 2 ways: By redeeming…

Read Story

ToDo List Ethereum Dapp (Step8) | Create Smart Contract Data From The Frontend

This tutorial is part of the series ToDo List Ethereum Dapp. This is the Step 8. Tutorials already published: (more…)

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