docs-bestpractices icon indicating copy to clipboard operation
docs-bestpractices copied to clipboard

Testing Pyramid needs to be adjusted on the page Testing Guidelines

Open BrunoGomesOS opened this issue 2 years ago • 0 comments

On the Pyramid represented on the testing guidelines, it shows that the bottom layer is Component testing and that should not be the correct representation it should be "Unit". Component testing is not applied only to unit testing is applied to components that can include several units of code. Component testing can even be applied to the service/integration layer. On the article https://martinfowler.com/articles/practical-test-pyramid.html you have that being specified.

BrunoGomesOS avatar Mar 04 '22 09:03 BrunoGomesOS