Juri Strumpflohner

RSS

Talk: Testing with Angular - Some Recipes

Author profile pic
Juri Strumpflohner
Published

I recently wanted to dive deeper into testing Angular applications, in specific on how to write proper unit tests for some common scenarious you might encounter. Dave, the organizer of the Angular Hamburg Meetup group asked me whether I’d be interested in doing a talk. So here we are, read on for the slides, GitHub repo and video of the talk 😉.

Contents are based on Angular version >=2

Slides and recorded talk

Testing with Angular! Some Recipes

Slides from my talk for Angular Hamburg.

Here’s the video of my talk:

Code Repository

I setup a dedicated code repository with the purpose of collecting testing recipes for various scenarious you might encounter while testing your Angular applications.

GitHub: angular-testing-recipes

A code repository full of testing recipes. Check them out and help me create more!

You have some more? Share them with me and contribute them to the repository 👍

There are some awesome articles out there on testing Angular applications. Here are some I found useful.

Conclusion

Thanks Dave and Angular Hamburg for having me!