Our mission is to build a thriving, open source ecosystem that enhances productivity, makes testing an enjoyable experience, and generates developer happiness. We hold ourselves accountable to champion a testing process that actually works. We believe our documentation should be approachable. This means enabling our readers to understand fully not just the what but the why as well. We want …
Posts from: December 2022
A solid test generally covers 3 phases: You might also see this phrased as “Given, When, Then”, or “Arrange, Act, Assert”. But the idea is: First you put the application into a specific state, then you take some action in the application that causes it to change, and finally you check the resulting application state. …