Skip to content

Commit 452b821

Browse files
authored
Update README.md (#4667)
1 parent 8bffd21 commit 452b821

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Microsoft Test Framework
1+
# Microsoft Testing Platform and Microsoft Test Framework
22

33
[![GitHub release](https://img.shields.io/github/release/microsoft/testfx.svg)](https://GitHub.com/microsoft/testfx/releases/)
44
[![GitHub repo size](https://img.shields.io/github/repo-size/microsoft/testfx)](https://github.com/microsoft/testfx)
@@ -10,6 +10,10 @@
1010
[![Commit Activity](https://img.shields.io/github/commit-activity/m/microsoft/testfx)](.)
1111
[![Build Status](https://dev.azure.com/dnceng-public/public/_apis/build/status/Microsoft/testfx/microsoft.testfx?branchName=main)](https://dev.azure.com/dnceng-public/public/_build/latest?definitionId=209&branchName=main)
1212

13+
This repository is the home for Microsoft Testing Platform and extensions, as well as MSTest.
14+
15+
Microsoft Testing Platform is a lightweight alternative to VSTest. For more information, see [Microsoft.Testing.Platform overview](https://learn.microsoft.com/dotnet/core/testing/unit-testing-platform-intro).
16+
1317
MSTest, Microsoft Testing Framework, is a unit testing framework for .NET applications. It allows you to write tests, use Test Explorer, create test suites, and apply the red, green, and refactor patterns to write code.
1418

1519
This is a fully supported, open source, and cross-platform test framework with which to write tests targeting .NET Framework, .NET Core, .NET, UWP, and WinUI on Windows, Linux, and Mac.

0 commit comments

Comments
 (0)