From Testing JavaScript Applications by Lucas da Costa
In this article, I will teach you techniques to help you write better assertions. You will learn how to make them catch as many bugs as possible, without having to update tests too often, lessening your maintenance burden.
From Testing JavaScript Applications by Lucas da Costa
In this article, you’ll learn how to use Node and Jest to test code written to run in a browser.
From Chaos Engineering by Mikolaj Pawlikowski
This article explores how you can apply Chaos engineering principles to make your team better.
From Chaos Engineering by Mikolaj Pawlikowski
This article covers
● Setting up the VM to run through accompanying code
● Basics of Linux forensics – why did my process die?
● Blast radius
From Testing JavaScript Applications by Lucas da Costa
This article explains what parallelism is and how Jest can help you run your tests faster.
From JUnit in Action, Third Edition by Catalin Tudose
This article discusses widely-used mock frameworks such as EasyMock, JMock, and Mockito.
From JUnit in Action, Third Edition by Catalin Tudose
This article discusses dependency injection and testing in Junit 5.