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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T00:46:40+00:00 2026-05-19T00:46:40+00:00

It is a common practice to prefix the tests method names in JUnit with

  • 0

It is a common practice to prefix the tests method names in JUnit with “test”. But in the last few years, some people changed this to the prefix “should”.

If I want to test the customer creation in a database, I would normally name the method “testCustomerCreation”. However, some people would name “shouldCreateCustomer”.

This is a lot of personal taste when I am the only person in the project or when everyone else in the project agrees with me. But when/where this is not the case, some divergences or inconsistent mixes starts to shows up.

I readed somewhere an article of a guy that named his methods like “testShouldCreateCustomer”, and for this reason he decided to drop the “test” prefix. But in fact he wasn’t prefixing with “test”, he was using “testShould” and changed to “should”. Obviously, this did not convinced me.

I am personally strongly inclined to stick to “test” prefix because the methods names normally starts with verbs in the infinitive form (“get”, “set”, “add”, “remove”, “clear”, “send”, “receive”, “open”, “close”, “read”, “write”, “create”, “list”, “pop”, “print”, etc, so is “test”). So, prefixing a method name with “should” makes it sound really very strange for me, looks wrong.

So, what is the real good reason to use “should” instead of “test”? What are the great advantages and disadvantages?

  • 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-19T00:46:40+00:00Added an answer on May 19, 2026 at 12:46 am

    The ‘Should’ convention is aligned with the behaviour driven development style of testing.

    I personally really prefer to write tests in this style, as it encourages you to write tests that read as specifications, and are more aligned with the behaviour of the class or system that you are testing.

    Where possible, I sometimes go one step further and give the test class even more context using it’s name:

    class ANewlyCreatedAccount {
      shouldHaveAZeroBalance() {}
      shouldCalculateItsOwnInterest() {}
    }
    

    By naming your classes and thinking about them in this specification style, this can give you a lot of guidance on which tests to write, and in which order you should write the tests and make them green.

    Yes, ‘should’ vs ‘test’ is just a prefix and it’s important to be consistent, but this question is also about the style and mindset of how you test your code and choose which tests to write. BDD has a ton of value, so I suggest reading further and give this a try.

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

Sidebar

Related Questions

No related questions found

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.