I find it difficult and lot time consuming to do a full fledge (manual) unit testing of my forms on my website. Is there any (free) automatic testing tool I could use without much of new language learning required?
Is there any good practices you guys want to share here on this topic? How do you make sure your forms works fine and without those 'Something has gone wrong' errors :)
Unit testing is one of those things that's always talked about but not always implemented. The benefits are clear: better-quality code, greater confidence when making changes, and so on. But what's not always clear is how to get started with unit testing.
This post (https://www.simform.com/blog/unit-testing-best-practices/) will cover some basics of unit testing along with the best practices and offer a few tips on how to level up your unit testing game. It will also take a look at some resources you can use to get started with unit testing in your own projects.