Ticket #337 (closed enhancement: fixed)
WebTest select fields should support forced values
| Reported by: | desmaj | Owned by: | ianb |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3 |
| Component: | paste | Version: | svn-trunk |
| Severity: | normal | Keywords: | webtest select |
| Cc: |
Description
WebTest? currently only allows for values present in a select field's option list to be marked as selected. This is helpful in avoiding test script errors, but restrictive since it doesn't allow the crafting of arbitrary form submission requests.
I have attached a patch (with test modifications) that implements the force_value method on the Select and MultipleSelect? fields.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

