|
You are here |
www.giorgiosironi.com | ||
| | | | |
blog.nuculabs.de
|
|
| | | | | Hi ??, In this article I wanna show a testing tip that I've recently learned myself by reading Software Engineering at Google: Lessons Learned from Programming Over Time. The technique improved the way I write unit tests. When I'm writing bigger unit tests, I have execute something in the background, like for example publishing a message to a message broker, wait for the message to be published and then consume it to test that what I published is correct. | |
| | | | |
www.code4it.dev
|
|
| | | | | Code4IT - a blog for .NET enthusiasts, Azure lovers, and Backend developers | |
| | | | |
www.marclittlemore.com
|
|
| | | | | Unlock the secrets of high-quality unit testing. Discover how to write effective tests and improve your code quality. | |
| | | | |
martinfowler.com
|
|
| | | Unit Tests are focused on small parts of a code-base, defined in regular programming tools, and fast. There is disagreement on whether units should be solitary or sociable. | ||