2 messages in com.canoo.lists.webtestRe: [Webtest] Cookies Rejected error
FromSent OnAttachments
Bhandari, Nikhil21 Nov 2007 10:32 
Marc Guillemot23 Nov 2007 06:17 
Subject:Re: [Webtest] Cookies Rejected error
From:Marc Guillemot (mgui@yahoo.fr)
Date:11/23/2007 06:17:54 AM
List:com.canoo.lists.webtest

Hi,

you can try to set the cookie policy to BROWSER_COMPATIBILITY (which should probably be the default in WebTest but only a few persons encountered problems, therefore I'm not sure).

See
http://www.nabble.com/Change-Cookie-Policy-with-a-Groovy-step-tf1474639.html#a3988557

Marc. -- Blog: http://mguillem.wordpress.com

Bhandari, Nikhil wrote:

I am trying to access a simple URL by adding following line to my test.xml

But I am getting Cookie Rejected error,

Any pointers to this error?

<invoke description="Go to QBOE" url="http://qbo.qa.quickbooks.com/qbo4/login/recordnew" />

_Error_

[invoke] INFO (com.canoo.webtest.steps.request.TargetHelper) - getting response for url: http://qbo.qa.quickbooks.com/qbo4/login/recordnew

[invoke] WARN (org.apache.commons.httpclient.HttpMethodBase) - Cookie rejected: "$Version=0; qboeuid=208.240.243.170.135331195669481794; $Path=/; $Domain=.quickbooks.

com". Domain attribute ".quickbooks.com" violates RFC 2109: host minus domain may not contain any dots

Thanks,

Nikhil