You're building a complex multi-tier application in ASP.NET Core. As part of your testing strategy, you want to ensure that your data access layer correctly interacts with your business logic layer. What type of testing would be most suitable for this?

  • Integration Testing
  • Unit Testing
  • End-to-End Testing
  • Performance Testing
For ensuring that your data access layer correctly interacts with your business logic layer in a multi-tier application, "Integration Testing" is the most suitable approach. Integration tests verify the interactions between different components or tiers of an application, ensuring that they work together as intended.
Add your answer
Loading...

Leave a comment

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