
Unit Testing Legacy Code: Effective Approaches
Probably most of your applications consist of “legacy code”: code that was written sometime in the past, in accordance with some now obsolete standard ...
We all know that the most important criteria for choosing an application is its quality. One of the essential methods for improving application quality is writing a full set of unit tests. Comprehensive testing is even more crucial if you are starting a new project on one of the latest technologies, such as Blazor, Xamarin, .NET Core, or are looking into .NET 5.
In this eBook, Mihail Vladov, Software Engineering Manager at Progress, describes everything you need to know about writing unit tests. The eBook covers:
Telerik JustMock is the fastest, most flexible and complete mocking solution for crafting unit tests that supports Blazor, ASP.NET Core, ASP.NET MVC, ASP.NET Web Forms, .NET Core, WPF, WinForms and the current preview of .NET 5. With Telerik JustMock, any developer could start creating mocks, subs and fakes and use them in their tests.
Probably most of your applications consist of “legacy code”: code that was written sometime in the past, in accordance with some now obsolete standard ...