To save recordings for test cases that pass, select this check box. Recordings are always saved for test cases that fail.
To run tests in the same process: >vstest.console.exe tests.dll To run tests in a separate process: >vstest.console.exe /inIsolation ...
To run tests that interact with the desktop, you must set up the test agent to run as an interactive process. For more information, ...
To run validation locally, you must select at least one solution configuration that is both non-Debug and contains an architecture ...
To save or import information to a shared project, it must first be saved to disk. Save the current project and try the operation ...
To save recordings for test cases that pass, select this check box. Recordings are always saved for test cases that fail. ...
To see a list of available services on a specific server, enter a service URL and click Go. To browse for available services, ...
To see an unblocking call stack, click a blocking segment that also shows a thread-ready connector. That connector links ...
To specify build command lines, click Next to set the settings on the "Specify Debug Configuration Settings" and "Specify ...
To test for empty strings, check if String.Length is equal to zero. Constructs such as ".Equals(someString) and String.Empty.Equals(someString) ...