To test a component as a whole, including its interaction with child components, you should use _____ testing.

  • e2e
  • integration
  • mock
  • unit
To test a component as a whole, including its interaction with child components, you should use integration testing. This allows testing the component's behavior in a broader context.
Add your answer
Loading...

Leave a comment

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