Skip to content

Commit

Permalink
Update README.md (#4667)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Jan 15, 2025
1 parent 8bffd21 commit 452b821
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Microsoft Test Framework
# Microsoft Testing Platform and Microsoft Test Framework

[![GitHub release](https://img.shields.io/github/release/microsoft/testfx.svg)](https://GitHub.com/microsoft/testfx/releases/)
[![GitHub repo size](https://img.shields.io/github/repo-size/microsoft/testfx)](https://github.com/microsoft/testfx)
Expand All @@ -10,6 +10,10 @@
[![Commit Activity](https://img.shields.io/github/commit-activity/m/microsoft/testfx)](.)
[![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)

This repository is the home for Microsoft Testing Platform and extensions, as well as MSTest.

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).

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.

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.
Expand Down

0 comments on commit 452b821

Please sign in to comment.