testfx icon indicating copy to clipboard operation
testfx copied to clipboard

MSTest framework and adapter

Results 258 testfx issues
Sort by recently updated
recently updated
newest added

## Description If you use `MSTest.TestAdapter` on a UWP project, the very long name of the `Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices` component can cause the resource generation step to fail because the Windows maximum...

Type: Feature
Breaking :bangbang:

## Describe the bug When all tests in the project are ignored, the `AssemblyInitialize` method is not executed. The `AssemblyCleanup` is always executed. I'd expect both methods to always execute...

Type: Bug

## Describe the bug MSTest.TestFramework 3.0.4 ClassCleanup method in base class not called [TestClass] public class BaseClass { [ClassCleanup] public static void ClassCleanupBase() { Console.WriteLine(nameof(BaseClass) + nameof(ClassCleanupBase)); } } [TestClass]...

Type: Bug

## Summary It would be useful to be able to automatically trigger a debugger launch call on failed test/assertion. This is especially interesting when the issue is quite randomic and...

Type: Feature
Area: Assertion
State: Needs Approval

## Summary It would be useful to be able to automatically create a dump on failed test/assertion. This is especially interesting when the issue is quite randomic and we are...

Type: Feature
Area: Assertion
State: Needs Approval

## Summary Provide a way for users to specify that the given test(s) should be run on STA. This is particularly helpful for some UI testing with WPF, WinForms or...

Type: Feature
State: Approved

## Description DataSource provider - "Microsoft.VisualStudio.TestTools.DataSource.TestCase" is not available for mstestv2. Need a custom data source provider for TFS TestCase datasource. [DataSource("Microsoft.VisualStudio.TestTools.DataSource.TestCase",             "https://.visualstudio.com/DefaultCollection;",             "",             DataAccessMethod.Sequential)] ## Steps to reproduce Refer...

Help-Wanted
Type: Feature
Area: Data Driven

Hello, we dynamically get our data for our unit test from different databases. Sometimes there is no data for specific cases on specific databases. This is not a bug and...

Type: Discussion
Type: Feature

## Summary MS Tests supports parallel tests across Assembly, Class and Method levels. However this does not apply to methods that take input as DataRows / Data driven tests. Can...

Type: Feature

## Summary It would be really cool if the number of workers could be the result of some simple division depending on the maximum CPU threads of the machine. ````xml...

Type: Feature