Hi, Anyone know if it is possible to test date expressions within the <ifStep> of an Ant XML webtest?
I have a test which, due to some circumstances outside of my control, will never work if the current date is the first month of the year. Rather than comment out this test during every January, I'd prefer to set a conditional to just not have the verify steps execute. I guess this is more a question of what it is possible and not possible to do within an Ant expression - I know I could pass in the current date in a property, but then I'm not sure if 1) it would be possible to parse this to test for "first month" or 2) if I could avoid passing the date in and instead examine a different property. Anyone try to do this before? Thanks Matt

