In Selenium automation quality, what does the 'test pyramid' concept recommend regarding UI tests?
-
A
UI tests should form the largest layer
-
B
UI tests should be the fewest, sitting at the top of the pyramid
-
C
UI tests should replace unit tests
-
D
UI tests should run on every commit