Schedule a job with following settings:
- Recurring for every 2nd/3rd/4th/last day (Mon, Tue, etc.) of the month.
- Set range of occurrence to 'No end date'.
Expected: The job is scheduled and its upcoming runs can be seen in the Results tab.
Actual: The Results tab freezes or completely crashes the tool.
Error in log:
Telerik.TestStudio.exe(12028:34),Error] App.LogUnhandledException() : EXCEPTION! (see below)
Situation: Unhandled exception!
Outer Exception Type: System.ArgumentOutOfRangeException
Message: The added or subtracted value results in an un-representable DateTime.
Parameter name: value
HRESULT: 0x80131502 (Official ID (if app.) = COR_E_ARGUMENTOUTOFRANGE, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5378)
Call Stack:
at System.DateTime.AddTicks(Int64 value)