You can't avoid the nested code without modifying the xslt but you can write something like this to have the description:
groovy description: 'xxx', ''' // you grovy code here ''' Cheers, Marc. -- Blog: http://mguillem.wordpress.com Harihara Vinayakaram wrote: > Hi > I have WebTests written in groovy. > > To overcome some problems Marc suggested usage of the groovy ''' > ''' > step . This did solve the problem . But the repot gets printed the > entire inline step is printed . Is there a way to avoid this ? > > I tried groovy (description: 'xxx') ''' > '''' > > But that said unknown method . > > Regards > Hari _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

