Learn TDD with Integration Tests in .NET 5.0

Arjav Dave
ITNEXT
Published in
7 min readApr 13, 2021

--

Develop a real-world patient admission system

Organise with TDD

TDD (Test Driven Development) is a much debated word in the tech industry. Debates like Whether you should do TDD or not? or How advantageous is it? are quite popular. Simply said, TDD is test before you develop.

Now, there are a lot of school of thoughts regarding what type of test’s are included and what are not in…

--

--