--On Tuesday, May 10, 2005 5:08 PM -1000 Aaron Kagawa <[EMAIL PROTECTED]> wrote:
When testing, you don't have to use the Hackystat test framework. You can just construct the url yourself, and send it to the testing server through HttpUnit.
If you don't use the Hackystat test framework, then a lot of things get more difficult (logging in, finding commands, setting parameters, getting a decent audit trail of the http conversation to support debugging when the test case fails, etc.)
What I would much prefer to do is figure out a way to use the test framework to solve this problem (because this type of situation might occur in future, and the test framework provides a lot of advantages over straight httpunit).
Cheers, Philip
