I am new to httpunit. I am trying to use this tool to test the login page of my application. The page has an applet on it, and the applet must be loaded before user authentication could be done. I would like to know if I could invoke the applet in httpunit, and if so, how?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am new to httpunit. I am trying to use this tool to test the login page of my application. The page has an applet on it, and the applet must be loaded before user authentication could be done. I would like to know if I could invoke the applet in httpunit, and if so, how?
Thanks.