Marsha_R
10 years agoModerator
Can't you call SetCycleCountingSchedule with just one of the Daily/Weekly/Monthly parameters, then take out the nested if and just have
EndDate Keys eval(KeywordTests.SetCycleCountingSchedule.Parameters.EndDate)
then the daily/weekly/monthly choice gets made when you call SetCycleCountingSchedule and not inside the test itself
RunKeywordTest SetCycleCountingSchedule (2,Project.Variables.Daily)
RunKeywordTest SetCycleCountingSchedule (2,Project.Variables.Weekly)
RunKeywordTest SetCycleCountingSchedule (2,Project.Variables.Monthly)
Related Content
- 11 months ago