What is the recommended scope for Concordion acceptance tests versus unit tests?
-
A
Acceptance tests at feature/behavior level; unit tests at method/class level
-
B
Acceptance tests replace all unit tests
-
C
Unit tests replace acceptance tests for speed
-
D
Both types test the same scenarios