Hi,
I have done web application and deployed in
tomcat. Its running successfully.
I wrote JWebunit
test class for test my web application. Its working for me.
Then i tried to check: Simultaneously 100 request to access my application. But nothing happened in the JwebUnit test class.
Normal code: working fine. Means the request passed and proceed request by deployed application.
The abode code is working fine. So i tried to implement
thread concept for this code. But nothing happened for me.
Nothing received by my application.
My actual web application, i got from here
How to call javascript method from JWebunit
Help me.
Thanks in advance.