ISutLocale Methods
ChangeCulture
Allows to change the culture of the sut (SutCultureInfo property).
Syntax:
Parameters:
Parameter
Description
cultureString
Type: String The culture string (e.g en-US, de-CH etc) of the system under test. (for Windows: see Additional date, time, & regional settings in Region & language settings.)
InitSutDateTime
Initializes the SutDateTime by determining the delta from the VM to the host where the testcase is run.
Syntax:
Exceptions:
Exception
Condition
The VM local time could not have been parsed. Execution aborted.
Last updated