shepherdm3

Results 13 comments of shepherdm3

Interesting to note that a co-worker reports this works as designed/expected in Visual Studio 2026 Community:

> Is that the same project / solution? My co-worker repeated the exercise with my project with no issues. I am currently updating my install of Visual Studio 2026 to...

> There data collectors were deprecated in 17.x.x and removed in 18.0.0. Is that specific to video recording or are all the DataCollectors deprecated? I ask because if that is...

> I was wrong the recorder was not deprecated, it is broken and we are looking into fix. Any timeframe on the resolution of the issue?

According to the [Migrate from MSTest v3 to v4](https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-mstest-migration-v3-v4) document that was published when MSTest v4 was released, the Properties dictionary is now an IDictionary. So you can either leverage...

> [@elgatov](https://github.com/elgatov) For test case association though, this is so far not yet prioritized for Microsoft.Testing.Platform. Consider thumbing-up the issue so we have better idea how blocking this issue is...

> If you are seeing the same problem with VSTest please report it there (microsoft/vstest), and we will fix it, as that is a regression in existing functionality rather than...

> Can you try using `FullyQualifiedTestClassName` instead? Unfortunately that was the first thing I tried before submitting this issue and it throws a not found exception. > Assembly Initialization method...

Think about it in the context of test overhead when initializing the assembly. For Web UI test methods, class initialization creates/destroys an Appium or Selenium driver for each and every...