added image "spectrum" and created new image folder for "unit-testing"

This commit is contained in:
Josh4gitaboutit 2015-10-02 18:17:00 -07:00 committed by Naomi Black
parent a2868b9eb6
commit 313934844d
2 changed files with 3 additions and 1 deletions

View File

@ -21,8 +21,10 @@ include ../../../../_includes/_util-fns
There is considerable variety within functional testing, a spectrum from short, quick pure unit tests to long running end-to-end tests. We could classify them in broad groups
figure.image-display
img(src='/resources/images/devguide/unit-testing/spectrum.png' alt="Functional Testing Spectrum")
:markdown
Pure unit test
We test the part in isolation. Either the part has no dependencies or we fake all of its dependencies during the test
Close-in integration

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB