[Webtest] http header config to close http connection?
yuetang deng
webtest@lists.canoo.com
Tue, 12 Jul 2005 09:44:45 -0700
No, I am doing functionality/regression testing with Webtest (we have
~2000 test cases). We use Jmeter for performance/load/stress testing.
It is necessary to have a config to set/close http connection after
each http request for Webtest.
BTW, altough I only use webtest for a few weeks, I think it is a great
tool, I can easlisy to write customized Java Code to check whateve I'd
like to check.
One suggestion, I am using eclipse to debug my code, it takes a whilte
to config Webtest with eclipse. I think this is a common situation,
some documentation is needed for this purpose.
Yuetang
On 7/12/05, Marc Guillemot <mguillemot@yahoo.fr> wrote:
> Hi,
>=20
> what you do is load testing and I guess that webtest/htmlunit is not the =
appropriate tool for that. Have you already
> tested JMeter?
>=20
> Marc.
>=20
> yuetang deng wrote:
> > Hi Paul and all,
> >
> >
> > To test my application, I need to send thousands of http requests to
> > the server. If I put all the http requests within one TestSpec, then
> > after one fault is caught, the other steps won't get invoked. So each
> > one is put in an individual webtest TestSpec.
> >
> > However, the maximum connection the server can handle is about 1000.
> > After that, all other connections will be refused. When canoo webtest
> > termniates, suddenly all the connections are closed, and the serve can
> > handle http request again.
> >
> > Is there an HTTP header configration to close http connection after
> > each HTTP request? Or do we have other sulutions for this problem?
> >
> > Thanks
> > _______________________________________________
> > WebTest mailing list
> > WebTest@lists.canoo.com
> > http://lists.canoo.com/mailman/listinfo/webtest
> >
>=20
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest
>