56
How do I convince my company to add tests for FE?
(sh.itjust.works)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
You need to create a list of incidents that reached customers. Create a matrix that has the incident ID, the link to the incident documentation and the type of test that would have caught the incident.
Then they'll see that their incidents would have been caught by the tests you want to. push instead of an angry customer.
They know. We have had a production website being literally unusable, sucking up a lot of resources for a bug.
We have a client which is MAD cause the project is riddled with bugs, but the solution somehow is paying more attention. Except that it clearly isn't feasible to pay more attention when you have to check, recheck and check again the same thing over and over... They say it's a waste cause you can't catch UI, and you will spend the same amount of time NOT writing tests; obviously this is all crap, but they somehow think they are smarter than google or any other small or big company that do write test
By definition, automated testing means paying more attention, and doing it so well that the process is automated.
Show them a working test that's catching UI bugs. It's hard to argue against facts.
Don't sell a solution because others are doing it. Sell a solution because it's a solution to the problem they are experiencing, and it's in their best interests to solve it. Appeals to authority don't work on everyone.
Ooooh you wouldn't believe how easy it is for some people to argue against facts.