Which Angular testing utility is used to create a dynamic testing module?

  • AngularTestingModule
  • ComponentFixture
  • TestBed
  • TestBedModule
TestBed is an essential Angular testing utility used to create a dynamic testing module. It allows you to configure and initialize the testing environment for Angular components and services, providing a controlled context for testing.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *