The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UITestTraceUtility Class
Provides static helper properties and methods for tracing in UI tests and Test Runner.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | LogFileDirectory | Gets the folder where log files from UI modules are stored as configured in the app.config settings file. |
| Name | Description | |
|---|---|---|
![]() ![]() | StartTracing() | Returns a trace listener stream for tracing that saves log files in the folder that is specified in configuration. |
![]() ![]() | StartTracing(String^) | Returns a trace listener stream for tracing that saves log files in the specified folder. |
![]() ![]() | StartTracing(String^, String^) | Returns a trace listener stream for tracing that saves log files in the specified folder. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


