Articles by Tag #unittests

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Top 5 useful unit test attributes in NUnit, MSTest and xUnit

I’ve often seen one piece of advice repeated in software engineering books: 'Write a blog.' So I...

Learn More 1 0Jun 15

MockManager in unit tests - a builder pattern used for mocks

A few years ago I wrote about this, but in less detail. Here is a more refined version of the same...

Learn More 0 0Dec 12 '24

Data access in code, using repositories, even with ORMs

Intro In the .NET world one of the most used method of accessing databases is with Entity...

Learn More 0 0Dec 12 '24

[Boost]

Top 5 useful unit test attributes in NUnit, MSTest and xUnit ...

Learn More 0 0Jun 15

Why Test Driven Development

Many Devs I worked with in the past, do not like writing the unit tests in advance. They would rather...

Learn More 0 0Dec 30 '24