In our application we have a JavaScript that dynamically adds (table rows with) parameters to our forms; for example as add order line to order form. This JavaScript uses advanced (some IE only) features that HttpUnit does not support. Is there a way we can add parameters to a form from HttpUnit? Or do we have to write an alternative script for HttpUnit? Or is there any other solution?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In our application we have a JavaScript that dynamically adds (table rows with) parameters to our forms; for example as add order line to order form. This JavaScript uses advanced (some IE only) features that HttpUnit does not support. Is there a way we can add parameters to a form from HttpUnit? Or do we have to write an alternative script for HttpUnit? Or is there any other solution?