Clean TestsMarcin Gryszko·FollowAug 10, 2021--ListenSharePhoto by Jacob Sapp on UnsplashAll my articles about effective and efficient testing listed in reverse chronological order:Deciphering test feedbackSociable or solitary unit tests — choose your tradeoffsDon’t break the contract chainEffective test doubles, part 1 and part 2What is the System Under Test? A tale from Gallic WarsGood vs bad test helpersPainless assertionsMinimal Fixture everywhere
Marcin GryszkoGood vs bad test helpersHow good test helpers can remove accidental complexity and hide irrelevant details ?9 min read·Oct 20, 2020--
Marcin Gryszkoinclarityai-engineeringSociable or solitary unit tests — choose your tradeoffsWhat to choose as a unit for a test? Focus it on a single module or a group of collaborating modules? It depends — choose your tradeoffs5 min read·Sep 24, 2021--
Marcin GryszkoEffective test doubles, part 2When and how to introduce mocks, spies and fakes in tests: for boundaries to keep outside, behaviours, and only for your own code.13 min read·Nov 28, 2020--
Marcin GryszkoEffective test doubles, part 1Tactical tips about the efficient and effective usage of test doubles8 min read·Nov 11, 2020--
Sofian Hadiantointiket.comGo with Cucumber: An Introduction for BDD Style Integration TestingIn this article, I aim to describe my journey of learning integration tests in a golang environment and illustrate how we can utilize a BDD…7 min read·May 19--
💚 Suwon Baek 💚Using ESLint + Husky + Lint-stagedI’ve joined a new company as a frontend developer!4 min read·Aug 4--
Anna10 Advanced Selenium Techniques for Test Automation ExpertsSelenium has become the go-to tool for test automation in the software industry. Its versatility, flexibility, and robustness make it a…4 min read·Jun 1--
Saidinesh NarisettiShift left testingLet’s talk about our traditional software development life cycle(SDLC), which contains various phases like:5 min read·May 11--
Gabriel A. Quiles-PérezUnit Tests Best PracticesA lot has been said about testing. But that’s a topic that not enough can be said. There was a time when tests were considered a waste of…4 min read·May 23--