testfx icon indicating copy to clipboard operation
testfx copied to clipboard

MSTest framework and adapter

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

Today in server mode we're trying to batch payloads per-call, we could do better and move the complexity close to the network channel and have a queue there where we...

Type: Chore
Area: Testing Platform

## Describe the bug Using the MSTestRunner I expected that consuming WinRT Types from WinRT Components wouldn't be an issue anymore. Test discovery output: ``` [MSTest][Discovery][MSTestComponent\TestProject1\bin\x64\Debug\net48\TestProject1.exe] Fehler beim Laden von...

Type: Bug
Area: VS
Area: VSTest
Resolution: Pending release

## Summary Add performance benchmarks as a type of test which measures changes in performance. ## Background and Motivation Pass/Fail is an inadequate way to measure the quality of a...

Type: Discussion
State: Needs Approval

## Summary Change the name of the MSTest.Runner to Microsoft.Testing.Runner (or something else that is test framework agnostic. ## Background and Motivation The new MSTest.Runner is intended to also support...

Type: Feature
Area: Testing Platform

## Summary Add a first version support of native AOT to collect feedback from users and decide how much invest in this direction. For this first version of support, we...

Type: Feature
Area: Native AOT

Here https://github.com/microsoft/testfx/blob/main/src/Adapter/MSTestAdapter.PlatformServices/Services/ThreadOperations.cs#L22 we're creating a custom thread for every test to handle the thread apartment...we should create it only if we're in a non multi one or we allocate a...

Area: Performance

When cloning the repository and trying to build within VSCode/C# DevKit, i'm getting this issue : The "Microsoft.Build.Packaging.Pri.Tasks.ExpandPriContent" task could not be loaded from the assembly C:\Program Files\dotnet\sdk\8.0.100\\Microsoft\VisualStudio\v17.0\AppxPackage\\Microsoft.Build.Packaging.Pri.Tasks.dll. Could not...

Type: Docs
Area: VSCode

## Summary Provide Assert methods that automatically retry the given function to assert until timeout. ## Background and Motivation Currently, my test code has asserts like these: ``` await Assert.That.ShouldBeEqual(value,...

Type: Feature
Area: Assertion
State: Needs Approval

As alternative to `IEnumerable` and `IEnumerable` we could offer a new type, that people could use for their data source. For inspiration, xUnit has `TheoryData` which provides type-safe dynamic data....

Type: Feature
Area: Data Driven
State: Needs Approval

## Summary Some users are requesting support of Microsoft Fakes with MSTest runner (see https://devblogs.microsoft.com/dotnet/introducing-ms-test-runner/#comment-20346). We should investigate what's required and based on complexity prioritize its implementation.

Type: Feature
Area: Testing Platform