Alexander, do you mean 30x http repsonse?
You can surely customize WebTest for this purpose. One solution would be to set redirectEnabled to false on the webClient and to handle it in you custom step. An other solution could be to register a custom WebConnection wrapping the original one on the WebClient, and to save redirection that occured to allow this information to be accessed by your custom verifyRedirect step. Cheers, Marc. -- Blog: http://mguillem.wordpress.com Alexander Mannsfeld wrote: >> Hi there, > > I'm would like to implement a redirect/rewrite-verfication within webtest; > Till yet I haven't found an approbiate step allowing something like this: > > <invoke > description="invoke gameduel.de" > url="www.gameduel.de" /> > <verfiyRedirect > description="Verfifes redirect to gameduell.de" > regexp="true" > text="www.gameduell.de /> > > Is there any possibility to solve this in webtest? > > Thanks in advance, > > Alexander > > Alexander Mannsfeld > Quality Assurance > > GD GameDuell GmbH > > > > > > > > > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest > _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

