3 messages in com.canoo.lists.webtestRE: [Webtest] Cookies not supported ?
FromSent OnAttachments
Xavier MOGHRABI12 Oct 2004 04:51 
Edgar P Dollin12 Oct 2004 08:35 
Xavier MOGHRABI12 Oct 2004 10:06 
Subject:RE: [Webtest] Cookies not supported ?
From:Edgar P Dollin (edg@blue-moose.net)
Date:10/12/2004 08:35:46 AM
List:com.canoo.lists.webtest

Webtest supports cookies, no configuration required. You might have to play with your code since most tests can only be run with session cookies unless you are testing against a full url, i.e. www.mydomain.com. This means you need a session in order for cookies to cross pages.

There was also a bug in Httpunit with cookies in that the typical delimiters between cookies is a semi-colon and a space. With Httpunit up until a few months ago it only supported a cookie delimiter of a semi-colon.

Edgar

-----Original Message----- From: Xavier MOGHRABI [mailto:xavi@inrialpes.fr] Sent: Tuesday, October 12, 2004 7:52 AM To: webt@gate2.canoo.com Subject: [Webtest] Cookies not supported ?

Hi

I tried to use Canoo Webtest to connect on a server which use mandatory cookies.

When I try to logging the server tells me : "The browser you're using refuses to sign in. (cookies rejected)"

So, does Canno Webtest support cookies ? If it does, how can I configure that ?

Thanks