Top "Nunit" questions

NUnit is an open source unit testing framework for .NET and Silverlight written in C#. It serves the same purpose as JUnit or TestNG does in the Java world, and is one of many in the xUnit family.

How to integrate NUnit tests into a TFS 2010 build

What is the best way to integrate nunit tests into TFS 2010? Is it via generic tests or is there a …

nunit mstest tfsbuild generic-test
How can I get NUnit3TestAdapter to work with .Net Standard 2.0?

How can I get NUnit3TestAdapter to work with .Net Standard 2.0? I receive the following error: 1>C:\Nikeza\Mobile\…

nunit .net-standard
Selenium Grid with parallel testing using C#/NUnit

I've got several unit tests written with NUnit that are calling selenium commands. I've got 2 win2k3 server boxes setup, …

c# nunit selenium-grid pnunit
Nunit.exe cannot work on Vista 64bits if x86 build

I am on Vista 64 bits and I have a project built with x86 configuration. All work fine. Now, we are …

c# .net .net-2.0 nunit 64-bit
Given -When-Then example with NUnit

Can anybody point me to some resources for Give-When-Then style of testing with NUnit?

c# nunit bdd nunit-2.5
How to run NUnit test in Visual Studio Team Services

When I try to execute NUnit test in VSTS task I am getting the following error: Warning: The path 'C:\…

continuous-integration nunit azure-devops azure-pipelines-build-task
NUnit ignore all tests

I can add an attribute on a test to ignore it [Test] [Ignore("Foo Bar")] Is there any way to …

nunit ignore
SpecFlow.NUnit via Nuget: Missing reference to nunit.core

I just installed the 'specflow.nunit' package via nuget, but the project containing the specs want compile anymore, because of …

nunit nuget specflow
Access the error message in ModelState error dictionary in ASP.net MVC unit test

I have added a key-value pair in the action result like this: [HttpPost, Authorize] public ActionResult ListFacilities(int countryid) { ... ModelState.…

asp.net-mvc unit-testing nunit modelstate
MbUnit vs. NUnit

I read that MbUnit is NUnit on steroids, but I don't see why. From what I have read on here, …

unit-testing nunit mbunit