Test like a developer, develop like a tester


Filip Hric

27th November 2024

TEST LIKE A DEVELOPER, DEVELOP LIKE A TESTER

Hey Reader,
I spent last week at Agile Testing Days conference in Germany. I got to meet some of the people I’ve only been able to interact with online and I have to say I had a great time!

At the conference, I presented my talk titled "Test like a developer, develop like a tester" that is all about connecting these two worlds that sometimes feel so far apart. It was very positively received and the wonderful Lisi Hocke even created this amazing sketch note of it.


Blogposts, discussions, events

Test like a developer, develop like a tester

A written version of my talk, all about how testers and developers can work better together.

​Read more →​

Meetup in Bratislava

If you are near Bratislava, come join the meetup tomorrow. We‘ll have snacks, talks and a great panel discussion. Meetup will be in slovak language.

​Read more →​

Mock service workers

I’ve been recently playing with Mock service worker (MSW) and used it to mock API calls with my own responses. It’s a really nifty tool that can help simulate different frontend situations by passing a mock response from API instead of a real one.

​Read more →​


Test automation tip

In Cypress, you can actually format your log messages using some of the markdown syntax. This can help you annotate or highlight important steps in your tests.

 1  cy.log('normal')
 2  cy.log('**bold**')
 3  cy.log('_italic_')
 4  cy.log('[blue](<http://example.com>)')

Meme of the week

When a bug fix gets deprioritized

That’s it for this week, see you next time! 👋

Filip Hric

Teaching testers about development, and developers about testing

filip@filiphric.sk, Senec, Slovakia 90301
​Unsubscribe · Preferences​

Filip Hric

Sign up for weekly tips on testing, development, and everything related. Unsubscribe anytime you feel like you had enough 😊

Read more from Filip Hric

Filip Hric 13th May 2025 TO BE OR NOT TO BE (TECHNICAL) Hey Reader!There’s an ongoing debate in the QA world on whether it makes sense to get technical or not. I remember having a fairly heated debate on this last November at Agile Testing Days in Potsdam. My talk titled "Test like a developer, develop like a tester" argued that we should put the effort as testers to become experts in the software we test. And yes, that includes having a fair bit of developer knowledge. Jason Arbon called...

Filip Hric 23rd April 2025 AN APP CAN BE A HOME-COOKED MEAL He Reader,Today I’d love to share with you one of the best blogposts I’ve ever read. It warmed my heart and inspired me greatly. The blogpost is called "An app can be a home-cooked meal". Give it a read. It taps into something that’s really close to my heart - using your talents to make a world a better place - starting with your family. While you can be a world-renowned chef, it will always feel different when you cook a meal for...

Filip Hric 24th March 2025 Playwright in Production Hello Reader,I’ll be doing a live webinar with my friend Jonathan tomorrow. We’ll be talking about different use-cases of Playwright in production. Interestingly we’ll focus on use cases that are outside of testing, like web-scraping, monitoring and automation workflows. Make sure to register and join us! Register here Blogposts, discussions, events In Case You Missed It – Code (r)evolution Livestream Last week, Jonathan and I unpacked...