Links

IAppBasics Properties

AppSettings

A dictionary for application settings that can be modified through the model and influence other parts of the model or test cases, e.g. the date / time format.
Syntax: Dictionary<string, string> AppSettings { get; }

SutLocale

The locale of the system under test that allows to get the current date time and culture of the SUT.
Syntax: ISutLocale SutLocale { get; }

Tester

Access to the Tester Interface.
Syntax: ITester Tester { get; }

Window

The search rectangle as Select filter that contains the whole application.
Syntax: Select Window { get; }