Test management - Standard
Arrange–Act–Assert
(AAA)
A test structure that sets things up, performs an action and checks the result
What's it for?
Keeps automated tests easy to read by separating setup, behaviour and verification.
Test management - Standard
(AAA)
A test structure that sets things up, performs an action and checks the result
Keeps automated tests easy to read by separating setup, behaviour and verification.