commands
truffle init // initialized project
truffle compile // compile
truffle migrate // deploy
truffle test // run all test cases
getting started with truffle including unit testing of solidity.
JavaScript
truffle init // initialized project
truffle compile // compile
truffle migrate // deploy
truffle test // run all test cases