Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3875912
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T22:19:18+00:00 2026-05-19T22:19:18+00:00

I Developed a small Application in C#. I want to test my application with

  • 0

I Developed a small Application in C#. I want to test my application with NUnit.I am a new to NUnit.I Installed NUnit but don’t Know How to use it what are the basic steps needed for it or please provide me a good reference link about using NUnit.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T22:19:18+00:00Added an answer on May 19, 2026 at 10:19 pm

    I recommend you to have an own project for your tests (like Project.Tests).

    Place the following basic files somewhere in folder of your project structure (e.g. lib\nunit\nunit):

    • nunit.core.dll
    • nunit.core.interfaces.dll
    • nunit.framework.dll
    • nunit.util.dll
    • nunit-console.exe
    • nunit-console.exe.config
    • nunit-console-runner.dll
    • nunit-console-x86.exe
    • nunit-console-x86.exe.config

    Then you need to reference the NUnit.Framework assembly in your Project.Tests project.

    For example, a simple test would look like this:

    using NUnit.Framework;
    
    namespace Project.Tests
    {
        [TestFixture]
        public class MyTestClass
        {
            [Test]
            public void MyTestMethod()
            {
                var a = "a";
                var b = "a";
                Assert.AreEqual(a, b);
            }
        }
    }
    

    You can run this test then for example with the NUnit-console or directly in VisualStudio (e.g. with the help of ReSharper) or through a MSBuild task with the help of MSBuild Community Tasks.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I developed a small Java application using EJB3 and JSF. But I want deploy
I developed a small winforms application for myself in Microsoft Visual Studio 2008 Professional
hi i am new to iphone. i develop a small application in snow leopard.
I'm writing a very small application for my organization. As nobody seems to know
I want to develop a small web application (small=4 entities, 3 html forms, login,
I intend to develop a small (Java) application for managing my finances. I believe
I need to develop a small-medium sized desktop GUI application, preferably with Python as
I am working on a small team of web application developers. We edit JSPs
I have an application that was developed for Linux x86 32 bits. There are
I am new to regular expressions. I want to do multiline search. Here is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.