#MSTest
How to test your #IdentityServer?

In this post, we'll show how to setup and run automated tests with your favorite test framework. #mstest #xunit #nunit #dotnet #security

duende.link/a4rs979
Duende Software - Identity and Access Management for .NET
We help companies using .NET to build identity and access control solutions for modern applications.
duende.link
September 19, 2025 at 3:15 PM
you guys have single-handedly revived MSTest and coverage and made it all not suck! Amazing job!
December 4, 2024 at 7:31 PM
One of the projects at work, without consulting me, used Xunit test framework for the unit tests (instead of Nunit or MSTest). Xunit is a complete piece of broken shit. Just utter 100% garbage. Now I have to clean up the mess.
June 18, 2024 at 4:05 PM
Die Microsoft-Mitarbeiter Amaury Levé, Marco Rossignoli und Jakub Jareš stellen den MSTest Runner vor.
Neuer MSTest Runner
Die Microsoft-Mitarbeiter Amaury Levé, Marco Rossignoli und Jakub Jareš stellen den MSTest Runner vor.
www.computerworld.ch
February 5, 2024 at 8:31 AM
(I use MSTest. A method is method, not a fact, IMO).
August 29, 2025 at 9:44 PM
#powershell #mstest PowerShell quickie - function to make your Mocks faster via PlanetPowerShell
PowerShell quickie - function to make your Mocks faster
In C#, writing unit tests is king, and Moq is the hotness we use to Mock objects and methods, like the MockObjects we get with Pester in PowerShell.
bit.ly
February 9, 2024 at 9:41 AM
Gallio seems to be crashing mstest. Some sort of breakpoint issue. Not sure why?
December 1, 2024 at 8:00 PM
I am excited for #dotnetconf, I've secured a spot for a talk and will show the best new things in #dotnet test and #mstest. Hope that you join me to see the cool stuff we've been working on throughout the past year. (It is on day 2).
November 11, 2025 at 7:53 AM
MSTest is one of the test frameworks that supports both VSTest platform and MTP. If you are talking MTP vs VSTest then it's faster (at least 30% drop in overhead), more reliable, more modular, can run anywhere and supports all .net features (trimming, native aot...)
February 11, 2025 at 6:58 AM
For example, it encourages using constructors and IDisposable instead of magic attributes. Richer as in to has about twice as many assert methods and overloads as other libraries. But MSTest and NUnit have caught up to it a lot over the past few years, so any, really, are a good choice.
August 31, 2025 at 10:07 PM
MSTest V2: in-assembly parallel test execution
http://bit.ly/2Ez6akz
MSTest V2: in-assembly parallel test execution - Azure De...
Introduction MSTest V2 v1.3.0 Beta2 now supports in-assem...
bit.ly
December 1, 2024 at 4:02 PM
✨ Curious what last year’s Update Conference in Prague was like? Now’s your chance to find out in the great talk of Amaury Levé on our YouTube channel! ✨

Relive the atmosphere and get inspired!

#dotnet #testing #mstest #updateconference #softwaretesting #developercommunity
@updateconference.bsky.social Thank you for publishing the video of my talk at your conference last year! It was a true pleasure to be with you there! I would recommend everyone to attend the conference (speaker or attendee).

If you want to know about #MSTest and #MTP youtu.be/H6-RngkeXH8?...
MSTest: teaching the old dog some new tricks
YouTube video by Update Conference
youtu.be
July 22, 2025 at 1:07 PM
Nouvelle version de l'excellent ouitl NCrunch. Support de Rider 2025.1, MSTest v3.8, des solutions .slnx & + si affinités blog.ncrunch.net/post/Rider-2...
NCrunch Blog | Rider 2025.1, MSTest v3.8, More fixes
blog.ncrunch.net
April 10, 2025 at 8:25 AM
[読書日記を更新しました] 読了: Rodriguez-Rondon & Dufour (2024) MSTestパッケージをインストールしなさい。マルコフ・スイッチング・モデルのレジーム数についての本当の検定というものをお見せしますよ elsur.jpn.org/diary/2025/0...
読了: Rodriguez-Rondon & Dufour (2024) MSTestパッケージをインストールしなさい。マルコフ・スイッチング・モデルのレジーム数についての本当の検定というものをお見せしますよ | 読書日記
elsur.jpn.org
May 24, 2025 at 8:14 AM
Glad that between #MSTest and #VisualStudio they've now fixed the memory leak when running lots of tests that means I can now run all these in one go!
For a 7 hour test run it's nice not to set this off in the evening and have to rerun the 40% that failed due to a memory issue.
November 7, 2024 at 7:33 AM
MSTest 3.8 lands with fresh #dotNET testing goodies! ...new assertions, flaky test retries, and OS-specific runs via OSConditionAttribute boost precision. Simplified APIs and messageBuilder funcs bring style. Pure testing bliss! Learn about the new release. https://msft.it/63324qw2M4
March 28, 2025 at 5:40 PM
Migrate from MSTest to xUnit using a Roslyn analyzer - Meziantou's blog www.meziantou.net/migrate-from... #dotnet
Migrate from MSTest to xUnit using a Roslyn analyzer - Gérald Barré
In this post, I describe how to migrate from MSTest to xUnit using the Meziantou.MSTestToXunitAnalyzer Roslyn analyzer.
www.meziantou.net
February 6, 2025 at 12:47 PM
「C の enum を C# に書き換えて」
「この enum 要素それぞれにコレコレのメソッド書いて」
「そのメソッド使って C の単体テストを C# に書き換えて」
「NUnit じゃなくて MSTest にして」

…涙出そう…。
September 4, 2024 at 11:27 AM
Oh I see, custom test adaptors via nuget. That's ok. Worse than @appveyor though. xUnit, NUnit, MSTest, ootb, in that order, VSTS plz.
November 18, 2024 at 8:26 PM
I had kind of given up on MSTest, but this new release looks very promising. I particularly like the retry logic. devblogs.microsoft.com/dotnet/mstes...
MSTest 3.8: Top 10 features to supercharge your .NET tests! - .NET Blog
MSTest 3.8 is here! It's built on your feedback and packed with powerful new features to simplify and smooth your testing experience.
devblogs.microsoft.com
March 30, 2025 at 3:01 PM
MSTest: An R-Package for Testing Markov Switching Models https://arxiv.org/abs/2411.08188 arXiv:2411.08188v1 Announce Type: new Abstract: We present the R package MSTest, which implements hypothesis testing procedures to identify the number of regimes in Markov switching models. These models hav 📈🤖
November 14, 2024 at 4:10 PM