DEV Community

Discussion on: How would you convince your company to implement unit tests?

Collapse
 
coolgoose profile image
Alexandru Bucur

I would say try first to push for functional tests before if it's a web shop.
It always depends on the types of the projects and the allocated budgets.

Try being practical, like, hey guys, remember the time when the 'register' part of the website didn't work because of push X? Here's a way we can easily test for that. Having clear examples is always a good first step.