jeudi 18 juin 2015

Unit and integration tests organization in .net

What is the best practice on organizing both Unit AND Integration tests in your solution?

I am leaning towards having 2 test projects per one actual project with naming such as ProjectName.Tests.Unit and ProjectName.Tests.Integration, however it looks like there will be too many test projects per code projects. However the alternative is to put all tests in 2 test projects, which seems even worse.

Can someone comment how you (would) structure BOTH Unit and Integration tests in your solution?

Aucun commentaire:

Enregistrer un commentaire