home.social

#mstest — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #mstest, aggregated by home.social.

  1. @djlink experienced this yesterday. Wrote a parameterized unit test with 6 rows with #MSTest and it took a minute to run them all. Switched to #xUnit and took 72ms. I felt like the boiled frog. I had noticed #MSTest getting slower but didn't think it had gotten that bad.

  2. 🚀 #MSTest 3.4 is out now!

    Key updates include improvements to MSTest.Analyzers, MSTest.Sdk, and MSTest.Runner. Plus, added support for WinUI applications!

    Find out all the details on #InfoQ 👉 bit.ly/3yWE9DH

    #dotnet #UITesting #AutomatedTesting #Microsoft

  3. With #testcontainers, you can spin up and tear down #Docker containers in your tests.

    If you need a database, you don’t need to mock it: your #xUnit, #NUnit, and #MSTest code can launch an actual database!

    Learn more in this blog post by @khalidabuhakmeh: jb.gg/ua9vjg

    #dotnet

  4. I noticed that #dotnet 8 is starting to ship #playwright templates for #NUnit and #MSTest. Maybe @xunit should consider a template as well. 🤔