Hi,
I want to know if anyone is doing automated testing against their
servlet/jsp
project. Instead of typing in the login details and manually filling the
forms, it will be faster and more efficient if a tool takes care of these.
I had a look at some of the tools namely
Microsoft web stress tool
Astra Quick Test
The astra quick test uses javascript through the browser to simulate a user.
so it is useful for checking if the flow through the pages is ok. The MS
tool allows us to specify multiple users etc. So when I specify say five
users and test the login process I get this exception.
I am using IIS with tomcat.
<pre>
java.lang.IllegalArgumentException: Cookie name Path is a reserved token
at javax.servlet.http.Cookie.<init>(Cookie.java:185)
at org.apache.tomcat.util.RequestUtil.processCookies(RequestUtil.java:187)
at org.apache.tomcat.core.RequestImpl.getCookies(RequestImpl.java:379)
at
org.apache.tomcat.request.SessionInterceptor.requestMap(SessionInterceptor.j
ava:101)
at
org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:594
)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:552)
at
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection
(Ajp12ConnectionHandler.java:156)
at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338
)
at java.lang.Thread.run(Unknown Source)
</pre>
Regards
Nagarajan.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets