UITestTraceUtility Class

Definition

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)

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.

Applies to