Testing

A key to building software that meets requirements without defects is testing. Software testing helps developers know they are building the right software. When tests are run as part of the development process (often with continuous integration tools), they build confidence and prevent regressions in the code.

Like traditional software, testing dApps involves testing the entire stack that makes up the dApp (backend, frontend, db, etc.).

Visit the following resources to learn more: