4 ms·
With the tools of today, writing automated tests is a very fast process especially with the help of Github Copilot and similar. Running the tests is also fast a
by AtNightWeCode 4y ago
With the tools of today, writing automated tests is a very fast process especially with the help of Github Copilot and similar. Running the tests is also fast and you can alter the code while debugging the tests in some langs making it a fast process. I use it for POCs all the time.
At the end of the day automated tests is a tool among others. Use it when it makes sense. Just don't fall into the trap of maintaining large sets of more or less useless tests. Delete them.