R

Ram Sharma • 3.40K Points
Extraordinary

Q. What is the primary role of the CLI tool `dotnet test`?

  • (A) Publish test logs
  • (B) Run unit tests in a project
  • (C) Create a test project
  • (D) Configure test coverage rules

Explanation by: Ram Sharma
`dotnet test` builds and executes test methods using a test framework like xUnit or NUnit.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.