Question: With the following TestBed setup, what can be used to access the rendered DOM for the UserCardComponent?
- `fixture.componentTemplate`
- `fixture.getComponentHtml()`
- `fixture.nativeElement`
- `fixture.componentInstance.template `
Answer: The correct answer of the above question is Option C:`fixture.nativeElement`