Hi,

Can I pass URL parameters to a ServletTestCase ?
I want to test more and more value with the same test method.
I don't want to recompile to change value.

I want to use an URL like :
 http://localhost/ServletTestRunner?suite=my.tests.MyTest&foo=bar
where "foo" is the parameter name and "bar" is the parameter value.

Thks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to