3 posts tagged with "automated testing"
December 9th 2021 by Beej Burns
Test driven development (TDD) is a paradigm where test cases are written based on stories or requirements before any coding is started. It…
Read MoreJuly 25th 2019 by Beej Burns
Test code is code. This cannot be emphasized enough. So many developers don't treat tests as real code that needs to be designed with…
Read MoreDecember 13th 2018 by Beej Burns
Automatic and unit testing have become standard in modern software development. It reduces the overall amount of bugs found by QA, UAT, and…
Read More