william_roe
9 years agoSuper Contributor
Status:
New Idea
Passing Code Expression as Parameter Value in Keyword Test
It would be useful to be able to pass a code expression as a parameter to keyword tests. I have the need to pass dates to a keyword tests (object type is fine) but have no ability to specify a code expression as the parameter (second image). As an example I would like to pass four weeks from today as the EndDate: aqDateTime.AddDays(aqDateTime.Today(), 28)
This sort of code is unmaintainable: