#1 Data Analytics Program in India
₹2,499₹1,499Enroll Now
7 min read
Question 22 of 46hard

Testing in Angular

Unit testing components and services.

Testing Tools

  • Jasmine: Testing framework
  • Karma: Test runner
  • TestBed: Angular testing utility

What to Test

  • Components
  • Services
  • Pipes
  • Directives
  • Guards