Show rating breakdown
Save to My Lists
Unclaimed
Unclaimed

NUnit Reviews & Product Details

Verified User in Computer Software
IC
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about NUnit?

Provide plenty of guides, tutorials, and integration with huge range of 3rd party tools. Review collected by and hosted on G2.com.

What do you dislike about NUnit?

NUnit's update frequency is very slow; some developers complain that it is no longer able to keep up with new testing approaches Review collected by and hosted on G2.com.

What problems is NUnit solving and how is that benefiting you?

Unit Testing Review collected by and hosted on G2.com.

NUnit Overview

What is NUnit?

NUnit is a unit-testing framework for all .Net languages.

NUnit Details
Discussions
NUnit Community
Show LessShow More
Product Description

NUnit is a unit-testing framework for all .Net languages.


Seller Details
Seller
NUnit
HQ Location
N/A
Twitter
@nunit
698 Twitter followers

Recent NUnit Reviews

Verified User
U
Verified UserEnterprise (> 1000 emp.)
5.0 out of 5
"My favourite unit testing tool for all my .Net requirements"
The best part of it is very simple and more over it is open source framework and for automating unit testing in all. of our Net languages. Its TDD ...
Mukul a.
MA
Mukul a.Small-Business (50 or fewer emp.)
4.5 out of 5
"Open-Source testing tool"
this tool is easily accessible, and easily implemented in your current project and maintenance in quite easy. this tool is open-source and provides...
BB
Bill B.Small-Business (50 or fewer emp.)
4.5 out of 5
"Open-Source TDD Framework"
The fact that it is a straightforward open source framework for automating unit testing in all of our.Net languages is its strongest feature. Its a...
Security Badge
This seller hasn't added their security information yet. Let them know that you'd like them to add it.
0 people requested security information

NUnit Media

Answer a few questions to help the NUnit community
Have you used NUnit before?
Yes

35 out of 36 Total Reviews for NUnit

4.4 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Popular Mentions
The next elements are radio elements and sort the displayed results by the item selected and will update the results displayed.
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
35 out of 36 Total Reviews for NUnit
4.4 out of 5
35 out of 36 Total Reviews for NUnit
4.4 out of 5

NUnit Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons

Overall Review Sentiment for NUnitQuestion

Time to Implement
<1 day
>12 months
Return on Investment
<6 months
48+ months
Ease of Setup
0 (Difficult)
10 (Easy)
Log In
Want to see more insights from verified reviewers?
Log in to view review sentiment.
G2 reviews are authentic and verified.
Mukul a.
MA
Software Engineer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: Organic
What do you like best about NUnit?

this tool is easily accessible, and easily implemented in your current project and maintenance in quite easy. this tool is open-source and provides many features for dot net languages( c#,f#, VB). when using this too it shows me where my code failed and highlights the some so that I can fix it. Review collected by and hosted on G2.com.

What do you dislike about NUnit?

there is some requirement that I would love to get fixed like it is not very easy to debug and sometimes it takes time to load or start, it feels heavy at times. but considering it is open-source and with this many features packed I'm not complaining. Review collected by and hosted on G2.com.

What problems is NUnit solving and how is that benefiting you?

NUnit helped me and my team keep the code quality intact and save time in manual testing as well. it helps in making sure bug don't make their way to the production environment. the best tool for testing integration and UI testing. Review collected by and hosted on G2.com.

BB
President
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about NUnit?

The fact that it is a straightforward open source framework for automating unit testing in all of our.Net languages is its strongest feature. Its a wonderful blessing for us because it streamlines the testing procedure and guarantees that the results we provide are of the highest calibre. Annotations are often used to expedite the creation and execution of tests. Review collected by and hosted on G2.com.

What do you dislike about NUnit?

Its possible that NUnit wont function with every technology because it was created primarily to be compatible with.Net languages. While it can manage hardware in the loop tests, there are some restrictions on how it may be customised for particular testing needs. Effective use of NUnit necessitates a thorough knowledge of code and test cases. Review collected by and hosted on G2.com.

What problems is NUnit solving and how is that benefiting you?

Code regressions and flaws can be quickly located with NUnit, allowing for speedy corrections and keeping problems from being released into the wild. By drastically reducing the need for manual testing, it frees up time to focus on creating new features. NUnit shows to be an excellent partner for developers looking to improve the quality of their code and simplify testing processes. Review collected by and hosted on G2.com.

Verified User in Consumer Electronics
UC
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about NUnit?

It is straightforward to get started with unit testing on .Net. I like that I can write my tests and I don't have to manage their execution or the results. Nunit shows me where the code failed so that I can quickly find it and fix it. Review collected by and hosted on G2.com.

What do you dislike about NUnit?

NUnit is very much for .Net applications, while it could also make a great test runner framework for other languages. I've also used it to drive hardware in the loop tests for embedded systems. All the tests were written in C# and controlled external hardware interfaced with the device under test. Review collected by and hosted on G2.com.

What problems is NUnit solving and how is that benefiting you?

NUnit keeps the quality of our code up while we are devoting the majority of our resources to developing new features. NUnit helps us identify regressions in the functionality that previously required several people and many hours to determine. Review collected by and hosted on G2.com.

NAVEENKUMAR S.
NS
Senior Software Engineer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about NUnit?

NUnit is one of the best framework solutions I have worked for for testing. It has a large variety of options for testing and reporting, which can be interacted with the visual studio. This makes the automated testing for coding. Review collected by and hosted on G2.com.

What do you dislike about NUnit?

We need a deep understanding of coding and testing cases to use the NUnit. Review collected by and hosted on G2.com.

What problems is NUnit solving and how is that benefiting you?

We have integrated into our application for testing the application and with build test cases. Can make the developer find the issue before deploying in production Review collected by and hosted on G2.com.

Verified User in Professional Training & Coaching
UP
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: Organic
(Original )Information
What do you like best about NUnit?

The best part of it is very simple and more over it is open source framework and for automating unit testing in all. of our Net languages. Its TDD is a boon to us, because it simplifies our testing process and leads to high quality deliverables. Also, we use annotations to speed up test development & execution Review collected by and hosted on G2.com.

What do you dislike about NUnit?

Feels limitation in customization options for specific testing needs. Feel that Integrating NUnit with certain build systems or CI/CD pipelines might require additional configuration and setup Review collected by and hosted on G2.com.

What problems is NUnit solving and how is that benefiting you?

Using NUnit, we are executing test cases from the console runner by the NUnit Test Adapter inside the Visual Studio. Its ability to perform Test-Driven Development (TDD), is leading to our best code design,less development time, the flexibility of code and easier maintenance and finally saving on the project costs Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about NUnit?

Parallel execution of keyword driven test framework based tests implemented in c#. NUnit makes it very easy by virtue of its simple and meaningful attributes. Even for making the tests data driven it's very easy and takes very less time.

It has integration with speckflow for executing bdd scenarios you just need to plug it by installing the nuget package. Review collected by and hosted on G2.com.

What do you dislike about NUnit?

It only supports C#.

The default logger is of xml type and can be improved by using some dependencies like extent reports or something like this report.

Uploading the gemerated report to azure devops need to be added which is supported MSTest Review collected by and hosted on G2.com.

What problems is NUnit solving and how is that benefiting you?

Parallel execution of specflow features or scenarios. Paralle execution made our like easy by decreasing the execution time. Our test execution performance was up to the mark when started using NUnit amd we integrated it in CI buid too Review collected by and hosted on G2.com.

Ashish C.
AC
Member Of Technical Staff
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about NUnit?

It was easy to follow documentation and implement into our project Review collected by and hosted on G2.com.

What do you dislike about NUnit?

Difficult to debug and search for descrepency Review collected by and hosted on G2.com.

What problems is NUnit solving and how is that benefiting you?

Better for writing modular test cases and scenarios Review collected by and hosted on G2.com.

Verified User in Higher Education
UH
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
Business partner of the seller or seller's competitor, not included in G2 scores.
What do you like best about NUnit?

It is a very good library to organize test scripts, specifically you are able to group them with attributes and run a section of the tests when needed. Very easy to integrate with the command line so that any windows users will have an easy time running it. Review collected by and hosted on G2.com.

What do you dislike about NUnit?

The framework can be heavy at times so running a test script will cost a big load on the CPU. if you are doing UI testing with a GPU as well it will be increased stress on the system or VM you are running on Review collected by and hosted on G2.com.

Recommendations to others considering NUnit:

I would recommend highly but if you are looking for more modern solutions there are others such as puppeteer and cypress Review collected by and hosted on G2.com.

What problems is NUnit solving and how is that benefiting you?

Integration testing and UI testing. Our software is a form based application and in order to test the "happy paths" or the most frequented flows we use NUNIT to test it. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
(Original )Information
What do you like best about NUnit?

1. NUnit tool is open source/free, can be found easily online.

2. Faster than many tool as compared to MS test and so on.

3. Anybody can create test scripts and run that script easily. Review collected by and hosted on G2.com.

What do you dislike about NUnit?

We have to write the test scripts, the tool cann't write script by its own.

It takes more time for execution of the test scripts.

Mostly get issues related to compatibility while upgraded to new version of .NET. Review collected by and hosted on G2.com.

Recommendations to others considering NUnit:

More important is anybody can create test scripts and run that script easily. Having more documentation part for help. Review collected by and hosted on G2.com.

What problems is NUnit solving and how is that benefiting you?

More important is anybody can create test scripts and run that script easily.

NUnit tool is open source/free, can be found easily online.

Faster than many tool as compared to MS test and so on.

Having more documentation part for help. Review collected by and hosted on G2.com.

LG
Senior Developer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about NUnit?

Simple to Use and implement. Easy to setup and straight forward when it comes to testing my .Net Standard Projects Review collected by and hosted on G2.com.

What do you dislike about NUnit?

There is nothing to dislike about NUnit and the way you use it. Review collected by and hosted on G2.com.

What problems is NUnit solving and how is that benefiting you?

Sometimes my team left gaps in their code, and when using NUnit to test, we found the gaps quite easily, and we fixed it immediately without spending countless Hours trying to solve the issues Review collected by and hosted on G2.com.