Mart Toom wrote:
>
> 3) property file should start with comment row
> #propertyName=propertyValue
> (if doesn't start with comment row, then questionmark will be added
> somehow in front of property name (?propertyName) and property value is
> not resolved)

??
should not be the case. Did you save as UTF-8 with BOM?

> ...
> PS! It seems that ant properties cannot be used inside step <testInfo>.
> The property value still wasn't resolved there while it worked quite ok
> inside other steps.

I don't see any reason for that either unless you use a very old version
of WebTest (but as far as I remember, testInfo didn't exist at that
time): if an <echo message="${myProp}"/> works properly then <testInfo
type="${myProp}"/> should work too.

Cheers,
Marc.
-- 
Blog: http://mguillem.wordpress.com

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to