UITestTraceUtility Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides static helper properties and methods for tracing in UI tests and Test Runner.
public ref class UITestTraceUtility abstract sealed
public static class UITestTraceUtility
type UITestTraceUtility = class
Public Class UITestTraceUtility
- Inheritance
-
UITestTraceUtility
Properties
| LogFileDirectory |
Gets the folder where log files from UI modules are stored as configured in the app.config settings file. |
Methods
| StartTracing() |
Returns a trace listener stream for tracing that saves log files in the folder that is specified in configuration. |
| StartTracing(String, String) |
Returns a trace listener stream for tracing that saves log files in the specified folder. |
| StartTracing(String) |
Returns a trace listener stream for tracing that saves log files in the specified folder. |