ITester Properties
Last updated
Was this helpful?
Last updated
Was this helpful?
Provides access to the underlying SUT connections
Syntax: Connections { get; }
Holds the name of the currently executing test case
Syntax: string CurrentTestCaseName { get; }
Holds the numeric ID of the currently executing test step id
Syntax: int CurrentTestStepReportId { get; }
Provides access to functionality to setup and use specific debug mode features
Syntax: Debug { get; }
Provides access to additional functionality for domain specific algorithms
Provides access to the current test duration in milliseconds
Syntax: long MillisecondsSinceStart { get; }
Provides access to global properties used for the different test interaction engines
Provides access to functionality to report test results
Provides access to functionality to interact with the subject under test
Syntax: Helpers { get; }
Syntax: Properties { get; }
Syntax: Report { get; }
Syntax: Testee { get; }