What are Unit Tests, UI Tests, Integration Tests and End-to-End Tests
Test it to find mistkaes
Testing is one of those things in programming that (now we can argue if this is dysfunctional or not) seems to be put on the back burner, or at the end of an entire software development process.
This mentality issue can be tackled through TDD, ATDD or BDD yet even if these aren’t…