Hi Mario,
my be you are looking for this:
we do have a lot of test (more than 150) in our testsuite.
we do start with some steps collection dynamic data and store them in a
property-file:
<echo message="propertyname=#{property-value}"
file="path/to/propertyfile.name" />
in the following test we do use the properties:
<property file="path/to/propertyfile.name" />
using this property: ${propertyname}
It works for us in many places.
I am clear?
yours
Michael Habbert
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest