DEV Community

Julien Klepatch
Julien Klepatch

Posted on

2 1

What to test in your Solidity smart contract?

Once you have decided to test your smart contract, one of the first question that comes to mind is:

"WHAT THE HELL SHOULD I TEST???"

That's a very important question! If you can't even answer this question, you risk focusing on the wrong things.

In this video I will explain you what to test in your Solidity smart contracts.

This is part of a full course on Solidity smart contract testing, where I teach how to develop smart contract with the TDD (test-driven-development approach), using the Truffle framework.
https://eattheblocks-pro.teachable.com/p/smart-contract-testing

Top comments (0)