mitol - 2004-10-19

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.