Things I wrote on Testing
Hey! 👋
Make sure you check my awesome list of
learning material about Testing!
"But, wait. So you don't write unit tests?"
3 min read · Testing
Recently I've been asked how I approach the unit vs. integration vs. e2e debate.
It's all about feedback loops
3 min read · Software Crafting, Agile, Testing
What if everything in software development was about creating feedback loops?
I became interested in something. This is how I learned about it.
3 min read · Testing, Random Thoughts
I’ve been focusing on testing for the last few months. Here’s a non-compelling list of tools to learn about it.
Front-end Testing and a tale of three users
5 min read · Testing, Javascript
How should we think about UI components when testing them?
Creating a culture of testing
4 min read · Testing
Let’s say you are sold on the idea of testing. You know it’s important, but you find it hard to sell it to your team, your managers, your colleagues. Why is that?
Testing API calls in Vue applications
5 min read · Testing, Vue, Javascript
...or how to test async behavior using Vue Testing Library.