What is the 'test pyramid' model's recommendation regarding unit tests?
-
A
Unit tests should be fewest because they are slowest
-
B
Unit tests should form the largest base because they are fast and cheap
-
C
Unit tests and UI tests should be equally numerous
-
D
Unit tests should only cover edge cases