Slide 8
Slide 8 text
Unit Testing Support
Unit Tests (~ 10 ms, 70 %)
Tests a class, method or algorithm
Integration Tests (~ 100 ms, 20%)
Tests the integration of different modules
End-to-end Tests (~ 1000 ms, 10%)
Acceptance tests simulating a real user
Angular
Unit Testing
Angular