General Feedback

Unit and Integration Test separation best practices

Started by aboy021 on 6,323 views

I'm about to reorganize our unit tests in order to improve the performance of NCrunch in our main application.

I'm tossing up between two way of partitioning unit tests and integration tests:

Different projects:
- Example.Test.Unit
- Example.Test.Integration
- Example.Test.Util

Or Different folders:

Example.Test
/UnitTests
/IntegrationTests
/Util

Post a reply

Log in to reply.