DEV Community

Discussion on: The Testing Introduction I Wish I Had

Collapse
 
biros profile image
Boris Jamot ✊ /

Great summary for testing but you may have forgotten performance and stress tests.
Regarding unit tests, it can become very complex when it comes to mocking dependencies or testing asynchronous functions.

Thanks for your post!

Collapse
 
maxwell_dev profile image
Max Antonucci

Ah good catch with the performance and stress tests. Sadly right now in my career I haven't had much exposure to those, so those slipped through my focus. I'll need to do some more research later, thank you for bringing those up!