ITester Properties

Connections

Provides access to the underlying SUT connections

Syntax: IConnections Connections { get; }

CurrentTestCaseName

Holds the name of the currently executing test case

Syntax: string CurrentTestCaseName { get; }

CurrentTestStepReportId

Holds the numeric ID of the currently executing test step id

Syntax: int CurrentTestStepReportId { get; }

Debug

Provides access to functionality to setup and use specific debug mode features

Syntax: IDebug Debug { get; }

Helpers

Provides access to additional functionality for domain specific algorithms

Syntax: IHelpers Helpers { get; }

MillisecondsSinceStart

Provides access to the current test duration in milliseconds

Syntax: long MillisecondsSinceStart { get; }

Properties

Provides access to global properties used for the different test interaction engines

Syntax: GlobalEngineParameters Properties { get; }

Report

Provides access to functionality to report test results

Syntax: IReport Report { get; }

Testee

Provides access to functionality to interact with the subject under test

Syntax: ITestee Testee { get; }

Last updated