In what cases do you test a database in memory instead of a development database?

When do you test the In-Memory Database against a development database?

Also, as a related question, when you use a development database, do you use an individual development database, an integration development database, or both?

Also ++, for unit testing, when you use a database in memory, mocking your repository / DAL, etc.?

+5
source share
2 answers

- -, , . , , .

, "" JUnit, - , ( , , ..), , . , , .

, :

  • , unit test. , , , .
  • , , . , .

, . , , . ; , QA .. , , , , .

+7

.

+2

All Articles