Install Network Emulation driver from the command line on your local machine without installing the Visual Studio test agent
First Open command prompt of visual studio by following steps :
Then You can install network emulation driver from the command line on your local machine without installing the Visual Studio test agent by using the following command:
VSTestConfig NETWORKEMULATION /install
For Visual Studio 2013 in Windows 8 or Windows 8.1
- On the Start screen, type Visual Studio, and then choose Visual Studio Tools. (To access the Start screen, press the Windows logo key on your keyboard.)
- In File Explorer, choose Developer Command Prompt for VS2013.
For Visual Studio 2012 in Windows 8 or Windows 8.1
- On the Start screen, type Developer Command, and then choose Developer Command Prompt for VS2012. (To access the Start screen, press the Windows logo key on your keyboard.)
For Visual Studio (any version) in Windows 7
- Choose Start, and then choose All Programs, Microsoft Visual Studio, Visual Studio Tools, Visual Studio Command Prompt.
Then You can install network emulation driver from the command line on your local machine without installing the Visual Studio test agent by using the following command:
VSTestConfig NETWORKEMULATION /install
Comments
Post a Comment