News

Unit tests are an important part of modern application development. NUnit is perhaps the best-known way of using them with .NET code.
The latest release of NUnit showcases Action Attributes, a feature which enables the orchestration of test actions across suites, tests, and test cases. Developers can arrange the execution of ...