Michael Knapp <[EMAIL PROTECTED]> writes: > > > ideally I'd like webtest to allow constructions like this one: > > > > <webtest> > > <steps> > > ... > > <ant antfile="addToBasket.xml"> > > <property file="itemA.properties" /> > > </ant> > > ... > > <ant antfile="addToBasket.xml"> > > <property file="itemB.properties" /> > > </ant> > > ... > > </steps> > > </webtest> > > > > BUT this IS NOT yet possible. Perhaps in a few weeks or monthes. > > How about by this weekend? :D > > j/k. This is exactly the kind of behavior I've been dreaming about. I > look forward to it.
have you tried it? It's possible that it already works. I wanted to add a similar construct for <antcall target="..."/> and I've discovered that it is already working! Marc. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

