Click here to Skip to main content
15,884,099 members
Everything / NUnit

NUnit

NUnit

Great Reads

by Sean Rand
Getting the most from your test runner
by Sem Shekhovtsov
The how-to article that summarises best practices for unit testing ASP NET Core MVC controller using NUnit and Moq framework
by Robert Gowland
Reduce duplicate code in your unit tests with NUnit's parameterized testing attributes. Learn how with this easy refactoring exercise.
by Sacha Barber
MsBuild and NUnit (a simple example)

Latest Articles

by Mohammed Faci
How to leverage ChatGPT to Build an Automation Framework using the Page Object Model
by Dev Leader
Learn to create tests, use advanced techniques, and improve your code quality!
by Mohammed Faci
Get started with Playwright using VS 2022/C# and NUnit

All Articles

Sort by Score

NUnit 

5 Feb 2024 by Mohammed Faci
Get started with Playwright using VS 2022/C# and NUnit
30 May 2014 by User 10132546
Using ClassAssert to check property mappings between different object types
4 Apr 2024 by Mohammed Faci
How to leverage ChatGPT to Build an Automation Framework using the Page Object Model
5 Dec 2014 by Ibrahim ben Salah
ASP.NET MVC application are highly testable when controllers are considered plain classes, but then you lose the integration with model validation, filters, method selectors, etc.