Make your test AAA using proper structure
Recently in my project I've had a task where I had to fix some SonarQube findings, in particular ones complaining that there are no assertions in some automated tests.
Those were functional tests verifying that our component that is responsible for ...
kiminoboku.hashnode.dev3 min read
Miki Szeles
Everything related to test automation
Thanks for the article Radoslaw. I think there is a more popular name for this: Given-When-Then.