I have a crawler, executing monkey test (entering random data into all forms it 
finds).
Problem is, he tries to set the param "wizardId" on <input type="button", which 
he must not do. 

How can I find the inputs to exclude them? I tried all I could think of, 
including the method "isTextParameter"

<input type="button" id="Back" accesskey="&lt;" disabled="true" 
onclick="disableWizardButtons();setFormActionForWizard('eahvwizardnavigation.xml?producer=eahvwizardnavigation&amp;wizardId=bUSclJFDtmiZ%2FdJ1vYp2%2FQ%3D%3D&amp;direction=Back');forms[1].target='_self';forms[1].submit();"
 value="&lt;&lt; Zurück"/>


2005-06-27 20:43:34,884  WARN [main] (MonkeyTester.java:152) - Parameter 
set-exception: com.meterware.httpunit.MissingParameterValueException: Parameter 
'wizardId' must have the value 'rc1vRo6pURiyB0cRpoguKQ=='. Attempted to set it 
to: { ¼§&%? }

Stephan

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

Reply via email to