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

  • SEARCH
  • Home
  • 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 want to develop small application in asp.net using sqlite, actually I don't know
I have developed a small application and now i want to protect it. I
I developed small CakePHP application, and now I want to add one more table
i have developed a small application and was working fine on developing machine but
Hi i developed small web application, in that all the functionality working fine but
i am new to android, i configured all tings and developed small helloworld application,
I have developed a small application and want to make its setup. Is it
I developed a small application in Java using Eclipse IDE. Now i want to
i have developed a small project in java. i want to know how to

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.