Which Kinds of Tests Should I Write? Revisited - The Code Whisperer

Recently I have shared a testing strategy - State Transitions testing. This strategy involves writing the requirements as a set of state transitions and creating test cases for each transition. This approach enables writing test cases quickly. When a test case is written for one transition, it can be easily replicated for the remaining transitions. Examples for a Spring Boot application and an Angular app are at:

1 Like