Skip to content

Avoid Test Duplication

Zheng Wang edited this page May 13, 2019 · 1 revision

If your system can map (perfectly or partially) to the Test Pyramid, you might find test duplication between service tests (API tests) and unit tests (tests of units that constitute API implementation).

Iron Test intends to make service tests fast, reliable, and cheap to modify, so as to help make unit tests unnecessary. Refer to Note 2 of Test Pyramid.

Clone this wiki locally