Angular with Test Driven Development
Learn Angular by applying test driven development (incl. routing, forms, karma, jasmine, jest, testing-library)
Created by Basar Buyukkahraman | 14 hours on-demand video course
Angular is one of the most popular library for the client application development. In this course we will be learning angular by creating a web application with it. Also we will apply test driven development (TDD) methodology from beginning to the end. We will have two separate test setups. One of them is coming with the default angular project. Testing with karma and jasmine. And the other one is, we will create custom setup with the most popular test libraries of javascript. jest and testing-library
This course is purely built on practice. Each code piece we write, will be for our actual application implementation. In each section we will gradually build our application. We will not jump ahead and add functionality not needed for that moment. We will implement one requirement at a time. Each implementation will bring the next requirement to us. And following this practice, will help you to get a solid foundation about overall web application requirements and how to implement one of them with angular by following test driven development methodology. After completing the course, you will be able to use Angular in your next project and you will experience the benefits of test driven development.
What you’ll learn
- Build an application with Angular
- Practice Test Driven Development in a complete project from beginning to the end
- How to mock external dependencies in testing
- Feel how the test driven development is giving confidence when refactoring your application
- Not only learn karma & jasmine but also learn jest and testing-library
Recommended Course