{"tool":"dotnet","tool_display":"Dotnet","intent":"execute-tests-specific-location","intent_display":"execute tests specific location","title":"Dotnet Command: execute tests specific location","command_string":"dotnet test <path/to/project_or_solution>","raw_command_string":"dotnet test {{path/to/project_or_solution}}","description":"Exact CLI syntax to execute tests specific location using Dotnet.","usage_scenario":"When verifying functionality or regression testing in a targeted area of the application code.","scenario_context":"Use targeted tests to quickly verify specific functionality without running the entire suite.","simulated_output":"Build started, please wait...\n\nBuild succeeded.\n\nTest run for /path/to/project_or_solution/bin/Debug/net5.0/YourProject.dll\n\nPassed!   5\nFailed!   0\nSkipped!  0\n\nTotal tests: 5\nPassed: 5\nFailed: 0\nSkipped: 0\n\nTest Run Successful.\n\nTest execution time: 1.2345 Seconds","how_to_steps":["Navigate to the project directory using `cd /path/to/project_or_solution`.","Run the command `dotnet test` to execute tests in the specified location."],"inferred_category":"Programming","canonical_url":"https://www.syntaxstandard.com/dotnet/execute-tests-specific-location"}