mardi 26 juillet 2016

Popular naming conventions for .Net tests

We have 3 kinds of tests that we do.

  • Unit tests (mocking all dependencies)
  • integration Tests (No db & MQ mocking)
  • Black Box tests (Gets called after deployment. eg: Rest calls, selenium tests, Smoke tests)

This is how our projects are named: [CompanyNameabbreviation].[AppName].[ModuleName]

eg:

Abc.HRWorks.EmployeeManager

For projects which have all the 3 kinds of tests, how do you name each of them?

Aucun commentaire:

Enregistrer un commentaire