Writing test with a real database and xUnit


When writing tests, in some cases we need to connect with the database to read data from it or store records in it. If we use a fixed database, the values ​​in the database will change every time the tests are run, and if someone else works with the database and changes ....
Read more

Unit Testing in Asp.Net Core with xUnit


Today, testing is one of the most important aspects of the development and production of software. Although writing a test reduces the speed of development, its benefits are evident during development, the addition of new features, and changes. ....
Read more