The tests at the bottom layer of the test pyramid:
run faster than the tests at the top layer of the pyramid
cover larger pieces of functionalities than the tests at the top layer of the pyramid
are defined as 'Ul Tests' or 'End-To-End tests' in the different models of the pyramid
are unscripted tests produced by experience-based test techniques
Submit