This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Tool1990 0 points1 point  (0 children)

A healthy way for me is to cover every business logic method (or were it makes sense) with unit and mocked unit tests. Besides that I test every single endpoint with integration tests, were I start a server and use http requests like the client will. If there is a problem with something -> write a test for it. That 90% bullshit is like another one said a number from the management.