Eğitim Hakkında
Angular projelerinizi nasıl test edeceğinizi öğreneceksiniz.
Test hizmetlerini, bileşenleri, formları, eşzamansız kod ve daha fazlasını Testing Angular Eğitimi'nde öğreneceksiniz.
Ayrıca eğitimde, Cypress ile Uçtan Uca (E2E) testlerini öğreneceksiniz.
Neler Öğreneceksiniz
- Learn synchronous and asynchronous testing with Angular components, pipes, and services
- Write component and DOM tests
- Configure Jasmine to behave the way you want
- Perform integration testing, including use of spies and mocks
Eğitim İçeriği
Angular Testing Overview
Setup, tools and technologies
Unit Testing
- Organization and Conventions
- Jasmine
- Built-In Matchers
- Setup and Teardown
- Disabled and Focused Tests
- Karma
- Command line parameters
- Testing Pipes
- Testing Components
- Testing Change Detection
- Testing Services
- Testing Asynchronous Code
- Testing Http
- Testing Forms
- Testing Routing
- Angular Test Bed
- Run your tests in a headless browser for automated tests environments (Continuous Integration)
- Code coverage report and Code coverage enforcement
- Mocks & Spies
- Mock with fake class
- Mock with spy
- The Auto Spies Library
End To End (E2E) testing
- Protractor
- Cypress