You may be able to use the Grinder. To get started, you will have to force your application to talk to the Grinder proxy port (default is 8001 ).
Startup tcpproxy as described in the documentation
Start up your application
Do stuff with your application
Click close on TCPProxy.
View the recorded grinder.py script and see if it is something you can work with. It may not be if your application is sending serialized objects back and forth.
sonia_12 wrote:
Hi
The application what i am testing is swing based application which is windows based application .... its communicate with the server in terms of objects passed as HTTP request/response ...
can anybody know whether grinder support such application ? if yes , can I generate script automatically using tcpproxy console??? ..... yes , anyidea how can i do it?
Thanks
Sonia