Articles tagged with Testing
Test which reminded me why I don't really like RSpec
— Feel free to review it, it's written by one of our juniors and I need to give him some feedback soon. — he responded.
Stop making excuses and write tests
Recently on Clubhouse – so hot right now – I took a part in discussion about How programming languages influence the way we test software. The room was held in Polish under 🇵🇱 Dev Radio PL label. There were a mix of people with different backgrounds attending — backend developers, frontend developers and mobile ones.
Make your JSON API tests clean with linter
Recently, one of our customers requested that mobile devices should communicate with backend via JSON API. We started implementing an endpoint for registering customers.
What taking care of your teeth has in common with programming?
I don’t need to tell you why brushing your teeth and going to a dentist with a regular time manner is an important thing.
Test critical paths in your app with ease thanks to Dependency Injection
Dependency Injection is one of my favorite programming patterns. In this short blogpost, I’ll present you how it helps testing potentially untestable code.
How RSpec helped me with resolving random spec failures
Recently we started experiencing random spec failures in one of our customer’s project. When the test was run in an isolation, everything was fine. The problem appeared only when some of the specs were run before the failing spec.