When we talk about testing in Angular we are usually talking about two different types of testing: Unit Testing. This is sometimes also called Isolated testing. It's the practice of testing small isolated pieces of code. If your test uses some external resource, like the network or a database, it's not a unit test.