I am currently using tomcat 7.0.57 to host a website for the purpose
of having a websocket serverdeployed with the page for the purpose of
communicating between an external java program and the webpage. I
would like to write some unit test to test that the integration
between the external java program and the webpage. I have however had
trouble finding what is the best way to do this (all i could find was
on when you are using servlets in tomcat). Would j-unit be able to run
test to verify that the integration between the webpage and the
external java program is implemented correctly, or is j-unit unable to
test using a tomcat webserver? If it is unable to run test with the
tomcat webserver, what unit testing tool is able to that is able to
run on a linux machine?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to