Q. Which Angular testing utility is used to create a component fixture?
β
Correct Answer: (A)
TestBed.createComponent()
Explanation: TestBed.createComponent creates an instance and fixture for component testing.