added image "spectrum" and created new image folder for "unit-testing"
This commit is contained in:
parent
a2868b9eb6
commit
313934844d
|
@ -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 |
Loading…
Reference in New Issue