TDD, so useful. Kind of a backbone to CI/CD. Thanks for this.
In Delphi, tests can be done using DUnit (based I think on JUnit from back in the day).
Run all the tests before each build of a product (run them automatically each night if you can).
Designing with testing in mind changes the whole architecture of a solution in a good way.
Tech enthusiast studying ICT and graduating soon enough๐จ๐ฟโ๐. Software Engineer in the making, experimenting my way through life. I'm here to connect, learn from y'all and share my knowledge.๐๐ฟ
TDD, so useful. Kind of a backbone to CI/CD. Thanks for this.
In Delphi, tests can be done using DUnit (based I think on JUnit from back in the day).
Run all the tests before each build of a product (run them automatically each night if you can).
Designing with testing in mind changes the whole architecture of a solution in a good way.
Yes! That's the end goal, create tests that would run automatically before you build for production.
Alright, good to know๐ค I think for most language the primary tool is the name+Unit๐ ๐
Preach!