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 401031
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T16:59:48+00:00 2026-05-12T16:59:48+00:00

What are the best practices for naming unit test classes and test methods? This

  • 0

What are the best practices for naming unit test classes and test methods?

This was discussed on SO before, at What are some popular naming conventions for Unit Tests?

I don’t know if this is a very good approach, but currently in my testing projects, I have one-to-one mappings between each production class and a test class, e.g. Product and ProductTest.

In my test classes I then have methods with the names of the methods I am testing, an underscore, and then the situation and what I expect to happen, e.g. Save_ShouldThrowExceptionWithNullName().

  • 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-12T16:59:49+00:00Added an answer on May 12, 2026 at 4:59 pm

    Update (Jul 2021)

    It’s been quite a while since my original answer (almost 12 years) and best practices have been changing a lot during this time. So I feel inclined to update my own answer and offer different naming strategies to the readers.

    Many comments and answers point out that the naming strategy I propose in my original answer is not resistant to refactorings and ends up with difficult to understand names, and I fully agree.

    In the last years, I ended up using a more human readable naming schema where the test name describes what we want to test, in the line described by Vladimir Khorikov.

    Some examples would be:

    • Add_credit_updates_customer_balance
    • Purchase_without_funds_is_not_possible
    • Add_affiliate_discount

    But as you can see it’s quite a flexible schema but the most important thing is that reading the name you know what the test is about without including technical details that may change over time.

    To name the projects and test classes I still adhere to the original answer schema.

    Original answer (Oct 2009)

    I like Roy Osherove’s naming strategy. It’s the following:

    [UnitOfWork_StateUnderTest_ExpectedBehavior]

    It has every information needed on the method name and in a structured manner.

    The unit of work can be as small as a single method, a class, or as large as multiple classes. It should represent all the things that are to be tested in this test case and are under control.

    For assemblies, I use the typical .Tests ending, which I think is quite widespread and the same for classes (ending with Tests):

    [NameOfTheClassUnderTestTests]

    Previously, I used Fixture as suffix instead of Tests, but I think the latter is more common, then I changed the naming strategy.

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

Sidebar

Related Questions

What are the best practices when naming CSS selectors? SomeContainerContent some_container_content some-container-content I read
Related to this question , what is the best practice for naming a mutex?
I found out this article I would like share with you. http://10rem.net/articles/net-naming-conventions-and-programming-standards---best-practices Naming convention
What is the best practice for naming UI controls (textboxes, drop-downs, etc.) on forms
What best practices should be observed when implementing HDL code? What are the commonalities
What are the best practices to consider when catching exceptions and re-throwing them? I
What are the best practices around creating flat file database structures in PHP? A
What are the best practices for checking in BIN directories in a collaborative development
What's are the best practices for versioning web sites? Which revision control systems are
I am looking for best practices for detecting and preventing DOS in the service

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.