wiki does not support space in file names
parent
c0971deee8
commit
74debb4b4c
2
Home.md
2
Home.md
@ -27,7 +27,7 @@ Different tests can be written at different levels of the system. At each level,
|
||||
![Testing pyramid](https://blog.missiondata.com/wp-content/uploads/MD_TestingPyramid2x-1560x1045.png "Testing pyramid")
|
||||
|
||||
## Unit Tests
|
||||
A [[Unit Tests]] exercises a small “unit” of the system that is isolated from the rest of the system. They should be simple and speedy. You want a high ratio of Unit Tests in your testing pyramid as they’re key to designing highly cohesive, loosely coupled software.
|
||||
A [[UnitTests]] exercises a small “unit” of the system that is isolated from the rest of the system. They should be simple and speedy. You want a high ratio of Unit Tests in your testing pyramid as they’re key to designing highly cohesive, loosely coupled software.
|
||||
|
||||
## Integration Tests
|
||||
Integration Tests exercise a subset of the system and may exercise groups of units in one test. They are more complicated to write and maintain, and run slower than unit tests.
|
||||
|
Loading…
Reference in New Issue
Block a user