Re: [Http-webtest-general] how to check required cookies
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <il...@ip...> - 2003-05-13 08:19:06
|
>>>>> "JW" == Jieming Wang <Jie...@en...> writes: JW> Hi, JW> Can you do cookies the same way that you do with text_require ? i.e., JW> cookies_require = ( JW> cookie1=value1 JW> domain1=.mydomain.com JW> . JW> . JW> ) JW> or, simply just JW> cookies_require = ( JW> some strings to be matched... JW> ) No, there is not builting support for this. But you can use my example for header checks I've just posted to test cookies. After all cookies are just a HTTP header 'Set-Cookie'. -- Ilya Martynov, il...@ip... CTO IPonWEB (UK) Ltd Quality Perl Programming and Unix Support UK managed @ offshore prices - http://www.iponweb.net Personal website - http://martynov.org |