IAppBasics Properties
Last updated
Was this helpful?
Last updated
Was this helpful?
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; }
The locale of the system under test that allows to get the current date time and culture of the SUT.
Syntax: SutLocale { get; }
Access to the Tester Interface.
Syntax: Tester { get; }
The search rectangle as Select filter that contains the whole application.
Syntax: Window { get; }