Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
You can run your Web tests from the command-line. For more information, see How to: Run Tests from the Command Line.
To run a Web test from the command line
Open a Visual Studio command prompt, and change directory to the folder that contains your Web test.
For more information, How to: Run Tests from the Command Line.
Type the following command:
mstest /testcontainer:WebTest1.webtestwhere Webtest1.webtest is the name of your Web test.
(Optional) You can use other options with the MSTest command. For example, you can save results to a specific test results file; publish test results; or run with specific run configuration settings to, for example, change the files that are deployed. For more information, see MSTest.exe Command-Line Options.
See Also
Tasks
How to: Run Tests from the Command Line
How to: Run a Load Test from the Command Line
Concepts
MSTest.exe Command-Line Options