Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1695e commit 613a5ccCopy full SHA for 613a5cc
docs/content/guide/e2e-testing.ngdoc
@@ -12,7 +12,7 @@ is now in maintenance mode.
12
</div>
13
14
As applications grow in size and complexity, it becomes unrealistic to rely on manual testing to
15
-verify the correctness of new features, catch bugs and notice regressions. End to end tests
+verify the correctness of new features, catch bugs and notice regressions. Unit tests
16
are the first line of defense for catching bugs, but sometimes issues come up with integration
17
between components which can't be captured in a unit test. End to end tests are made to find
18
these problems.
0 commit comments