This topic has not yet been rated - Rate this topic

TestContext.TestDeploymentDir Property

Gets the path to the test deployment directory. Deprecated. Use DeploymentDirectory instead.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
public virtual string TestDeploymentDir { get; }

Property Value

Type: String
The path to the test deployment directory.
ExceptionCondition
InvalidCastException

An invalid value type is associated with the TestDeploymentDir property of the test context.

This value is the Out directory where the test and deployed items are put to run the test.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.