Direction: Choose the correct option
Q1.
What testing framework does Angular use by default?
Direction: Choose the correct option
Q2.
What is TestBed in Angular testing?
Direction: Choose the correct option
Q3.
How do you create a component for testing?
Direction: Choose the correct option
Q4.
What is a `ComponentFixture`?
Direction: Choose the correct option
Q5.
What does `fixture.detectChanges()` do?
Direction: Choose the correct option
Q6.
What is the `DebugElement`?
Direction: Choose the correct option
Q7.
How do you query an element in a test?
Direction: Choose the correct option
Q8.
What is the purpose of `fakeAsync`?
Direction: Choose the correct option
Q9.
What does `tick()` do in a `fakeAsync` test?
Direction: Choose the correct option
Q10.
What is the `async` function in testing?
