Hi, you're right, replaceFilter can only work on the "current response", not on properties.
One solution would be to use <echo message="..." file="..."/> and to compare your response with the created file on which you can apply the filter as well. Cheers, Marc. -- Web: http://www.efficient-webtesting.com Blog: http://mguillem.wordpress.com Tokutan wrote: > Hi, > > Is it possible to store a property from data driven i.e.excel and using > replaceFilter to remove or replace character from the data? I have > created Webtest script to to replace response from invoking url, however > I need to do the same thing from the excel data and then comparing with > the actual data from the url. > > It seems that replaceFilter function only looking at the data from > invoking url and it is not possible to look at a property from > storeProperty (storing property from excel) > > Thanks, _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

