> ... > Does anyone prefer one approach over the other? I am leaning slightly > towards option 1 myself because I see webtest as playing a large role > in acceptance testing and hence needs to be accessible for business users. > > Any comments?
what about having both variants? I fully agree on the convenience of variant 1 and on the power of version 2. I don't have any example in the case of emails but in the case of a web pages, variant 2 could bring additional information to what we currently have (like request headers, response message, ...) without the need of special steps for it. Further advantage, it is easier to extend the format of the "xml view" with additional information as to implement extra new steps. I'm for 1 + 2 ;-) Marc. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

