Assuming you are using MSTest, you can use
System.Diagnostics.Trace.WriteLine("Hello World");
To output whatever you’d like. It will show up in the full results of the test runner.
Assuming you are using MSTest, you can use
System.Diagnostics.Trace.WriteLine("Hello World");
To output whatever you’d like. It will show up in the full results of the test runner.