1 Comment

Beside Cucumber, which adds an extra layer or complexity, I agree with featured frameworks. TestNg/Junit combined with Selenium (with the Page Object Model pattern) is the way to go. Mockito (Java) and MockK (Kotlin) are stunning frameworks to learn and discover to mock controllers and services.

Expand full comment