Articles about unit-, integration- and end to end (e2e) testing.

Unit Testing Angular Pipes

While unit tests in general can get complex really fast (especially when it is required to mock a lot of dependencies), unit testing Angular Pipes is fortunately one of the easier exercises. Likewise, they usually have zero to few dependencies and implement a single interface function that can be treated as a blackbox. The transform interface of Angular Pipes

By |2021-05-26T17:17:07+02:0021. April 2021|Development|

Automated Testing in Angular

Hello and welcome to my first post in my new blog series about automated testing in Angular. In the first months of my profession experience, automatic software testing was not really on my scope. That was not only my fault: Usually project leaders and customers did not want to invest here as they were strongly driven by project costs.

By |2021-05-26T20:17:25+02:0014. April 2021|Development|
Go to Top