Question: With the following TestBed setup, what can be used to access the rendered DOM for the UserCardComponent?

  1. `fixture.componentTemplate`
  2. `fixture.getComponentHtml()`
  3. `fixture.nativeElement`
  4. `fixture.componentInstance.template `

Answer: The correct answer of the above question is Option C:`fixture.nativeElement`