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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T23:11:05+00:00 2026-06-05T23:11:05+00:00

Is there a way to find out programmatically what TestCategory is running in a

  • 0

Is there a way to find out programmatically what TestCategory is running in a method marked [AssemblyInitialize]?

I want to do some configuration specific to a certain test category.

  • 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-06-05T23:11:06+00:00Added an answer on June 5, 2026 at 11:11 pm

    No, TestCategory is only used by MSTest to select which tests to run. The only information available at test runtime is exposed through the TestContext class.

    One (admittedly nasty) approach is to make a static class or method which can lazily perform the configuration, and invoke this from each test method with the designated category. But beware, if you manipulate shared global state it can cause unpredictable behaviour when MSTest schedules tests in different sequences.

    When writing integration tests, I find it is better to have strong dependency and configuration cohesion in each assembly, even if this means you have many small test assemblies. In other words, all tests in a given assembly use the same setup and have the same dependencies. This reduces the chance that a previous test changed some global state (leading to intermittent instabilities). It also often makes tests execute faster, since different categories of test can’t repeatedly make conflicting configuration changes.

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

Sidebar

Related Questions

Is there some way to find out when the text gets wrapped (WordWrap) inside
is there a way to find out programmatically which paths are searched by dlopen()
Is there a way to programmatically find out what country a user's phone is
Is there any way to (programatically) find out what your app's name is? I'm
Is there a way to find out if a light is enabled in GLSL
Is there any way to find out diagonals of quadrilateral if I only know
Is there a way to find out the checkin history of a user in
Is there a way to find out the number of digits of min/max values
Is there a way to find out when a stored procedure or table was
Is there a way to find out the final location of my animated object

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.